Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-geni-qcom.c88 unsigned int tx_rem_bytes; member
766 if (mas->tx_rem_bytes < max_bytes) in geni_spi_handle_tx()
767 max_bytes = mas->tx_rem_bytes; in geni_spi_handle_tx()
769 tx_buf = mas->cur_xfer->tx_buf + mas->cur_xfer->len - mas->tx_rem_bytes; in geni_spi_handle_tx()
781 mas->tx_rem_bytes -= max_bytes; in geni_spi_handle_tx()
782 if (!mas->tx_rem_bytes) { in geni_spi_handle_tx()
867 mas->tx_rem_bytes = 0; in setup_se_xfer()
875 mas->tx_rem_bytes = xfer->len; in setup_se_xfer()
990 if (mas->tx_rem_bytes) { in geni_spi_isr()
993 mas->tx_rem_bytes, mas->cur_bits_per_word); in geni_spi_isr()
[all …]