Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-sprd.c51 #define SPRD_SPI_SCK_REV BIT(13) macro
674 val &= ~(SPRD_SPI_SCK_REV | SPRD_SPI_NG_TX | SPRD_SPI_NG_RX); in sprd_spi_init_hw()
677 val |= ss->hw_mode & SPI_CPOL ? SPRD_SPI_SCK_REV : 0; in sprd_spi_init_hw()