Searched defs:mmio_read64be (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/ | ||
H A D | iomap.c | 71 #define mmio_read64be(addr) swab64(readq(addr)) macro |
/openbmc/linux/arch/powerpc/include/asm/ | ||
H A D | io.h | 930 #define mmio_read64be(addr) readq_be(addr) macro |