BITOFF_CAL
#define BITOFF_CAL(size, off) ((sizeof(u32) - size - off) * BITS_PER_BYTE)
#define BITOFF_CAL(size, off) (off * BITS_PER_BYTE)