Searched refs:rx_last_byte_valid (Results 1 – 1 of 1) sorted by relevance
794 unsigned int rx_last_byte_valid; in geni_spi_handle_rx() local 802 rx_last_byte_valid = rx_fifo_status & RX_LAST_BYTE_VALID_MSK; in geni_spi_handle_rx() 803 rx_last_byte_valid >>= RX_LAST_BYTE_VALID_SHFT; in geni_spi_handle_rx() 804 if (rx_last_byte_valid && rx_last_byte_valid < 4) in geni_spi_handle_rx() 805 rx_bytes -= bytes_per_fifo_word - rx_last_byte_valid; in geni_spi_handle_rx()