Searched defs:ioread16be (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/sh/kernel/
H A Diomap.c23 unsigned int ioread16be(const void __iomem *addr) function
27 EXPORT_SYMBOL(ioread16be); variable
/linux-master/arch/arm64/include/asm/
H A Dio.h158 #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(__v); __v; }) macro
/linux-master/arch/arc/include/asm/
H A Dio.h39 #define ioread16be(p) ({ u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; }) macro
/linux-master/lib/
H A Diomap.c91 unsigned int ioread16be(const void __iomem *addr) function
110 EXPORT_SYMBOL(ioread16be); variable
/linux-master/arch/parisc/include/asm/
H A Dio.h254 #define ioread16be ioread16be macro
/linux-master/arch/arm/include/asm/
H A Dio.h390 #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; }) macro
/linux-master/arch/parisc/lib/
H A Diomap.c326 unsigned int ioread16be(const void __iomem *addr) function
528 EXPORT_SYMBOL(ioread16be); variable
/linux-master/arch/alpha/include/asm/
H A Dio.h541 #define ioread16be(p) swab16(ioread16(p)) macro
/linux-master/arch/sparc/include/asm/
H A Dio_64.h441 #define ioread16be __raw_readw macro
/linux-master/arch/sh/include/asm/
H A Dio.h128 #define ioread16be ioread16be macro
/linux-master/include/asm-generic/
H A Dio.h860 #define ioread16be ioread16be macro
861 static inline u16 ioread16be(const volatile void __iomem *addr) function
/linux-master/arch/powerpc/include/asm/
H A Dio.h728 static inline unsigned int ioread16be(const void __iomem *addr) function
732 #define ioread16be ioread16be macro

Completed in 597 milliseconds