Searched refs:SPI_CPHA (Results 1 – 25 of 97) sorted by relevance
1234
7 #define SPI_CPHA _BITUL(0) /* clock phase */ macro11 #define SPI_MODE_1 (0|SPI_CPHA)13 #define SPI_MODE_3 (SPI_CPOL|SPI_CPHA)14 #define SPI_MODE_X_MASK (SPI_CPOL|SPI_CPHA)
44 (spi->mode & SPI_CPHA) ? in spi_clps711x_prepare_message()108 host->mode_bits = SPI_CPHA | SPI_CS_HIGH; in spi_clps711x_probe()
97 if (spi->mode & SPI_CPHA) in spi_xcomm_setup_transfer()219 master->mode_bits = SPI_CPHA | SPI_CPOL | SPI_3WIRE; in spi_xcomm_probe()
131 if (spi->mode & SPI_CPHA) in hspi_hw_setup()255 ctlr->mode_bits = SPI_CPOL | SPI_CPHA; in hspi_probe()
47 host->mode_bits = SPI_CPHA | in octeon_spi_probe()
201 cs->txrx_word = bitbang->txrx_word[spi->mode & (SPI_CPOL|SPI_CPHA)]; in spi_bitbang_setup()364 master->mode_bits = SPI_CPOL | SPI_CPHA | bitbang->flags; in spi_bitbang_init()
71 if (spi->mode & SPI_CPHA) 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()
134 if (mode & SPI_CPHA) in sc18is602_setup_transfer()296 host->mode_bits = SPI_CPHA | SPI_CPOL | SPI_LSB_FIRST; in sc18is602_probe()
69 host->mode_bits = SPI_CPHA | SPI_CPOL | SPI_CS_HIGH | in thunderx_spi_probe()
244 if (spi->mode & SPI_CPHA) in orion_spi_mode_set()281 spi->mode & SPI_CPHA) in orion_spi_50mhz_ac_timing_erratum()671 host->mode_bits = SPI_CPHA | SPI_CPOL | SPI_LSB_FIRST | SPI_CS_WORD; in orion_spi_probe()
174 #define MODEBITS (SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST | SPI_LOOP | SPI_CS_HIGH)220 if (spi->mode & SPI_CPHA) in spi_st_setup()
155 if (spi->mode & SPI_CPHA) in xlp_spi_setup()409 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH; in xlp_spi_probe()
91 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH in mpc8xxx_spi_probe()
97 if (spi->mode & SPI_CPHA) 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()
246 if (spi->mode & SPI_CPHA) in sun4i_spi_transfer_one()467 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LSB_FIRST; in sun4i_spi_probe()
200 if (spi->mode & SPI_CPHA) in xilinx_spi_chipselect()432 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST | SPI_LOOP | in xilinx_spi_probe()
117 host->mode_bits |= SPI_CPHA; in config_spi_host()
45 cpha = mode & SPI_CPHA; in octeon_spi_do_transfer()
318 cr |= FIELD_PREP(CR_CPHA_MASK, (spi->mode & SPI_CPHA) ? 1 : 0); in hisi_spi_prepare_cr()492 host->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LOOP; in hisi_spi_probe()
169 if (spi->mode & SPI_CPHA) in mpc52xx_spi_fsmstate_idle()430 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST; in mpc52xx_spi_probe()
157 host->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH; in jcore_spi_probe()
306 if (spi->mode & SPI_CPHA) in mcfqspi_transfer_one()403 host->mode_bits = SPI_CS_HIGH | SPI_CPOL | SPI_CPHA; in mcfqspi_probe()
281 if (spi->mode & SPI_CPHA) in dw_spi_prepare_cr0()298 if (spi->mode & SPI_CPHA) in dw_spi_prepare_cr0()917 host->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LOOP; in dw_spi_add_host()
161 if (spi->mode & SPI_CPHA) { in ice40_fpga_probe()
122 } else if (spi->mode & SPI_CPHA) { in ds1302_probe()