Home
last modified time | relevance | path

Searched refs:I2C_FIFO_DEEP (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-sprd.c63 #define I2C_FIFO_DEEP 12 macro
214 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()