Home
last modified time | relevance | path

Searched refs:ioread64be (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dio-64-nonatomic-lo-hi.h120 #ifndef ioread64be
123 #define ioread64be __ioread64be_lo_hi macro
125 #define ioread64be ioread64be_lo_hi macro
H A Dio-64-nonatomic-hi-lo.h120 #ifndef ioread64be
123 #define ioread64be __ioread64be_hi_lo macro
125 #define ioread64be ioread64be_hi_lo macro
/linux/arch/parisc/lib/
H A Diomap.c355 u64 ioread64be(const void __iomem *addr) in ioread64be() function
533 EXPORT_SYMBOL(ioread64be);
/linux/drivers/dma/
H A Dfsldma.h243 #define fsl_ioread64be(p) ioread64be(p)
/linux/arch/arm64/include/asm/
H A Dio.h300 #define ioread64be(p) ({ __u64 __v = be64_to_cpu((__force __be64)__raw_readq(p)); __iormb(__v); __… macro
/linux/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c31 #define vfio_ioread64 ioread64be
/linux/arch/alpha/include/asm/
H A Dio.h543 #define ioread64be(p) swab64(ioread64(p)) macro
/linux/drivers/crypto/caam/
H A Dregs.h170 return ioread64be(reg); in rd_reg64()