Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-qup.c201 int tx_fifo_free; member
339 blk->tx_fifo_free += qup->out_blk_sz; in qup_i2c_interrupt()
473 blk->tx_fifo_free--; in qup_i2c_write_tx_fifo_v1()
479 while (blk->tx_fifo_free && qup->pos < msg->len) { in qup_i2c_write_tx_fifo_v1()
496 blk->tx_fifo_free--; in qup_i2c_write_tx_fifo_v1()
997 blk->tx_fifo_free = 0; in qup_i2c_clear_blk_v1()
1022 blk->tx_fifo_free = qup->out_fifo_sz; in qup_i2c_conf_xfer_v1()
1189 blk->tx_fifo_free = 0; in qup_i2c_clear_blk_v2()
1266 for (j = blk->tx_fifo_data_pos; *len && blk->tx_fifo_free; in qup_i2c_write_blk_data()
1267 (*len)--, blk->tx_fifo_free--) { in qup_i2c_write_blk_data()
[all …]
/drivers/spi/
Dspi-lantiq-ssc.c224 static unsigned int tx_fifo_free(const struct lantiq_ssc_spi *spi) in tx_fifo_free() function
482 unsigned int tx_free = tx_fifo_free(spi); in tx_fifo_write()