Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-tegra210-quad.c84 #define QSPI_RX_FIFO_FULL_COUNT(val) (((val) >> 23) & 0x7f) macro
363 rx_full_count = QSPI_RX_FIFO_FULL_COUNT(fifo_status); in tegra_qspi_read_rx_fifo_to_client_rxbuf()