Searched refs:ioread64be (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/
H A Dio-64-nonatomic-hi-lo.h112 #ifndef ioread64be
114 #define ioread64be ioread64be_hi_lo macro
H A Dio-64-nonatomic-lo-hi.h112 #ifndef ioread64be
114 #define ioread64be ioread64be_lo_hi macro
/linux-master/include/asm-generic/
H A Diomap.h36 extern u64 ioread64be(const void __iomem *);
H A Dio.h876 #ifndef ioread64be
877 #define ioread64be ioread64be macro
878 static inline u64 ioread64be(const volatile void __iomem *addr) function
/linux-master/arch/parisc/include/asm/
H A Dio.h235 #define ioread64be ioread64be macro
239 extern u64 ioread64be(const void __iomem *addr);
/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/lib/
H A Diomap.c355 u64 ioread64be(const void __iomem *addr) function
533 EXPORT_SYMBOL(ioread64be); variable
/linux-master/drivers/dma/
H A Dfsldma.h242 #define fsl_ioread64be(p) ioread64be(p)
/linux-master/arch/alpha/include/asm/
H A Dio.h659 #define ioread64be ioread64be macro
/linux-master/arch/powerpc/include/asm/
H A Dio.h753 static inline u64 ioread64be(const void __iomem *addr) function
757 #define ioread64be ioread64be macro
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c30 #define vfio_ioread64 ioread64be
/linux-master/drivers/crypto/caam/
H A Dregs.h170 return ioread64be(reg);

Completed in 259 milliseconds