Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds