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

/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_dmtreg.h66 #define DMT_TCRR 0x3C /* Counter Register */ macro
H A Dam335x_dmtimer.c134 DMTIMER_WRITE4(sc, DMT_TCRR, 0xFFFFFFFF - initial_count);
216 return (DMTIMER_READ4(sc, DMT_TCRR));
231 DMTIMER_WRITE4(sc, DMT_TCRR, 0);
351 first = DMTIMER_READ4(sc, DMT_TCRR);
354 last = DMTIMER_READ4(sc, DMT_TCRR);
H A Dam335x_dmtpps.c271 return (DMTIMER_READ4(sc, DMT_TCRR));
284 * populates it from the current DMT_TCRR register) with the latched
481 DMTIMER_WRITE4(sc, DMT_TCRR, 0);

Completed in 109 milliseconds