Home
last modified time | relevance | path

Searched refs:ET_FLAGS_PERIODIC (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_clocksource.c428 if (periodic && (timer->et_flags & ET_FLAGS_PERIODIC) == 0)
611 ET_FLAGS_PERIODIC, ET_FLAGS_PERIODIC);
619 ET_FLAGS_PERIODIC, ET_FLAGS_PERIODIC);
626 if (periodic && (timer->et_flags & ET_FLAGS_PERIODIC) == 0)
H A Dkern_et.c188 KASSERT((et->et_flags & ET_FLAGS_PERIODIC) || period == 0, in et_start()
224 et->et_flags &= ~(ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT); in et_ban()
/f-stack/freebsd/sys/
H A Dtimeet.h62 #define ET_FLAGS_PERIODIC 1 macro
/f-stack/freebsd/mips/nlm/
H A Dtick.c353 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | in clock_attach()
356 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_PERCPU; in clock_attach()
/f-stack/freebsd/arm/versatile/
H A Dsp804.c271 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT; in sp804_timer_attach()
/f-stack/freebsd/mips/mips/
H A Dtick.c370 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | in clock_attach()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_dmtimer.c194 sc->func.et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT; in am335x_dmtimer_et_init()
/f-stack/freebsd/arm/arm/
H A Dmpcore_timer.c350 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | ET_FLAGS_PERCPU; in attach_et()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx_gpt.c265 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERIODIC; in imx_gpt_attach()
H A Dimx_epit.c325 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERIODIC; in epit_et_attach()
/f-stack/freebsd/arm/allwinner/
H A Da10_timer.c312 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERIODIC; in a10_timer_eventtimer_setup()
/f-stack/freebsd/x86/isa/
H A Datrtc.c477 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_POW2DIV; in atrtc_attach()
H A Dclock.c607 sc->et.et_flags = ET_FLAGS_PERIODIC; in attimer_attach()
/f-stack/freebsd/arm/mv/
H A Dtimer.c251 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT; in mv_timer_attach()
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c552 lapic_et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | in native_lapic_init()