Searched refs:APPLE_SPI_CFG_LSB_FIRST (Results 1 – 1 of 1) sorted by relevance
34 #define APPLE_SPI_CFG_LSB_FIRST BIT(13) macro180 (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()