Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtime.c72 timer_config = period & CSR_TCFG_VAL; in constant_set_state_periodic()
100 delta &= CSR_TCFG_VAL; in constant_timer_next_event()
/linux/tools/testing/selftests/kvm/include/loongarch/
H A Darch_timer.h66 val = msec_to_cycles(msec) & CSR_TCFG_VAL; in timer_set_next_cmp_ms()
H A Dprocessor.h116 #define CSR_TCFG_VAL (BIT_ULL(48) - BIT_ULL(2)) macro
/linux/arch/loongarch/kvm/
H A Dtimer.c120 period = cfg & CSR_TCFG_VAL; in kvm_restore_timer()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h500 #define CSR_TCFG_VAL (_ULCAST_(0x3fffffffffff) << CSR_TCFG_VAL_SHIFT)
493 #define CSR_TCFG_VAL (_ULCAST_(0x3fffffffffff) << CSR_TCFG_VAL_ global() macro