Home
last modified time | relevance | path

Searched defs:ioread16be (Results 1 – 3 of 3) 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/alpha/include/asm/
H A Dio.h541 #define ioread16be(p) swab16(ioread16(p)) macro