Lines Matching refs:tx_fifo_free
199 int tx_fifo_free; member
342 blk->tx_fifo_free += qup->out_blk_sz; in qup_i2c_interrupt()
495 blk->tx_fifo_free--; in qup_i2c_write_tx_fifo_v1()
501 while (blk->tx_fifo_free && qup->pos < msg->len) { in qup_i2c_write_tx_fifo_v1()
518 blk->tx_fifo_free--; in qup_i2c_write_tx_fifo_v1()
1020 blk->tx_fifo_free = 0; in qup_i2c_clear_blk_v1()
1045 blk->tx_fifo_free = qup->out_fifo_sz; in qup_i2c_conf_xfer_v1()
1212 blk->tx_fifo_free = 0; in qup_i2c_clear_blk_v2()
1289 for (j = blk->tx_fifo_data_pos; *len && blk->tx_fifo_free; in qup_i2c_write_blk_data()
1290 (*len)--, blk->tx_fifo_free--) { in qup_i2c_write_blk_data()
1355 if (blk->tx_fifo_free) in qup_i2c_write_tx_fifo_v2()
1424 blk->tx_fifo_free = qup->out_fifo_sz; in qup_i2c_conf_xfer_v2()