Searched refs:CSR_TCFG_PERIOD (Results 1 – 5 of 5) sorted by relevance
56 timer_config &= ~CSR_TCFG_PERIOD; in constant_set_state_oneshot()73 timer_config |= (CSR_TCFG_PERIOD | CSR_TCFG_EN); in constant_set_state_periodic()
69 val |= CSR_TCFG_PERIOD; in timer_set_next_cmp_ms()
121 #define CSR_TCFG_PERIOD (0x1UL << CSR_TCFG_PERIOD_SHIFT)118 #define CSR_TCFG_PERIOD (0x1UL << CSR_TCFG_PERIOD_ global() macro
40 if (cfg & CSR_TCFG_PERIOD) { in guest_irq_handler()
502 #define CSR_TCFG_PERIOD (_ULCAST_(0x1) << CSR_TCFG_PERIOD_SHIFT) macro