Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Dhpet.c215 v = readl(&timer->hpet_config); in hpet_timer_set_irq()
218 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
222 v = (readq(&timer->hpet_config) & Tn_INT_ROUTE_CAP_MASK) >> in hpet_timer_set_irq()
250 v = readl(&timer->hpet_config); in hpet_timer_set_irq()
252 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
428 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK), in hpet_release()
429 &timer->hpet_config); in hpet_release()
437 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_release()
440 v = readq(&timer->hpet_config); in hpet_release()
442 writeq(v, &timer->hpet_config); in hpet_release()
[all …]
/linux-4.4.14/include/linux/
Dhpet.h14 u64 hpet_config; /* configuration */ member
25 u64 hpet_config; /* configuration/cap */ member
/linux-4.4.14/arch/x86/kernel/
Dhpet.c211 hd.hd_irq[i] = (readl(&timer->hpet_config) & in hpet_reserve_platform_timers()