Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-apple.c27 #define APPLE_SPI_CFG_CPOL BIT(2) macro
179 (device->mode & SPI_CPOL ? APPLE_SPI_CFG_CPOL : 0) | in apple_spi_prepare_message()
184 APPLE_SPI_CFG_CPHA | APPLE_SPI_CFG_CPOL | APPLE_SPI_CFG_LSB_FIRST, cfg); in apple_spi_prepare_message()