Searched refs:tx_rem_bytes (Results 1 – 1 of 1) sorted by relevance
82 unsigned int tx_rem_bytes; member342 mas->tx_rem_bytes = 0; in setup_fifo_xfer()361 mas->tx_rem_bytes = xfer->len; in setup_fifo_xfer()419 if (mas->tx_rem_bytes < max_bytes) in geni_spi_handle_tx()420 max_bytes = mas->tx_rem_bytes; in geni_spi_handle_tx()422 tx_buf = mas->cur_xfer->tx_buf + mas->cur_xfer->len - mas->tx_rem_bytes; in geni_spi_handle_tx()434 mas->tx_rem_bytes -= max_bytes; in geni_spi_handle_tx()435 if (!mas->tx_rem_bytes) in geni_spi_handle_tx()512 if (mas->tx_rem_bytes) { in geni_spi_isr()515 mas->tx_rem_bytes, mas->cur_bits_per_word); in geni_spi_isr()