Searched refs:et_max_period (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/sys/sys/
H A Dtimeet.h74 sbintime_t et_max_period; member in struct:eventtimer
/freebsd-current/sys/kern/
H A Dkern_et.c192 else if (period > et->et_max_period)
193 period = et->et_max_period;
198 else if (first > et->et_max_period)
199 first = et->et_max_period;
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-current/sys/dev/hyperv/vmbus/
H A Dvmbus_et.c184 vmbus_et.et_max_period = (0xfffffffeULL << 32) / HYPERV_TIMER_FREQ;
/freebsd-current/sys/powerpc/powerpc/
H A Dclock.c227 decr_et.et_max_period = (0x7fffffffLLU << 32) / ticks_per_sec;
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c255 sc->st[DEFAULT_TIMER].et.et_max_period =
/freebsd-current/sys/riscv/riscv/
H A Dtimer.c249 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency;
/freebsd-current/sys/arm/freescale/imx/
H A Dimx_epit.c327 sc->et.et_max_period = ((uint64_t)ET_MAX_TICKS << 32) / sc->clkfreq;
H A Dimx_gpt.c265 sc->et.et_max_period = ((uint64_t)0xfffffffe << 32) / sc->clkfreq;
/freebsd-current/sys/arm/arm/
H A Dmpcore_timer.c351 sc->et.et_max_period = 2 * SBT_1S;
H A Dsp804.c269 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency;
H A Dgeneric_timer.c762 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency;
/freebsd-current/sys/dev/xen/timer/
H A Dxen_timer.c403 sc->et.et_max_period = ((sbintime_t)4 << 32);
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c196 sc->func.et.et_max_period =
/freebsd-current/sys/x86/isa/
H A Dclock.c617 sc->et.et_max_period = (0xfffeLLU << 32) / i8254_freq;
H A Datrtc.c513 sc->et.et_max_period = 0x80000000;
/freebsd-current/sys/arm/mv/
H A Dtimer.c253 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency;
/freebsd-current/sys/arm/allwinner/
H A Da10_timer.c309 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency;
/freebsd-current/sys/x86/x86/
H A Dlocal_apic.c503 lapic_et.et_max_period = SBT_1S;
1005 et->et_max_period = (0xfffffffeLLU << 32) / et->et_frequency;
/freebsd-current/sys/dev/acpica/
H A Dacpi_hpet.c808 t->et.et_max_period = (0xfffffffeLLU << 32) / sc->freq;

Completed in 305 milliseconds