Searched defs:SPI_CPOL (Results 1 – 3 of 3) sorted by relevance
8 #define SPI_CPOL _BITUL(1) /* clock polarity */ macro
15 #define SPI_CPOL (1 << 1) macro
76 #define SPI_CPOL BIT(1) /* clock polarity */ macro