Home
last modified time | relevance | path

Searched refs:RSWAP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/m68k/include/asm/
H A Dmcf8390.h31 #define RSWAP(w) (w) macro
83 #undef RSWAP
84 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro
97 #undef RSWAP
98 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro
109 #undef RSWAP
110 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro
/openbmc/linux/drivers/net/ethernet/8390/
H A Dmcf8390.c64 *rp = RSWAP(val); in ei_outb()
74 return (u8) (RSWAP(val) & 0xff); in ei_inb()
86 *buf++ = RSWAP(val); in ei_insb()
112 *rp = RSWAP(val); in ei_outsb()