Searched refs:DMT_TCRR (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_dmtimer.c | 136 DMTIMER_WRITE4(sc, DMT_TCRR, 0xFFFFFFFF - initial_count); in am335x_dmtimer_et_start() 218 return (DMTIMER_READ4(sc, DMT_TCRR)); in am335x_dmtimer_tc_get_timecount() 233 DMTIMER_WRITE4(sc, DMT_TCRR, 0); in am335x_dmtimer_tc_init() 397 first = DMTIMER_READ4(sc, DMT_TCRR); in am335x_dmtimer_delay() 400 last = DMTIMER_READ4(sc, DMT_TCRR); in am335x_dmtimer_delay()
|
| H A D | am335x_dmtreg.h | 66 #define DMT_TCRR 0x3C /* Counter Register */ macro
|
| H A D | am335x_dmtpps.c | 276 return (DMTIMER_READ4(sc, DMT_TCRR)); in dmtpps_get_timecount() 541 DMTIMER_WRITE4(sc, DMT_TCRR, 0); in dmtpps_attach()
|