Lines Matching refs:hpet_config
215 v = readl(&timer->hpet_config); in hpet_timer_set_irq()
218 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
222 v = (readq(&timer->hpet_config) & Tn_INT_ROUTE_CAP_MASK) >> in hpet_timer_set_irq()
250 v = readl(&timer->hpet_config); in hpet_timer_set_irq()
252 writel(v, &timer->hpet_config); in hpet_timer_set_irq()
428 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK), in hpet_release()
429 &timer->hpet_config); in hpet_release()
437 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_release()
440 v = readq(&timer->hpet_config); in hpet_release()
442 writeq(v, &timer->hpet_config); in hpet_release()
480 if (readl(&timer->hpet_config) & Tn_INT_TYPE_CNF_MASK) in hpet_ioctl_ieon()
495 writel(readl(&timer->hpet_config) & ~Tn_TYPE_CNF_MASK, in hpet_ioctl_ieon()
496 &timer->hpet_config); in hpet_ioctl_ieon()
522 v = readq(&timer->hpet_config); in hpet_ioctl_ieon()
532 writeq(v, &timer->hpet_config); in hpet_ioctl_ieon()
559 writeq(g, &timer->hpet_config); in hpet_ioctl_ieon()
608 v = readq(&timer->hpet_config); in hpet_ioctl_common()
610 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
624 readq(&timer->hpet_config) & Tn_PER_INT_CAP_MASK; in hpet_ioctl_common()
630 v = readq(&timer->hpet_config); in hpet_ioctl_common()
638 v = readq(&timer->hpet_config); in hpet_ioctl_common()
644 readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_ioctl_common()
645 v = readq(&timer->hpet_config); in hpet_ioctl_common()
647 writeq(v, &timer->hpet_config); in hpet_ioctl_common()
923 mcfg = readq(&hpet->hpet_config); in hpet_alloc()
927 writeq(mcfg, &hpet->hpet_config); in hpet_alloc()