Searched refs:timer_config (Results 1 – 3 of 3) sorted by relevance
49 unsigned long timer_config; in constant_set_state_oneshot() local53 timer_config = csr_read64(LOONGARCH_CSR_TCFG); in constant_set_state_oneshot()54 timer_config |= CSR_TCFG_EN; in constant_set_state_oneshot()55 timer_config &= ~CSR_TCFG_PERIOD; in constant_set_state_oneshot()56 csr_write64(timer_config, LOONGARCH_CSR_TCFG); in constant_set_state_oneshot()66 unsigned long timer_config; in constant_set_state_periodic() local71 timer_config = period & CSR_TCFG_VAL; in constant_set_state_periodic()82 unsigned long timer_config; in constant_set_state_shutdown() local87 timer_config &= ~CSR_TCFG_EN; in constant_set_state_shutdown()97 unsigned long timer_config; in constant_timer_next_event() local[all …]
149 static void __init timer_config(void) in timer_config() function177 timer_config(); in mmp_timer_init()
301 u32 timer_config; member386 sbus_writel(0x00000000, &timers_global->timer_config); in sun4m_init_timers()
Completed in 5 milliseconds