Searched refs:__bswap_48 (Results 1 – 1 of 1) sorted by relevance
28 #define __bswap_48(x) ((uint64_t) ((((x) >> 40) & 0xff) | \ macro188 #define sys_be48_to_cpu(val) __bswap_48(val)189 #define sys_cpu_to_be48(val) __bswap_48(val)199 #define sys_le48_to_cpu(val) __bswap_48(val)200 #define sys_cpu_to_le48(val) __bswap_48(val)