Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-sprd.c374 u32 i2c_tran; in sprd_i2c_isr_thread() local
377 i2c_tran = i2c_dev->count >= I2C_FIFO_FULL_THLD; in sprd_i2c_isr_thread()
379 i2c_tran = i2c_dev->count; in sprd_i2c_isr_thread()
389 if (i2c_tran && ack) { in sprd_i2c_isr_thread()
418 u32 i2c_tran; in sprd_i2c_isr() local
421 i2c_tran = i2c_dev->count >= I2C_FIFO_FULL_THLD; in sprd_i2c_isr()
423 i2c_tran = i2c_dev->count; in sprd_i2c_isr()
436 if (!i2c_tran || !ack) { in sprd_i2c_isr()