Searched refs:DMT_IRQ_OVF (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_dmtreg.h | 44 #define DMT_IRQ_OVF (1 << 1) /* IRQ: Overflow */ macro 46 #define DMT_IRQ_MASK (DMT_IRQ_TCAR | DMT_IRQ_OVF | DMT_IRQ_MAT)
|
| H A D | am335x_dmtimer.c | 117 DMTIMER_WRITE4(sc, DMT_IRQSTATUS, DMT_IRQ_OVF); in am335x_dmtimer_et_start() 139 DMTIMER_WRITE4(sc, DMT_IRQENABLE_SET, DMT_IRQ_OVF); in am335x_dmtimer_et_start() 156 DMTIMER_WRITE4(sc, DMT_IRQENABLE_CLR, DMT_IRQ_OVF); in am335x_dmtimer_et_stop() 157 DMTIMER_WRITE4(sc, DMT_IRQSTATUS, DMT_IRQ_OVF); in am335x_dmtimer_et_stop() 169 DMTIMER_WRITE4(sc, DMT_IRQSTATUS, DMT_IRQ_OVF); in am335x_dmtimer_et_intr()
|