Lines Matching refs:hpet_config

216 	v = readl(&timer->hpet_config);  in hpet_timer_set_irq()
219 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
223 v = (readq(&timer->hpet_config) & Tn_INT_ROUTE_CAP_MASK) >> in hpet_timer_set_irq()
251 v = readl(&timer->hpet_config); in hpet_timer_set_irq()
253 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
429 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK), in hpet_release()
430 &timer->hpet_config); in hpet_release()
438 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_release()
441 v = readq(&timer->hpet_config); in hpet_release()
443 writeq(v, &timer->hpet_config); in hpet_release()
481 if (readl(&timer->hpet_config) & Tn_INT_TYPE_CNF_MASK) in hpet_ioctl_ieon()
496 writel(readl(&timer->hpet_config) & ~Tn_TYPE_CNF_MASK, in hpet_ioctl_ieon()
497 &timer->hpet_config); in hpet_ioctl_ieon()
523 v = readq(&timer->hpet_config); in hpet_ioctl_ieon()
533 writeq(v, &timer->hpet_config); in hpet_ioctl_ieon()
560 writeq(g, &timer->hpet_config); in hpet_ioctl_ieon()
607 v = readq(&timer->hpet_config); in hpet_ioctl_common()
609 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
623 readq(&timer->hpet_config) & Tn_PER_INT_CAP_MASK; in hpet_ioctl_common()
629 v = readq(&timer->hpet_config); in hpet_ioctl_common()
637 v = readq(&timer->hpet_config); in hpet_ioctl_common()
643 readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_ioctl_common()
644 v = readq(&timer->hpet_config); in hpet_ioctl_common()
646 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
922 mcfg = readq(&hpet->hpet_config); in hpet_alloc()
926 writeq(mcfg, &hpet->hpet_config); in hpet_alloc()