Searched refs:et_max_period (Results 1 – 19 of 19) sorted by relevance
192 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()
580 if (et->et_max_period < SBT_1S && et->et_max_period != 0)581 freq = max(freq, SBT2FREQ(et->et_max_period));
74 sbintime_t et_max_period; member
184 vmbus_et.et_max_period = (0xfffffffeULL << 32) / HYPERV_TIMER_FREQ; in vmbus_et_attach()
227 decr_et.et_max_period = (0x7fffffffLLU << 32) / ticks_per_sec; in decr_tc_init()
251 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in riscv_timer_attach()
269 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in sp804_timer_attach()
351 sc->et.et_max_period = 2 * SBT_1S; in attach_et()
770 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in arm_tmr_attach()
196 sc->func.et.et_max_period = in am335x_dmtimer_et_init()
327 sc->et.et_max_period = ((uint64_t)ET_MAX_TICKS << 32) / sc->clkfreq; in epit_et_attach()
265 sc->et.et_max_period = ((uint64_t)0xfffffffe << 32) / sc->clkfreq; in imx_gpt_attach()
403 sc->et.et_max_period = ((sbintime_t)4 << 32); in xentimer_attach()
617 sc->et.et_max_period = (0xfffeLLU << 32) / i8254_freq; in attimer_attach()
513 sc->et.et_max_period = 0x80000000; in atrtc_attach()
253 sc->et.et_max_period = (0xfffffffeLLU << 32) / sc->et.et_frequency; in mv_timer_attach()
504 lapic_et.et_max_period = SBT_1S; in lapic_init()1000 et->et_max_period = (0xfffffffeLLU << 32) / et->et_frequency; in lapic_change_mode()
808 t->et.et_max_period = (0xfffffffeLLU << 32) / sc->freq; in hpet_attach()