Searched refs:I2C_FIFO_DEEP (Results 1 – 1 of 1) sorted by relevance
63 #define I2C_FIFO_DEEP 12 macro214 u32 need_tran = i2c_count <= I2C_FIFO_DEEP ? i2c_count : I2C_FIFO_DEEP; in sprd_i2c_data_transfer()239 if (i2c_count > I2C_FIFO_DEEP) in sprd_i2c_data_transfer()