Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-tegra210-quad.c82 #define QSPI_TX_FIFO_EMPTY_COUNT(val) (((val) >> 16) & 0x7f) macro
315 tx_empty_count = QSPI_TX_FIFO_EMPTY_COUNT(fifo_status); in tegra_qspi_fill_tx_fifo_from_client_txbuf()