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

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

Completed in 110 milliseconds