Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/kernel/
Dtime.c52 timer_config |= CSR_TCFG_EN; in constant_set_state_oneshot()
68 timer_config &= ~CSR_TCFG_EN; in constant_set_state_oneshot_stopped()
85 timer_config |= (CSR_TCFG_PERIOD | CSR_TCFG_EN); in constant_set_state_periodic()
103 timer_config = delta | CSR_TCFG_EN; in constant_timer_next_event()
/linux-6.1.9/arch/loongarch/include/asm/
Dloongarch.h544 #define CSR_TCFG_EN (_ULCAST_(0x1)) macro