Home
last modified time | relevance | path

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

/linux-5.19.10/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()
67 timer_config = csr_read64(LOONGARCH_CSR_TCFG); in constant_set_state_oneshot_stopped()
69 csr_write64(timer_config, LOONGARCH_CSR_TCFG); in constant_set_state_oneshot_stopped()
86 csr_write64(timer_config, LOONGARCH_CSR_TCFG); in constant_set_state_periodic()
104 csr_write64(timer_config, LOONGARCH_CSR_TCFG); in constant_timer_next_event()
/linux-5.19.10/arch/loongarch/include/asm/
Dloongarch.h559 #define LOONGARCH_CSR_TCFG 0x41 /* Timer config */ macro