Searched refs:CSR_TCFG_VAL (Results 1 – 5 of 5) sorted by relevance
111 write_gcsr_timertick(CSR_TCFG_VAL); in kvm_restore_timer()126 period = cfg & CSR_TCFG_VAL; in kvm_restore_timer()
72 timer_config = period & CSR_TCFG_VAL; in constant_set_state_periodic()100 delta &= CSR_TCFG_VAL; in constant_timer_next_event()
66 val = msec_to_cycles(msec) & CSR_TCFG_VAL; in timer_set_next_cmp_ms()
119 #define CSR_TCFG_VAL (BIT_ULL(48) - BIT_ULL(2))116 #define CSR_TCFG_VAL global() macro
500 #define CSR_TCFG_VAL (_ULCAST_(0x3fffffffffff) << CSR_TCFG_VAL_SHIFT) macro