Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-footbridge/
Ddc21285-timer.c32 *CSR_TIMER2_CNTL = TIMER_CNTL_ENABLE | TIMER_CNTL_DIV16; in cksrc_dc21285_enable()
56 *CSR_TIMER1_CNTL = TIMER_CNTL_ENABLE | TIMER_CNTL_DIV16; in ckevt_dc21285_set_next_event()
71 *CSR_TIMER1_CNTL = TIMER_CNTL_ENABLE | TIMER_CNTL_AUTORELOAD | in ckevt_dc21285_set_periodic()
133 *CSR_TIMER3_CNTL = TIMER_CNTL_ENABLE | TIMER_CNTL_DIV16; in footbridge_sched_clock()
Dcommon.c300 *CSR_TIMER4_CNTL = TIMER_CNTL_ENABLE | in footbridge_restart()
/linux-5.19.10/drivers/watchdog/
Dwdt285.c81 *CSR_TIMER4_CNTL = TIMER_CNTL_ENABLE | TIMER_CNTL_AUTORELOAD in watchdog_open()
/linux-5.19.10/arch/arm/include/asm/hardware/
Ddec21285.h137 #define TIMER_CNTL_ENABLE (1 << 7) macro