Home
last modified time | relevance | path

Searched defs:ioread64be (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dio-64-nonatomic-lo-hi.h123 #define ioread64be __ioread64be_lo_hi macro
125 #define ioread64be ioread64be_lo_hi macro
H A Dio-64-nonatomic-hi-lo.h123 #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
/linux/arch/alpha/include/asm/
H A Dio.h543 #define ioread64be(p) swab64(ioread64(p)) macro