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()
423 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK), in hpet_release()
424 &timer->hpet_config); in hpet_release()
432 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_release()
435 v = readq(&timer->hpet_config); in hpet_release()
437 writeq(v, &timer->hpet_config); in hpet_release()
475 if (readl(&timer->hpet_config) & Tn_INT_TYPE_CNF_MASK) in hpet_ioctl_ieon()
490 writel(readl(&timer->hpet_config) & ~Tn_TYPE_CNF_MASK, in hpet_ioctl_ieon()
491 &timer->hpet_config); in hpet_ioctl_ieon()
517 v = readq(&timer->hpet_config); in hpet_ioctl_ieon()
527 writeq(v, &timer->hpet_config); in hpet_ioctl_ieon()
554 writeq(g, &timer->hpet_config); in hpet_ioctl_ieon()
600 v = readq(&timer->hpet_config); in hpet_ioctl_common()
602 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
616 readq(&timer->hpet_config) & Tn_PER_INT_CAP_MASK; in hpet_ioctl_common()
622 v = readq(&timer->hpet_config); in hpet_ioctl_common()
630 v = readq(&timer->hpet_config); in hpet_ioctl_common()
636 readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_ioctl_common()
637 v = readq(&timer->hpet_config); in hpet_ioctl_common()
639 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
904 mcfg = readq(&hpet->hpet_config); in hpet_alloc()
908 writeq(mcfg, &hpet->hpet_config); in hpet_alloc()