Home
last modified time | relevance | path

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

/arch/arm/mach-davinci/include/mach/
Dtime.h26 #define IS_TIMER1(id) (id & 0x2) macro
27 #define IS_TIMER0(id) (!IS_TIMER1(id))
31 #define ID_TO_TIMER(id) (IS_TIMER1(id) != 0)