HomeSort by relevance Sort by last modified time
    Searched refs:timerp (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/m68k/cpu/mcf547x_8x/
slicetimer.c 29 slt_t *timerp = (slt_t *) (CONFIG_SYS_UDELAY_BASE); local
36 out_be32(&timerp->cr, 0);
37 out_be32(&timerp->tcnt, usec * freq);
38 out_be32(&timerp->cr, SLT_CR_TEN);
40 now = in_be32(&timerp->cnt);
42 now = in_be32(&timerp->cnt);
44 setbits_be32(&timerp->sr, SLT_SR_ST);
45 out_be32(&timerp->cr, 0);
50 slt_t *timerp = (slt_t *) (CONFIG_SYS_TMR_BASE); local
54 setbits_be32(&timerp->sr, SLT_SR_ST)
62 slt_t *timerp = (slt_t *) (CONFIG_SYS_TMR_BASE); local
    [all...]
  /external/u-boot/arch/m68k/lib/
time.c 35 volatile dtmr_t *timerp = (dtmr_t *) (CONFIG_SYS_UDELAY_BASE); local
46 timerp->tmr = DTIM_DTMR_RST_RST;
47 timerp->tcn = 0;
49 timerp->tmr =
53 start = now = timerp->tcn;
55 now = timerp->tcn;
61 volatile dtmr_t *timerp = (dtmr_t *) (CONFIG_SYS_TMR_BASE); local
65 timerp->ter = (DTIM_DTER_CAP | DTIM_DTER_REF);
79 volatile dtmr_t *timerp = (dtmr_t *) (CONFIG_SYS_TMR_BASE); local
83 timerp->tcn = 0
120 volatile pit_t *timerp = (pit_t *) (CONFIG_SYS_UDELAY_BASE); local
143 volatile pit_t *timerp = (pit_t *) (CONFIG_SYS_PIT_BASE); local
157 volatile pit_t *timerp = (pit_t *) (CONFIG_SYS_PIT_BASE); local
    [all...]

Completed in 749 milliseconds