Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-sprd.c64 #define I2C_FIFO_DEEP 12 macro
215 u32 need_tran = i2c_count <= I2C_FIFO_DEEP ? i2c_count : I2C_FIFO_DEEP; in sprd_i2c_data_transfer()
240 if (i2c_count > I2C_FIFO_DEEP) in sprd_i2c_data_transfer()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds