Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/char/
Dhpet.c201 v = readl(&timer->hpet_config); in hpet_timer_set_irq()
204 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
208 v = (readq(&timer->hpet_config) & Tn_INT_ROUTE_CAP_MASK) >> in hpet_timer_set_irq()
236 v = readl(&timer->hpet_config); in hpet_timer_set_irq()
238 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
406 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK), in hpet_release()
407 &timer->hpet_config); in hpet_release()
415 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_release()
418 v = readq(&timer->hpet_config); in hpet_release()
420 writeq(v, &timer->hpet_config); in hpet_release()
[all …]
/linux-2.6.39/include/linux/
Dhpet.h15 u64 hpet_config; /* configuration */ member
26 u64 hpet_config; /* configuration/cap */ member
/linux-2.6.39/arch/x86/kernel/
Dhpet.c204 hd.hd_irq[i] = (readl(&timer->hpet_config) & in hpet_reserve_platform_timers()