Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dtime.c53 timer_config &= ~CSR_TCFG_PERIOD; in constant_set_state_oneshot()
70 timer_config |= (CSR_TCFG_PERIOD | CSR_TCFG_EN); in constant_set_state_periodic()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h463 #define CSR_TCFG_PERIOD (_ULCAST_(0x1) << CSR_TCFG_PERIOD_SHIFT) macro