Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtime.c70 timer_config = period & CSR_TCFG_VAL; in constant_set_state_periodic()
98 delta &= CSR_TCFG_VAL; in constant_timer_next_event()
/linux/arch/loongarch/kvm/
H A Dtimer.c118 period = cfg & CSR_TCFG_VAL; in kvm_restore_timer()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h470 #define CSR_TCFG_VAL (_ULCAST_(0x3fffffffffff) << CSR_TCFG_VAL_SHIFT) macro