Searched refs:nibswap (Results 1 – 2 of 2) sorted by relevance
109 #define nibswap(x) ((((x) >> 4) & 0x0f) | (((x) << 4) & 0xf0)) macro447 ctmp = nibswap(addr[i]); in gt96100_add_hash_entry()
126 #define nibswap(x) ((((x) >> 4) & 0x0f) | (((x) << 4) & 0xf0)) macro