Home
last modified time | relevance | path

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

/linux/lib/
H A Diomap.c91 unsigned int ioread16be(const void __iomem *addr) in ioread16be() function
/linux/arch/parisc/lib/
H A Diomap.c326 unsigned int ioread16be(const void __iomem *addr) in ioread16be() function
/linux/arch/sparc/include/asm/
H A Dio_64.h441 #define ioread16be __raw_readw macro
/linux/arch/alpha/include/asm/
H A Dio.h541 #define ioread16be(p) swab16(ioread16(p)) macro