Searched defs:mmio_read32be (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/ | ||
H A D | iomap.c | 70 #define mmio_read32be(addr) swab32(readl(addr)) macro |
/openbmc/linux/arch/powerpc/include/asm/ | ||
H A D | io.h | 929 #define mmio_read32be(addr) readl_be(addr) macro |