Lines Matching refs:readq
57 #define read_counter(MC) readq(MC)
124 #ifndef readq
125 static inline unsigned long long readq(void __iomem *addr) in readq() function
220 v = (readq(&timer->hpet_config) & Tn_INT_ROUTE_CAP_MASK) >> in hpet_timer_set_irq()
426 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK), in hpet_release()
435 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_release()
438 v = readq(&timer->hpet_config); in hpet_release()
520 v = readq(&timer->hpet_config); in hpet_ioctl_ieon()
603 v = readq(&timer->hpet_config); in hpet_ioctl_common()
619 readq(&timer->hpet_config) & Tn_PER_INT_CAP_MASK; in hpet_ioctl_common()
625 v = readq(&timer->hpet_config); in hpet_ioctl_common()
633 v = readq(&timer->hpet_config); in hpet_ioctl_common()
639 readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_ioctl_common()
640 v = readq(&timer->hpet_config); in hpet_ioctl_common()
875 cap = readq(&hpet->hpet_cap); in hpet_alloc()
915 mcfg = readq(&hpet->hpet_config); in hpet_alloc()