Searched refs:hpet_period (Results 1 – 1 of 1) sorted by relevance
1002 u32 hpet_period, cfg, id, irq; in hpet_enable() local1024 hpet_period = hpet_readl(HPET_PERIOD); in hpet_enable()1025 if (hpet_period < HPET_MIN_PERIOD || hpet_period > HPET_MAX_PERIOD) in hpet_enable()1030 do_div(freq, hpet_period); in hpet_enable()