Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-armada-3700.c83 #define A3700_SPI_WFIFO_THRS_BIT 28 macro
410 val &= ~(A3700_SPI_FIFO_THRS_MASK << A3700_SPI_WFIFO_THRS_BIT); in a3700_spi_fifo_thres_set()
411 val |= (7 - bytes) << A3700_SPI_WFIFO_THRS_BIT; in a3700_spi_fifo_thres_set()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-armada-3700.c82 #define A3700_SPI_WFIFO_THRS_BIT 28 macro
409 val &= ~(A3700_SPI_FIFO_THRS_MASK << A3700_SPI_WFIFO_THRS_BIT); in a3700_spi_fifo_thres_set()
410 val |= (7 - bytes) << A3700_SPI_WFIFO_THRS_BIT; in a3700_spi_fifo_thres_set()

Completed in 4 milliseconds