Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-mmp/
Dtime.c161 (TMR_CCR_CS_0(0) | TMR_CCR_CS_1(0)) : in timer_config()
162 (TMR_CCR_CS_0(3) | TMR_CCR_CS_1(3)); in timer_config()
Dregs-timers.h36 #define TMR_CCR_CS_1(x) (((x) & 0x7) << 2) macro