Lines Matching refs:readq
59 #define read_counter(MC) readq(MC)
126 #ifndef readq
127 static inline unsigned long long readq(void __iomem *addr) in readq() function
222 v = (readq(&timer->hpet_config) & Tn_INT_ROUTE_CAP_MASK) >> in hpet_timer_set_irq()
428 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK), in hpet_release()
437 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) { in hpet_release()
440 v = readq(&timer->hpet_config); in hpet_release()
522 v = readq(&timer->hpet_config); in hpet_ioctl_ieon()
608 v = readq(&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()
883 cap = readq(&hpet->hpet_cap); in hpet_alloc()
923 mcfg = readq(&hpet->hpet_config); in hpet_alloc()