Home
last modified time | relevance | path

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

/openbmc/linux/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()
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, mas->cur_bits_per_word); in geni_spi_isr()
1004 mas->tx_rem_bytes = 0; in geni_spi_isr()
[all …]