Searched refs:SPI_MODE_X_MASK (Results 1 – 12 of 12) sorted by relevance
14 #define SPI_MODE_X_MASK (SPI_CPOL|SPI_CPHA) macro
34 spi_bb_txrx_word_fn txrx_word[SPI_MODE_X_MASK + 1];
28 if ((spi->mode & SPI_MODE_X_MASK) != SPI_MODE_0) in sc16is7xx_spi_probe()
175 if ((spi->mode & SPI_MODE_X_MASK) != SPI_MODE_0) in lm70_probe()
69 (__entry->mode & SPI_MODE_X_MASK),
330 switch (spi->mode & SPI_MODE_X_MASK) { in uwire_setup_transfer()
233 switch (spi->mode & SPI_MODE_X_MASK) { in spi_ppc4xx_setup()
19 (SPI_MODE_X_MASK | SPI_CS_HIGH | SPI_LSB_FIRST)
62 #define SPI_MODE_MASK (SPI_MODE_X_MASK | SPI_CS_HIGH \
4175 spi->mode & SPI_MODE_X_MASK, in __spi_setup()
328 switch (mode & SPI_MODE_X_MASK) { in nxp_spifi_setup_flash()
759 spi->mode &= ~SPI_MODE_X_MASK; in tsc2046_adc_probe()