RT5133_I2C_CRC_LEN
int buf_len = RT5133_PREDATA_LEN + val_size + RT5133_I2C_CRC_LEN;
read_len = val_size + RT5133_I2C_CRC_LEN;
int buf_len = RT5133_I2C_ADDR_LEN + count + RT5133_I2C_CRC_LEN +
write_len = count - RT5133_REG_ADDR_LEN + RT5133_I2C_CRC_LEN +