Searched refs:SPI_MODE_X_MASK (Results 1 – 14 of 14) 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()
376 switch (mode & SPI_MODE_X_MASK) { in mpfs_spi_set_mode()399 control &= ~(SPI_MODE_X_MASK << MODE_X_MASK_SHIFT); in mpfs_spi_set_mode()
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 \
4137 spi->mode & SPI_MODE_X_MASK, in spi_setup()
69 (__entry->mode & SPI_MODE_X_MASK),
328 switch (mode & SPI_MODE_X_MASK) { in nxp_spifi_setup_flash()
759 spi->mode &= ~SPI_MODE_X_MASK; in tsc2046_adc_probe()
1241 spi->mode &= ~SPI_MODE_X_MASK; in ads7846_probe()