Home
last modified time | relevance | path

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

/linux/arch/arm/mach-mmp/
H A Dtime.c156 (TMR_CCR_CS_0(0) | TMR_CCR_CS_1(0)) : in timer_config()
157 (TMR_CCR_CS_0(3) | TMR_CCR_CS_1(3)); in timer_config()
H A Dregs-timers.h30 #define TMR_CCR_CS_0(x) (((x) & 0x3) << 0) macro