be16_to_cpu
#define be16_to_cpu(x) (x)
#define be16_to_cpu(x) __bswap_16(x)
#define be16_to_cpu(x) BE_16((uint16_t)(x))