Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-tegra114.c109 #define SPI_RX_FIFO_FULL_COUNT(val) (((val) >> 23) & 0x7F) macro
152 #define RX_FIFO_FULL_COUNT_ZERO SPI_RX_FIFO_FULL_COUNT(0)
354 rx_full_count = SPI_RX_FIFO_FULL_COUNT(fifo_status); in tegra_spi_read_rx_fifo_to_client_rxbuf()