Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
Dtime.c32 unsigned int hpet_tick; /* HPET clocks / interrupt */ variable
344 offset = hpet_readl(HPET_T0_CMP) - hpet_tick; in timer_interrupt()
361 if (offset - vxtime.last > hpet_tick) { in timer_interrupt()
364 (offset - vxtime.last) / hpet_tick - 1, regs->rip); in timer_interrupt()
365 jiffies += (offset - vxtime.last) / hpet_tick - 1; in timer_interrupt()
555 hpet_tick = (1000000000L * tick + hpet_period / 2) / hpet_period; in hpet_init()
573 hpet_writel(hpet_tick, HPET_T0_CMP); in hpet_init()
574 hpet_writel(hpet_tick, HPET_T0_CMP); in hpet_init()
669 vxtime.last = hpet_readl(HPET_T0_CMP) - hpet_tick; in time_init_smp()