Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-tegra114.c109 #define SPI_TX_FIFO_EMPTY_COUNT(val) (((val) >> 16) & 0x7F) macro
152 #define TX_FIFO_EMPTY_COUNT_MAX SPI_TX_FIFO_EMPTY_COUNT(0x40)
305 tx_empty_count = SPI_TX_FIFO_EMPTY_COUNT(fifo_status); in tegra_spi_fill_tx_fifo_from_client_txbuf()