Home
last modified time | relevance | path

Searched refs:readq (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dio-64-nonatomic-hi-lo.h42 #ifndef readq
43 #define readq hi_lo_readq macro
Dio-64-nonatomic-lo-hi.h42 #ifndef readq
43 #define readq lo_hi_readq macro
Diopoll.h164 readx_poll_timeout(readq, addr, val, cond, delay_us, timeout_us)
167 readx_poll_timeout_atomic(readq, addr, val, cond, delay_us, timeout_us)
Dcoresight.h419 return readq(csa->base + offset); in csdev_access_read64()
Dintel-iommu.h137 #define dmar_readq(a) readq(a)
/include/asm-generic/
Diomap.h39 #ifdef readq
Dio.h221 #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()