Searched defs:ioread64be (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dio-64-nonatomic-hi-lo.h114 #define ioread64be ioread64be_hi_lo macro
H A Dio-64-nonatomic-lo-hi.h114 #define ioread64be ioread64be_lo_hi macro
/linux-master/arch/arm64/include/asm/
H A Dio.h160 #define ioread64be(p) ({ __u64 __v = be64_to_cpu((__force __be64)__raw_readq(p)); __iormb(__v); __v; }) macro
/linux-master/arch/parisc/include/asm/
H A Dio.h235 #define ioread64be ioread64be macro
/linux-master/arch/parisc/lib/
H A Diomap.c355 u64 ioread64be(const void __iomem *addr) function
533 EXPORT_SYMBOL(ioread64be); variable
/linux-master/arch/alpha/include/asm/
H A Dio.h659 #define ioread64be ioread64be macro
/linux-master/include/asm-generic/
H A Dio.h877 #define ioread64be ioread64be macro
878 static inline u64 ioread64be(const volatile void __iomem *addr) function
/linux-master/arch/powerpc/include/asm/
H A Dio.h753 static inline u64 ioread64be(const void __iomem *addr) function
757 #define ioread64be ioread64be macro

Completed in 125 milliseconds