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()
607 v = readq(&timer->hpet_config); in hpet_ioctl_common()
623 readq(&timer->hpet_config) & Tn_PER_INT_CAP_MASK; in hpet_ioctl_common()
629 v = readq(&timer->hpet_config); in hpet_ioctl_common()
637 v = readq(&timer->hpet_config); in hpet_ioctl_common()
643 readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_ioctl_common()
644 v = readq(&timer->hpet_config); in hpet_ioctl_common()
882 cap = readq(&hpet->hpet_cap); in hpet_alloc()
922 mcfg = readq(&hpet->hpet_config); in hpet_alloc()