Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-geni-qcom.c89 unsigned int rx_rem_bytes; member
807 if (mas->rx_rem_bytes < rx_bytes) in geni_spi_handle_rx()
808 rx_bytes = mas->rx_rem_bytes; in geni_spi_handle_rx()
810 rx_buf = mas->cur_xfer->rx_buf + mas->cur_xfer->len - mas->rx_rem_bytes; in geni_spi_handle_rx()
822 mas->rx_rem_bytes -= rx_bytes; in geni_spi_handle_rx()
860 mas->rx_rem_bytes = 0; in setup_se_xfer()
874 mas->rx_rem_bytes = xfer->len; in setup_se_xfer()
987 if (mas->rx_rem_bytes) in geni_spi_isr()
989 mas->rx_rem_bytes, mas->cur_bits_per_word); in geni_spi_isr()
1006 mas->rx_rem_bytes = 0; in geni_spi_isr()
[all …]