Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_et.c193 else if (period > et->et_max_period) in et_start()
194 period = et->et_max_period; in et_start()
199 else if (first > et->et_max_period) in et_start()
200 first = et->et_max_period; in et_start()
HDkern_clocksource.c562 if (et->et_max_period < SBT_1S && et->et_max_period != 0) in round_freq()
563 freq = max(freq, SBT2FREQ(et->et_max_period)); in round_freq()
/NextBSD/sys/sys/
HDtimeet.h74 sbintime_t et_max_period; member
/NextBSD/sys/powerpc/powerpc/
HDclock.c215 decr_et.et_max_period = (0x7fffffffLLU << 32) / ticks_per_sec; in decr_tc_init()
/NextBSD/sys/mips/nlm/
HDtick.c356 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in clock_attach()
/NextBSD/sys/arm/broadcom/bcm2835/
HDbcm2835_systimer.c248 sc->st[DEFAULT_TIMER].et.et_max_period = in bcm_systimer_attach()
/NextBSD/sys/mips/rmi/
HDtick.c350 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in clock_attach()
/NextBSD/sys/mips/mips/
HDtick.c360 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in clock_attach()
/NextBSD/sys/sparc64/sparc64/
HDtick.c228 tick_et.et_max_period = (0xfffffffeLLU << 32) / tick_et.et_frequency; in cpu_initclocks()
/NextBSD/sys/arm/allwinner/
HDtimer.c209 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in a10_timer_attach()
/NextBSD/sys/arm/versatile/
HDsp804.c271 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in sp804_timer_attach()
/NextBSD/sys/arm/lpc/
HDlpc_timer.c179 sc->lt_et.et_max_period = (0xfffffffeLLU << 32) / sc->lt_et.et_frequency; in lpc_timer_attach()
/NextBSD/sys/arm/amlogic/aml8726/
HDaml8726_timer.c290 sc->et.et_max_period = (0x0000fffeLLU * SBT_1S) / sc->et.et_frequency; in aml8726_timer_attach()
/NextBSD/sys/arm/ti/am335x/
HDam335x_dmtimer.c191 sc->func.et.et_max_period = in am335x_dmtimer_et_init()
/NextBSD/sys/x86/isa/
HDatrtc.c280 sc->et.et_max_period = 0x80000000; in atrtc_attach()
HDclock.c716 sc->et.et_max_period = (0xfffeLLU << 32) / i8254_freq; in attimer_attach()
/NextBSD/sys/arm/freescale/imx/
HDimx_gpt.c251 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in imx_gpt_attach()
/NextBSD/sys/dev/xen/timer/
HDtimer.c396 sc->et.et_max_period = ((sbintime_t)4 << 32); in xentimer_attach()
/NextBSD/sys/arm/arm/
HDmpcore_timer.c352 sc->et.et_max_period = 2 * SBT_1S; in attach_et()
HDgeneric_timer.c416 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in arm_tmr_attach()
/NextBSD/sys/arm/mv/
HDtimer.c174 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in mv_timer_attach()
/NextBSD/sys/x86/x86/
HDlocal_apic.c457 lapic_et.et_max_period = SBT_1S; in native_lapic_init()
753 et->et_max_period = (0xfffffffeLLU << 32) / et->et_frequency; in lapic_et_start()
/NextBSD/sys/dev/acpica/
HDacpi_hpet.c739 t->et.et_max_period = (0xfffffffeLLU << 32) / sc->freq; in hpet_attach()