I2C_FIFO_DEEP
u32 need_tran = i2c_count <= I2C_FIFO_DEEP ? i2c_count : I2C_FIFO_DEEP;
if (i2c_count > I2C_FIFO_DEEP)