Searched refs:__raw_readq (Results 1 – 5 of 5) sorted by relevance
66 #define __raw_readq __raw_readq macro67 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
45 #ifndef __raw_readq46 static inline u64 __raw_readq(const volatile void *addr) in __raw_readq() function142 ({ u64 __r = le64_to_cpu(__raw_readq(addr)); rmb(); __r; })
62 return __raw_readq(edu_reg(dev, reg)); in edu_reg_readq()
139 return __raw_readq(vtd_reg(reg)); in vtd_readq()