Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Da10_timer.c70 #define TIMER_CTRL_START (1 << 0) macro
278 val |= TIMER_CTRL_AUTORELOAD | TIMER_CTRL_START; in a10_timer_irq()
370 val &= ~TIMER_CTRL_START; in a10_timer_timer_stop()
401 val |= TIMER_CTRL_AUTORELOAD | TIMER_CTRL_START; in a23_timer_timecounter_setup()