Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-sprd.c213 u32 i2c_count = i2c_dev->count; in sprd_i2c_data_transfer() local
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()