Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-tegra210-quad.c83 #define QSPI_RX_FIFO_FULL_COUNT(val) (((val) >> 23) & 0x7f) macro
364 rx_full_count = QSPI_RX_FIFO_FULL_COUNT(fifo_status); in tegra_qspi_read_rx_fifo_to_client_rxbuf()