Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/spi/
Dspi-geni-qcom.c786 unsigned int rx_last_byte_valid; in geni_spi_handle_rx() local
794 rx_last_byte_valid = rx_fifo_status & RX_LAST_BYTE_VALID_MSK; in geni_spi_handle_rx()
795 rx_last_byte_valid >>= RX_LAST_BYTE_VALID_SHFT; in geni_spi_handle_rx()
796 if (rx_last_byte_valid && rx_last_byte_valid < 4) in geni_spi_handle_rx()
797 rx_bytes -= bytes_per_fifo_word - rx_last_byte_valid; in geni_spi_handle_rx()