Home
last modified time | relevance | path

Searched defs:ioread32be (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Diomap.c103 unsigned int ioread32be(const void __iomem *addr) in ioread32be() function
/linux/arch/parisc/lib/
H A Diomap.c340 unsigned int ioread32be(const void __iomem *addr) in ioread32be() function
/linux/arch/alpha/include/asm/
H A Dio.h542 #define ioread32be(p) swab32(ioread32(p)) macro