Searched refs:timerp (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/m68k/lib/
H A Dtime.c39 volatile dtmr_t *timerp = (dtmr_t *) (CFG_SYS_UDELAY_BASE); local
50 timerp->tmr = DTIM_DTMR_RST_RST;
51 timerp->tcn = 0;
53 timerp->tmr =
57 start = now = timerp->tcn;
59 now = timerp->tcn;
65 volatile dtmr_t *timerp = (dtmr_t *) (CFG_SYS_TMR_BASE); local
69 timerp->ter = (DTIM_DTER_CAP | DTIM_DTER_REF);
83 volatile dtmr_t *timerp = (dtmr_t *) (CFG_SYS_TMR_BASE); local
87 timerp
127 volatile pit_t *timerp = (pit_t *) (CFG_SYS_UDELAY_BASE); local
143 volatile pit_t *timerp = (pit_t *) (CFG_SYS_UDELAY_BASE); local
[all...]

Completed in 36 milliseconds