Searched refs:APPLE_SPI_CFG_CPHA (Results 1 – 1 of 1) sorted by relevance
26 #define APPLE_SPI_CFG_CPHA BIT(1) macro178 u32 cfg = ((device->mode & SPI_CPHA ? APPLE_SPI_CFG_CPHA : 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()