Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-apple.c34 #define APPLE_SPI_CFG_LSB_FIRST BIT(13) macro
180 (device->mode & SPI_LSB_FIRST ? APPLE_SPI_CFG_LSB_FIRST : 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()