Searched refs:WORDSWAP (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/8390/
H A Dhydra.c53 #define WORDSWAP(a) ((((a)>>8)&0xff) | ((a)<<8)) macro
216 *((short *)hdr) = WORDSWAP(*((short *)hdr)); hydra_get_8390_hdr()
219 *((short *)hdr+1) = WORDSWAP(*((short *)hdr+1)); hydra_get_8390_hdr()
H A Dzorro8390.c74 #define WORDSWAP(a) ((((a) >> 8) & 0xff) | ((a) << 8)) macro
145 hdr->count = WORDSWAP(hdr->count); zorro8390_get_8390_hdr()

Completed in 61 milliseconds