Home
last modified time | relevance | path

Searched refs:et_max_period (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_et.c195 else if (period > et->et_max_period) in et_start()
196 period = et->et_max_period; in et_start()
201 else if (first > et->et_max_period) in et_start()
202 first = et->et_max_period; in et_start()
H A Dkern_clocksource.c584 if (et->et_max_period < SBT_1S && et->et_max_period != 0)
585 freq = max(freq, SBT2FREQ(et->et_max_period));
/f-stack/freebsd/sys/
H A Dtimeet.h76 sbintime_t et_max_period; member
/f-stack/freebsd/mips/ingenic/
H A Djz4780_timer.c222 sc->et.et_max_period = (0x0000fffeLLU * SBT_1S) / sc->et.et_frequency; in jz4780_timer_attach()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c258 sc->st[DEFAULT_TIMER].et.et_max_period = in bcm_systimer_attach()
/f-stack/freebsd/mips/nlm/
H A Dtick.c360 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in clock_attach()
/f-stack/freebsd/arm/versatile/
H A Dsp804.c275 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in sp804_timer_attach()
/f-stack/freebsd/mips/mips/
H A Dtick.c375 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in clock_attach()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_dmtimer.c199 sc->func.et.et_max_period = in am335x_dmtimer_et_init()
/f-stack/freebsd/arm/arm/
H A Dmpcore_timer.c354 sc->et.et_max_period = 2 * SBT_1S; in attach_et()
H A Dgeneric_timer.c481 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in arm_tmr_attach()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx_gpt.c269 sc->et.et_max_period = ((uint64_t)0xfffffffe << 32) / sc->clkfreq; in imx_gpt_attach()
H A Dimx_epit.c329 sc->et.et_max_period = ((uint64_t)ET_MAX_TICKS << 32) / sc->clkfreq; in epit_et_attach()
/f-stack/freebsd/arm/allwinner/
H A Da10_timer.c315 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in a10_timer_eventtimer_setup()
/f-stack/freebsd/x86/isa/
H A Datrtc.c481 sc->et.et_max_period = 0x80000000; in atrtc_attach()
H A Dclock.c613 sc->et.et_max_period = (0xfffeLLU << 32) / i8254_freq; in attimer_attach()
/f-stack/freebsd/arm/mv/
H A Dtimer.c256 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in mv_timer_attach()
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c570 lapic_et.et_max_period = SBT_1S; in native_lapic_init()
1027 et->et_max_period = (0xfffffffeLLU << 32) / et->et_frequency; in lapic_change_mode()