I2C_MSP_DSP
static u8 write[3] = { I2C_MSP_DSP + 1, 0x00, 0x1e };
return msp_read(client, I2C_MSP_DSP, addr);
return msp_write(client, I2C_MSP_DSP, addr, val);