Home
last modified time | relevance | path

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

/linux/arch/loongarch/kvm/
H A Dtimer.c92 if (!(cfg & CSR_TCFG_PERIOD) && (ticks > cfg)) { in kvm_restore_timer()
117 else if (cfg & CSR_TCFG_PERIOD) { in kvm_restore_timer()
/linux/arch/loongarch/kernel/
H A Dtime.c54 timer_config &= ~CSR_TCFG_PERIOD; in constant_set_state_oneshot()
71 timer_config |= (CSR_TCFG_PERIOD | CSR_TCFG_EN); in constant_set_state_periodic()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h472 #define CSR_TCFG_PERIOD (_ULCAST_(0x1) << CSR_TCFG_PERIOD_SHIFT) macro