I2C_FIFO_DEEP     213 drivers/i2c/busses/i2c-sprd.c 	u32 need_tran = i2c_count <= I2C_FIFO_DEEP ? i2c_count : I2C_FIFO_DEEP;
I2C_FIFO_DEEP     238 drivers/i2c/busses/i2c-sprd.c 		if (i2c_count > I2C_FIFO_DEEP)