Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_et.c192 else if (period > et->et_max_period) in et_start()
193 period = et->et_max_period; in et_start()
198 else if (first > et->et_max_period) in et_start()
199 first = et->et_max_period; in et_start()
H A Dkern_clocksource.c580 if (et->et_max_period < SBT_1S && et->et_max_period != 0)
581 freq = max(freq, SBT2FREQ(et->et_max_period));
/freebsd/sys/sys/
H A Dtimeet.h74 sbintime_t et_max_period; member
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_et.c184 vmbus_et.et_max_period = (0xfffffffeULL << 32) / HYPERV_TIMER_FREQ; in vmbus_et_attach()
/freebsd/sys/powerpc/powerpc/
H A Dclock.c227 decr_et.et_max_period = (0x7fffffffLLU << 32) / ticks_per_sec; in decr_tc_init()
/freebsd/sys/riscv/riscv/
H A Dtimer.c251 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in riscv_timer_attach()
/freebsd/sys/arm/arm/
H A Dsp804.c269 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in sp804_timer_attach()
H A Dmpcore_timer.c351 sc->et.et_max_period = 2 * SBT_1S; in attach_et()
H A Dgeneric_timer.c770 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in arm_tmr_attach()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c196 sc->func.et.et_max_period = in am335x_dmtimer_et_init()
/freebsd/sys/arm/freescale/imx/
H A Dimx_epit.c327 sc->et.et_max_period = ((uint64_t)ET_MAX_TICKS << 32) / sc->clkfreq; in epit_et_attach()
H A Dimx_gpt.c265 sc->et.et_max_period = ((uint64_t)0xfffffffe << 32) / sc->clkfreq; in imx_gpt_attach()
/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c403 sc->et.et_max_period = ((sbintime_t)4 << 32); in xentimer_attach()
/freebsd/sys/arm/allwinner/
H A Da10_timer.c
/freebsd/sys/x86/isa/
H A Dclock.c617 sc->et.et_max_period = (0xfffeLLU << 32) / i8254_freq; in attimer_attach()
H A Datrtc.c513 sc->et.et_max_period = 0x80000000; in atrtc_attach()
/freebsd/sys/arm/mv/
H A Dtimer.c253 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in mv_timer_attach()
/freebsd/sys/x86/x86/
H A Dlocal_apic.c504 lapic_et.et_max_period = SBT_1S; in lapic_init()
1000 et->et_max_period = (0xfffffffeLLU << 32) / et->et_frequency; in lapic_change_mode()
/freebsd/sys/dev/acpica/
H A Dacpi_hpet.c808 t->et.et_max_period = (0xfffffffeLLU << 32) / sc->freq; in hpet_attach()