Home
last modified time | relevance | path

Searched refs:SPI_CPM1 (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/spi/
H A Dspi-fsl-cpm.c58 if (mspi->flags & SPI_CPM1) { in fsl_spi_cpm_reinit_txrx()
324 if (mspi->flags & SPI_CPM1) { in fsl_spi_cpm_init()
394 if (!(mspi->flags & SPI_CPM1)) in fsl_spi_cpm_init()
412 if (!(mspi->flags & SPI_CPM1)) in fsl_spi_cpm_free()
H A Dspi-fsl-lib.c155 pdata->flags = SPI_CPM_MODE | SPI_CPM1; in of_mpc8xxx_spi_probe()
H A Dspi-fsl-spi.c338 (mpc8xxx_spi->flags & SPI_CPM1)) in fsl_spi_prepare_message()
/linux-6.15/include/linux/
H A Dfsl_devices.h131 #define SPI_CPM1 (1 << 2) /* SPI unit is in CPM1 block */ macro