Searched refs:SPI_LSB_FIRST (Results 1 – 25 of 49) sorted by relevance
12
137 if (unlikely(spi->mode & SPI_LSB_FIRST)) in spi_gpio_txrx_word_mode0()146 if (unlikely(spi->mode & SPI_LSB_FIRST)) in spi_gpio_txrx_word_mode1()155 if (unlikely(spi->mode & SPI_LSB_FIRST)) in spi_gpio_txrx_word_mode2()164 if (unlikely(spi->mode & SPI_LSB_FIRST)) in spi_gpio_txrx_word_mode3()184 if (unlikely(spi->mode & SPI_LSB_FIRST)) in spi_gpio_spec_txrx_word_mode0()194 if (unlikely(spi->mode & SPI_LSB_FIRST)) in spi_gpio_spec_txrx_word_mode1()204 if (unlikely(spi->mode & SPI_LSB_FIRST)) in spi_gpio_spec_txrx_word_mode2()214 if (unlikely(spi->mode & SPI_LSB_FIRST)) in spi_gpio_spec_txrx_word_mode3()414 SPI_CS_HIGH | SPI_LSB_FIRST; in spi_gpio_probe()
159 if ((spi->mode & SPI_LSB_FIRST) == 0) { in spi_lp8841_rtc_setup()194 master->mode_bits = SPI_CS_HIGH | SPI_3WIRE | SPI_LSB_FIRST; in spi_lp8841_rtc_probe()
50 SPI_LSB_FIRST | in octeon_spi_probe()
274 if (spi->mode & SPI_LSB_FIRST) in spi_ingenic_prepare_message()279 if (spi->mode & SPI_LSB_FIRST) in spi_ingenic_prepare_message()433 ctlr->mode_bits = SPI_MODE_3 | SPI_LSB_FIRST | SPI_LOOP | SPI_CS_HIGH; in spi_ingenic_probe()
80 if (spi->mode & SPI_LSB_FIRST) in mpc52xx_psc_spi_activate_cs()310 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LSB_FIRST; in mpc52xx_psc_spi_of_probe()
125 if (spi->mode & SPI_LSB_FIRST) in mt7621_spi_prepare()353 master->mode_bits = SPI_LSB_FIRST; in mt7621_spi_probe()
138 if (mode & SPI_LSB_FIRST) in sc18is602_setup_transfer()296 host->mode_bits = SPI_CPHA | SPI_CPOL | SPI_LSB_FIRST; in sc18is602_probe()
172 if (!(m->spi->mode & SPI_LSB_FIRST) && first->bits_per_word != 8 && in fsl_espi_check_message()404 espi->swab = spi->mode & SPI_LSB_FIRST && trans->bits_per_word > 8; in fsl_espi_trans()504 if (!(spi->mode & SPI_LSB_FIRST)) in fsl_espi_setup()678 SPI_LSB_FIRST | SPI_LOOP; in fsl_espi_probe()
63 | SPI_LSB_FIRST | SPI_3WIRE | SPI_LOOP \409 retval = put_user((spi->mode & SPI_LSB_FIRST) ? 1 : 0, in spidev_ioctl()454 spi->mode |= SPI_LSB_FIRST; in spidev_ioctl()456 spi->mode &= ~SPI_LSB_FIRST; in spidev_ioctl()
70 SPI_LSB_FIRST | SPI_3WIRE; in thunderx_spi_probe()
253 if (spi->mode & SPI_LSB_FIRST) in spi_ppc4xx_setup()381 SPI_CPHA | SPI_CPOL | SPI_CS_HIGH | SPI_LSB_FIRST; in spi_ppc4xx_of_probe()
290 if (spi->mode & SPI_LSB_FIRST) in pic32_sqi_one_transfer()369 mode = spi->mode & (SPI_MODE_3 | SPI_LSB_FIRST); in pic32_sqi_one_message()375 if (mode & SPI_LSB_FIRST) in pic32_sqi_one_message()
174 #define MODEBITS (SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST | SPI_LOOP | SPI_CS_HIGH)225 if ((spi->mode & SPI_LSB_FIRST) == 0) in spi_st_setup()
193 if (device->mode & SPI_LSB_FIRST) in sifive_spi_prep_transfer()375 | SPI_CS_HIGH | SPI_LSB_FIRST in sifive_spi_probe()
92 | SPI_LSB_FIRST | SPI_LOOP; in mpc8xxx_spi_probe()
169 !(spi->mode & SPI_LSB_FIRST)); in mspi_apply_cpu_mode_quirks()334 if (m->spi->mode & SPI_LSB_FIRST && t->bits_per_word > 8) in fsl_spi_prepare_message()402 if (!(spi->mode & SPI_LSB_FIRST)) in fsl_spi_setup()
107 if (spi->mode & SPI_LSB_FIRST) in mpc512x_psc_spi_activate_cs()475 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LSB_FIRST; in mpc512x_psc_spi_of_probe()
251 if (spi->mode & SPI_LSB_FIRST) in sun4i_spi_transfer_one()467 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LSB_FIRST; in sun4i_spi_probe()
204 if (spi->mode & SPI_LSB_FIRST) in xilinx_spi_chipselect()432 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST | SPI_LOOP | in xilinx_spi_probe()
54 mpi_cfg.s.lsbfirst = (mode & SPI_LSB_FIRST) ? 1 : 0; in octeon_spi_do_transfer()
173 if (spi->mode & SPI_LSB_FIRST) in mpc52xx_spi_fsmstate_idle()430 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST; in mpc52xx_spi_probe()
403 !!(spi->mode & SPI_LSB_FIRST)); in rzv2m_csi_setup()592 controller->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST; in rzv2m_csi_probe()
150 if (spi->mode & SPI_LSB_FIRST) in mtk_spi_slave_prepare_message()400 ctlr->mode_bits |= SPI_LSB_FIRST; in mtk_spi_slave_probe()
199 ctlr->mode_bits = SPI_LSB_FIRST; in ar934x_spi_probe()
17 #define SPI_LSB_FIRST _BITUL(3) /* per-word bits-on-wire */ macro