Searched refs:ET_FLAGS_ONESHOT (Results 1 – 22 of 22) sorted by relevance
188 KASSERT((et->et_flags & ET_FLAGS_ONESHOT) || period != 0, in et_start()222 et->et_flags &= ~(ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT); in et_ban()
426 else if (!periodic && (timer->et_flags & ET_FLAGS_ONESHOT) == 0)611 ET_FLAGS_ONESHOT, ET_FLAGS_ONESHOT);624 else if (!periodic && (timer->et_flags & ET_FLAGS_ONESHOT) == 0)
61 #define ET_FLAGS_ONESHOT 2 macro
178 vmbus_et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERCPU; in vmbus_et_attach()
221 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERCPU; in riscv_timer_attach()
223 decr_et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | in decr_tc_init()
216 sc->et.et_flags = ET_FLAGS_ONESHOT; in jz4780_timer_attach()
351 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | in clock_attach()
251 sc->st[DEFAULT_TIMER].et.et_flags = ET_FLAGS_ONESHOT; in bcm_systimer_attach()
368 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | in clock_attach()
269 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT; in sp804_timer_attach()
323 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERIODIC; in epit_et_attach()
262 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERIODIC; in imx_gpt_attach()
348 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | ET_FLAGS_PERCPU; in attach_et()
677 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERCPU; in arm_tmr_attach()
401 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERCPU; in xentimer_attach()
192 sc->func.et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT; in am335x_dmtimer_et_init()
307 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERIODIC; in a10_timer_eventtimer_setup()
622 sc->et.et_flags |= ET_FLAGS_ONESHOT; in attimer_attach()
249 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT; in mv_timer_attach()
798 t->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT; in hpet_attach()
560 lapic_et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | in native_lapic_init()