Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/arch/loongarch/include/asm/
Dloongarch.h464 #define CSR_TCFG_EN (_ULCAST_(0x1)) macro