Lines Matching refs:readq
60 #define read_counter(MC) readq(MC)
127 #ifndef readq
128 static inline unsigned long long readq(void __iomem *addr) in readq() function
223 v = (readq(&timer->hpet_config) & Tn_INT_ROUTE_CAP_MASK) >> in hpet_timer_set_irq()
429 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK), in hpet_release()
438 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_release()
441 v = readq(&timer->hpet_config); in hpet_release()
523 v = readq(&timer->hpet_config); in hpet_ioctl_ieon()
609 v = readq(&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()
884 cap = readq(&hpet->hpet_cap); in hpet_alloc()
924 mcfg = readq(&hpet->hpet_config); in hpet_alloc()