Searched refs:CSR_TCFG_PERIOD (Results 1 – 3 of 3) sorted by relevance
92 if (!(cfg & CSR_TCFG_PERIOD) && (ticks > cfg)) { in kvm_restore_timer()117 else if (cfg & CSR_TCFG_PERIOD) { in kvm_restore_timer()
54 timer_config &= ~CSR_TCFG_PERIOD; in constant_set_state_oneshot()71 timer_config |= (CSR_TCFG_PERIOD | CSR_TCFG_EN); in constant_set_state_periodic()
472 #define CSR_TCFG_PERIOD (_ULCAST_(0x1) << CSR_TCFG_PERIOD_SHIFT) macro