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

/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_dmtreg.h64 #define DMT_TCRR 0x3C /* Counter Register */ macro
H A Dam335x_dmtimer.c133 DMTIMER_WRITE4(sc, DMT_TCRR, 0xFFFFFFFF - initial_count);
215 return (DMTIMER_READ4(sc, DMT_TCRR));
230 DMTIMER_WRITE4(sc, DMT_TCRR, 0);
390 first = DMTIMER_READ4(sc, DMT_TCRR);
393 last = DMTIMER_READ4(sc, DMT_TCRR);
H A Dam335x_dmtpps.c274 return (DMTIMER_READ4(sc, DMT_TCRR));
287 * populates it from the current DMT_TCRR register) with the latched
536 DMTIMER_WRITE4(sc, DMT_TCRR, 0);

Completed in 115 milliseconds