Home
last modified time | relevance | path

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

/openbmc/linux/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()