Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/kernel/
Dtime.c53 timer_config &= ~CSR_TCFG_PERIOD; in constant_set_state_oneshot()
85 timer_config |= (CSR_TCFG_PERIOD | CSR_TCFG_EN); in constant_set_state_periodic()
/linux-6.1.9/arch/loongarch/include/asm/
Dloongarch.h543 #define CSR_TCFG_PERIOD (_ULCAST_(0x1) << CSR_TCFG_PERIOD_SHIFT) macro