Lines Matching refs:hpet_config

180 	v = readl(&timer->hpet_config);  in hpet_timer_set_irq()
183 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
187 v = (readq(&timer->hpet_config) & Tn_INT_ROUTE_CAP_MASK) >> in hpet_timer_set_irq()
215 v = readl(&timer->hpet_config); in hpet_timer_set_irq()
217 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
407 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK), in hpet_release()
408 &timer->hpet_config); in hpet_release()
416 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_release()
419 v = readq(&timer->hpet_config); in hpet_release()
421 writeq(v, &timer->hpet_config); in hpet_release()
459 if (readl(&timer->hpet_config) & Tn_INT_TYPE_CNF_MASK) in hpet_ioctl_ieon()
474 writel(readl(&timer->hpet_config) & ~Tn_TYPE_CNF_MASK, in hpet_ioctl_ieon()
475 &timer->hpet_config); in hpet_ioctl_ieon()
501 v = readq(&timer->hpet_config); in hpet_ioctl_ieon()
511 writeq(v, &timer->hpet_config); in hpet_ioctl_ieon()
538 writeq(g, &timer->hpet_config); in hpet_ioctl_ieon()
584 v = readq(&timer->hpet_config); in hpet_ioctl_common()
586 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
600 readq(&timer->hpet_config) & Tn_PER_INT_CAP_MASK; in hpet_ioctl_common()
606 v = readq(&timer->hpet_config); in hpet_ioctl_common()
614 v = readq(&timer->hpet_config); in hpet_ioctl_common()
620 readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_ioctl_common()
621 v = readq(&timer->hpet_config); in hpet_ioctl_common()
623 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
885 mcfg = readq(&hpet->hpet_config); in hpet_alloc()
889 writeq(mcfg, &hpet->hpet_config); in hpet_alloc()