Searched refs:TCON_TIMER_BASE (Results 1 – 1 of 1) sorted by relevance
78 #define TCON_TIMER_BASE(x) (((x) ? 1 : 0) * 4 + 4 * (x)) macro79 #define TCON_TIMER_START(x) (1 << (TCON_TIMER_BASE(x) + 0))80 #define TCON_TIMER_MANUAL_UPD(x) (1 << (TCON_TIMER_BASE(x) + 1))81 #define TCON_TIMER_OUTPUT_INV(x) (1 << (TCON_TIMER_BASE(x) + 2))82 #define TCON_TIMER_AUTO_RELOAD(x) (1 << (TCON_TIMER_BASE(x) + 3))