Searched refs:rx_last_byte_valid (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/spi/
H A Dspi-geni-qcom.c786 unsigned int rx_last_byte_valid; local
794 rx_last_byte_valid = rx_fifo_status & RX_LAST_BYTE_VALID_MSK;
795 rx_last_byte_valid >>= RX_LAST_BYTE_VALID_SHFT;
796 if (rx_last_byte_valid && rx_last_byte_valid < 4)
797 rx_bytes -= bytes_per_fifo_word - rx_last_byte_valid;

Completed in 128 milliseconds