Home
last modified time | relevance | path

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

/linux-6.6.21/arch/loongarch/kernel/
Dtime.c51 timer_config = csr_read64(LOONGARCH_CSR_TCFG); in constant_set_state_oneshot()
54 csr_write64(timer_config, LOONGARCH_CSR_TCFG); in constant_set_state_oneshot()
71 csr_write64(timer_config, LOONGARCH_CSR_TCFG); in constant_set_state_periodic()
84 timer_config = csr_read64(LOONGARCH_CSR_TCFG); in constant_set_state_shutdown()
86 csr_write64(timer_config, LOONGARCH_CSR_TCFG); in constant_set_state_shutdown()
99 csr_write64(timer_config, LOONGARCH_CSR_TCFG); in constant_timer_next_event()
/linux-6.6.21/arch/loongarch/include/asm/
Dloongarch.h458 #define LOONGARCH_CSR_TCFG 0x41 /* Timer config */ macro