Searched defs:WORDSWAP (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/8390/ | ||
H A D | hydra.c | 51 #define WORDSWAP(a) ((((a)>>8)&0xff) | ((a)<<8)) macro |
H A D | zorro8390.c | 67 #define WORDSWAP(a) ((((a) >> 8) & 0xff) | ((a) << 8)) macro |