Home
last modified time | relevance | path

Searched refs:DMT_TCLR_START (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_dmtimer.c115 sc->tclr &= ~(DMT_TCLR_START | DMT_TCLR_AUTOLOAD); in am335x_dmtimer_et_start()
140 sc->tclr |= DMT_TCLR_START; in am335x_dmtimer_et_start()
154 sc->tclr &= ~(DMT_TCLR_START | DMT_TCLR_AUTOLOAD); in am335x_dmtimer_et_stop()
231 sc->tclr |= DMT_TCLR_START | DMT_TCLR_AUTOLOAD; in am335x_dmtimer_tc_init()
H A Dam335x_dmtreg.h48 #define DMT_TCLR_START (1 << 0) /* Start timer */ macro
H A Dam335x_dmtpps.c539 sc->tclr |= DMT_TCLR_START | DMT_TCLR_AUTOLOAD; in dmtpps_attach()