Searched refs:SWAP_BITS (Results 1 – 1 of 1) sorted by relevance
3045 #define SWAP_BITS(x) ( (((x) & 0x0001) << 15) | (((x) & 0x0002) << 13) \ macro3067 ebuf[i] = SWAP_BITS(ebuf[i]); in netdev_get_eeprom()