Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/arm/allwinner/
HDa10_timer.c68 #define TIMER_CTRL_START (1 << 0) macro
273 val |= TIMER_CTRL_AUTORELOAD | TIMER_CTRL_START; in a10_timer_irq()
365 val &= ~TIMER_CTRL_START; in a10_timer_timer_stop()
396 val |= TIMER_CTRL_AUTORELOAD | TIMER_CTRL_START; in a23_timer_timecounter_setup()