Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-davinci/
Dtime.c107 #define TIMER_OPTS_PERIODIC 0x04 macro
152 else if (t->opts & TIMER_OPTS_PERIODIC) in timer32_config()
191 .opts = TIMER_OPTS_PERIODIC,
315 t->opts |= TIMER_OPTS_PERIODIC; in davinci_set_mode()