Lines Matching defs:tx_shift
114 static void fsl_spi_qe_cpu_set_shifts(u32 *rx_shift, u32 *tx_shift,
118 *tx_shift = 0;
122 *tx_shift = 24;
125 *tx_shift = 16;
133 static void fsl_spi_grlib_set_shifts(u32 *rx_shift, u32 *tx_shift,
137 *tx_shift = 0;
141 *tx_shift = 32 - bits_per_word; /* MSB in bit 31 */
154 cs->tx_shift = 0;
167 mpc8xxx_spi->set_shifts(&cs->rx_shift, &cs->tx_shift,
172 mpc8xxx_spi->tx_shift = cs->tx_shift;
590 &mpc8xxx_spi->tx_shift, 8, 1);