Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-cadence.c451 int trans_cnt = xspi->rx_bytes - xspi->tx_bytes; in cdns_spi_irq() local
454 trans_cnt -= threshold; in cdns_spi_irq()
463 cdns_spi_process_fifo(xspi, trans_cnt, trans_cnt); in cdns_spi_irq()
470 cdns_spi_process_fifo(xspi, 0, trans_cnt); in cdns_spi_irq()
H A Dspi-axiado.c196 unsigned long trans_cnt = 0; in ax_spi_fill_tx_fifo() local
198 while ((trans_cnt < xspi->tx_fifo_depth) && in ax_spi_fill_tx_fifo()
211 trans_cnt++; in ax_spi_fill_tx_fifo()