Home
last modified time | relevance | path

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

/arch/loongarch/kernel/
Dtime.c52 timer_config |= CSR_TCFG_EN; in constant_set_state_oneshot()
70 timer_config |= (CSR_TCFG_PERIOD | CSR_TCFG_EN); in constant_set_state_periodic()
85 timer_config &= ~CSR_TCFG_EN; in constant_set_state_shutdown()
98 timer_config = delta | CSR_TCFG_EN; in constant_timer_next_event()
/arch/loongarch/include/asm/
Dloongarch.h464 #define CSR_TCFG_EN (_ULCAST_(0x1)) macro