Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-tegra114.c108 #define SPI_TX_FIFO_EMPTY_COUNT(val) (((val) >> 16) & 0x7F) macro
151 #define TX_FIFO_EMPTY_COUNT_MAX SPI_TX_FIFO_EMPTY_COUNT(0x40)
304 tx_empty_count = SPI_TX_FIFO_EMPTY_COUNT(fifo_status); in tegra_spi_fill_tx_fifo_from_client_txbuf()