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];
27 if ((spi->mode & SPI_MODE_X_MASK) != SPI_MODE_0) in sc16is7xx_spi_probe()
174 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()
341 priv->ctlr->mode_bits = SPI_3WIRE | SPI_MODE_X_MASK; in cs42l43_spi_probe()
145 switch (spi->mode & SPI_MODE_X_MASK) { in uniphier_spi_set_mode()
61 #define SPI_MODE_MASK (SPI_MODE_X_MASK | SPI_CS_HIGH \
4413 spi->mode & SPI_MODE_X_MASK, in __spi_setup()
328 switch (mode & SPI_MODE_X_MASK) { in nxp_spifi_setup_flash()
1382 spi->mode &= ~SPI_MODE_X_MASK; in ads7846_probe()