Searched refs:readq (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | io-64-nonatomic-hi-lo.h | 42 #ifndef readq 43 #define readq hi_lo_readq macro
|
D | io-64-nonatomic-lo-hi.h | 42 #ifndef readq 43 #define readq lo_hi_readq macro
|
D | iopoll.h | 164 readx_poll_timeout(readq, addr, val, cond, delay_us, timeout_us) 167 readx_poll_timeout_atomic(readq, addr, val, cond, delay_us, timeout_us)
|
D | coresight.h | 419 return readq(csa->base + offset); in csdev_access_read64()
|
D | intel-iommu.h | 137 #define dmar_readq(a) readq(a)
|
/include/asm-generic/ |
D | iomap.h | 39 #ifdef readq
|
D | io.h | 221 #ifndef readq 222 #define readq readq macro 223 static inline u64 readq(const volatile void __iomem *addr) in readq() function 331 #if defined(readq) && !defined(readq_relaxed) 810 return readq(addr); in ioread64() 870 return swab64(readq(addr)); in ioread64be()
|