Searched refs:rx_last_byte_valid (Results 1 – 1 of 1) sorted by relevance
444 unsigned int rx_last_byte_valid; in geni_spi_handle_rx() local452 rx_last_byte_valid = rx_fifo_status & RX_LAST_BYTE_VALID_MSK; in geni_spi_handle_rx()453 rx_last_byte_valid >>= RX_LAST_BYTE_VALID_SHFT; in geni_spi_handle_rx()454 if (rx_last_byte_valid && rx_last_byte_valid < 4) in geni_spi_handle_rx()455 rx_bytes -= bytes_per_fifo_word - rx_last_byte_valid; in geni_spi_handle_rx()