Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-geni-qcom.c680 unsigned int rx_last_byte_valid; in geni_spi_handle_rx() local
688 rx_last_byte_valid = rx_fifo_status & RX_LAST_BYTE_VALID_MSK; in geni_spi_handle_rx()
689 rx_last_byte_valid >>= RX_LAST_BYTE_VALID_SHFT; in geni_spi_handle_rx()
690 if (rx_last_byte_valid && rx_last_byte_valid < 4) in geni_spi_handle_rx()
691 rx_bytes -= bytes_per_fifo_word - rx_last_byte_valid; in geni_spi_handle_rx()