Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-geni-qcom.c76 unsigned int tx_rem_bytes; member
416 if (mas->tx_rem_bytes < max_bytes) in geni_spi_handle_tx()
417 max_bytes = mas->tx_rem_bytes; in geni_spi_handle_tx()
419 tx_buf = mas->cur_xfer->tx_buf + mas->cur_xfer->len - mas->tx_rem_bytes; in geni_spi_handle_tx()
431 mas->tx_rem_bytes -= max_bytes; in geni_spi_handle_tx()
432 if (!mas->tx_rem_bytes) { in geni_spi_handle_tx()
517 mas->tx_rem_bytes = 0; in setup_fifo_xfer()
529 mas->tx_rem_bytes = xfer->len; in setup_fifo_xfer()
616 if (mas->tx_rem_bytes) { in geni_spi_isr()
619 mas->tx_rem_bytes, ma in geni_spi_isr()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-geni-qcom.c88 unsigned int tx_rem_bytes; member
758 if (mas->tx_rem_bytes < max_bytes) in geni_spi_handle_tx()
759 max_bytes = mas->tx_rem_bytes; in geni_spi_handle_tx()
761 tx_buf = mas->cur_xfer->tx_buf + mas->cur_xfer->len - mas->tx_rem_bytes; in geni_spi_handle_tx()
773 mas->tx_rem_bytes -= max_bytes; in geni_spi_handle_tx()
774 if (!mas->tx_rem_bytes) { in geni_spi_handle_tx()
859 mas->tx_rem_bytes = 0; in setup_se_xfer()
867 mas->tx_rem_bytes = xfer->len; in setup_se_xfer()
982 if (mas->tx_rem_bytes) { in geni_spi_isr()
985 mas->tx_rem_bytes, ma in geni_spi_isr()
[all...]

Completed in 5 milliseconds