Lines Matching defs:tx_shift
129 mpc8xxx_spi->tx_shift = cs->tx_shift;
140 static void fsl_spi_qe_cpu_set_shifts(u32 *rx_shift, u32 *tx_shift,
144 *tx_shift = 0;
148 *tx_shift = 24;
151 *tx_shift = 16;
159 static void fsl_spi_grlib_set_shifts(u32 *rx_shift, u32 *tx_shift,
163 *tx_shift = 0;
167 *tx_shift = 32 - bits_per_word; /* MSB in bit 31 */
180 cs->tx_shift = 0;
194 mpc8xxx_spi->set_shifts(&cs->rx_shift, &cs->tx_shift,
199 mpc8xxx_spi->tx_shift = cs->tx_shift;
647 &mpc8xxx_spi->tx_shift, 8, 1);