Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-armada-3700.c83 #define A3700_SPI_RFIFO_THRS_BIT 24 macro
407 val &= ~(A3700_SPI_FIFO_THRS_MASK << A3700_SPI_RFIFO_THRS_BIT); in a3700_spi_fifo_thres_set()
408 val |= (bytes - 1) << A3700_SPI_RFIFO_THRS_BIT; in a3700_spi_fifo_thres_set()