Searched defs:mmio_read16be (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/ | ||
H A D | iomap.c | 69 #define mmio_read16be(addr) swab16(readw(addr)) macro |
/openbmc/linux/arch/powerpc/include/asm/ | ||
H A D | io.h | 928 #define mmio_read16be(addr) readw_be(addr) macro |