Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/i2c/busses/
Di2c-sprd.c214 u32 i2c_count = i2c_dev->count; in sprd_i2c_data_transfer() local
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()