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()
609 v = readq(&timer->hpet_config); in hpet_ioctl_common()
611 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
625 readq(&timer->hpet_config) & Tn_PER_INT_CAP_MASK; in hpet_ioctl_common()
631 v = readq(&timer->hpet_config); in hpet_ioctl_common()
639 v = readq(&timer->hpet_config); in hpet_ioctl_common()
645 readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_ioctl_common()
646 v = readq(&timer->hpet_config); in hpet_ioctl_common()
648 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
924 mcfg = readq(&hpet->hpet_config); in hpet_alloc()
928 writeq(mcfg, &hpet->hpet_config); in hpet_alloc()