Lines Matching refs:hpet_config
198 v = readl(&timer->hpet_config); in hpet_timer_set_irq()
201 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
205 v = (readq(&timer->hpet_config) & Tn_INT_ROUTE_CAP_MASK) >> in hpet_timer_set_irq()
233 v = readl(&timer->hpet_config); in hpet_timer_set_irq()
235 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
411 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK), in hpet_release()
412 &timer->hpet_config); in hpet_release()
420 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_release()
423 v = readq(&timer->hpet_config); in hpet_release()
425 writeq(v, &timer->hpet_config); in hpet_release()
463 if (readl(&timer->hpet_config) & Tn_INT_TYPE_CNF_MASK) in hpet_ioctl_ieon()
478 writel(readl(&timer->hpet_config) & ~Tn_TYPE_CNF_MASK, in hpet_ioctl_ieon()
479 &timer->hpet_config); in hpet_ioctl_ieon()
505 v = readq(&timer->hpet_config); in hpet_ioctl_ieon()
515 writeq(v, &timer->hpet_config); in hpet_ioctl_ieon()
542 writeq(g, &timer->hpet_config); in hpet_ioctl_ieon()
588 v = readq(&timer->hpet_config); in hpet_ioctl_common()
590 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
604 readq(&timer->hpet_config) & Tn_PER_INT_CAP_MASK; in hpet_ioctl_common()
610 v = readq(&timer->hpet_config); in hpet_ioctl_common()
618 v = readq(&timer->hpet_config); in hpet_ioctl_common()
624 readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_ioctl_common()
625 v = readq(&timer->hpet_config); in hpet_ioctl_common()
627 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
880 mcfg = readq(&hpet->hpet_config); in hpet_alloc()
884 writeq(mcfg, &hpet->hpet_config); in hpet_alloc()