Searched refs:SPI_RX_CPHA_FLIP (Results 1 – 3 of 3) sorted by relevance
30 #define SPI_RX_CPHA_FLIP _BITUL(16) /* flip CPHA on Rx only xfer */ macro
66 | SPI_RX_CPHA_FLIP | SPI_3WIRE_HIZ \
707 bool flip_cpha = (spi->mode & SPI_RX_CPHA_FLIP) && spi_imx->rx_only; in mx51_configure_cpha()2284 controller->mode_bits |= SPI_RX_CPHA_FLIP; in spi_imx_probe()