Searched refs:tx_fifo_free (Results 1 – 2 of 2) sorted by relevance
199 int tx_fifo_free; member342 blk->tx_fifo_free += qup->out_blk_sz; in qup_i2c_interrupt()493 blk->tx_fifo_free--; in qup_i2c_write_tx_fifo_v1()499 while (blk->tx_fifo_free && qup->pos < msg->len) { in qup_i2c_write_tx_fifo_v1()516 blk->tx_fifo_free--; in qup_i2c_write_tx_fifo_v1()1018 blk->tx_fifo_free = 0; in qup_i2c_clear_blk_v1()1043 blk->tx_fifo_free = qup->out_fifo_sz; in qup_i2c_conf_xfer_v1()1210 blk->tx_fifo_free = 0; in qup_i2c_clear_blk_v2()1288 (*len)--, blk->tx_fifo_free--) { in qup_i2c_write_blk_data()1353 if (blk->tx_fifo_free) in qup_i2c_write_tx_fifo_v2()[all …]
226 static unsigned int tx_fifo_free(const struct lantiq_ssc_spi *spi) in tx_fifo_free() function484 unsigned int tx_free = tx_fifo_free(spi); in tx_fifo_write()