Searched refs:tx_fifo_free (Results 1 – 2 of 2) sorted by relevance
196 int tx_fifo_free; member334 blk->tx_fifo_free += qup->out_blk_sz; in qup_i2c_interrupt()468 blk->tx_fifo_free--; in qup_i2c_write_tx_fifo_v1()474 while (blk->tx_fifo_free && qup->pos < msg->len) { in qup_i2c_write_tx_fifo_v1()491 blk->tx_fifo_free--; in qup_i2c_write_tx_fifo_v1()991 blk->tx_fifo_free = 0; in qup_i2c_clear_blk_v1()1016 blk->tx_fifo_free = qup->out_fifo_sz; in qup_i2c_conf_xfer_v1()1183 blk->tx_fifo_free = 0; in qup_i2c_clear_blk_v2()1260 for (j = blk->tx_fifo_data_pos; *len && blk->tx_fifo_free; in qup_i2c_write_blk_data()1261 (*len)--, blk->tx_fifo_free--) { in qup_i2c_write_blk_data()[all …]
225 static unsigned int tx_fifo_free(const struct lantiq_ssc_spi *spi) in tx_fifo_free() function483 unsigned int tx_free = tx_fifo_free(spi); in tx_fifo_write()