Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-davinci/
Dtime.c99 #define TIMER_OPTS_PERIODIC 0x04 macro
144 else if (t->opts & TIMER_OPTS_PERIODIC) in timer32_config()
183 .opts = TIMER_OPTS_PERIODIC,
322 t->opts |= TIMER_OPTS_PERIODIC; in davinci_set_periodic()