Searched refs:i2c_tran (Results 1 – 1 of 1) sorted by relevance
371 u32 i2c_tran; in sprd_i2c_isr_thread() local374 i2c_tran = i2c_dev->count >= I2C_FIFO_FULL_THLD; in sprd_i2c_isr_thread()376 i2c_tran = i2c_dev->count; in sprd_i2c_isr_thread()386 if (i2c_tran && ack) { in sprd_i2c_isr_thread()415 u32 i2c_tran; in sprd_i2c_isr() local418 i2c_tran = i2c_dev->count >= I2C_FIFO_FULL_THLD; in sprd_i2c_isr()420 i2c_tran = i2c_dev->count; in sprd_i2c_isr()433 if (!i2c_tran || !ack) { in sprd_i2c_isr()