Home
last modified time | relevance | path

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

/arch/arm/mach-footbridge/
Ddc21285-timer.c31 *CSR_TIMER2_CNTL = TIMER_CNTL_ENABLE | TIMER_CNTL_DIV16; in cksrc_dc21285_enable()
55 *CSR_TIMER1_CNTL = TIMER_CNTL_ENABLE | TIMER_CNTL_DIV16; in ckevt_dc21285_set_next_event()
70 *CSR_TIMER1_CNTL = TIMER_CNTL_ENABLE | TIMER_CNTL_AUTORELOAD | in ckevt_dc21285_set_periodic()
137 *CSR_TIMER3_CNTL = TIMER_CNTL_ENABLE | TIMER_CNTL_DIV16; in footbridge_sched_clock()
Dcommon.c217 *CSR_TIMER4_CNTL = TIMER_CNTL_ENABLE | in footbridge_restart()
/arch/arm/include/asm/hardware/
Ddec21285.h140 #define TIMER_CNTL_ENABLE (1 << 7) macro