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

/linux-master/include/linux/
H A Dfsl_devices.h131 #define SPI_CPM1 (1 << 2) /* SPI unit is in CPM1 block */ macro
/linux-master/drivers/spi/
H A Dspi-fsl-cpm.c58 if (mspi->flags & SPI_CPM1) {
330 if (mspi->flags & SPI_CPM1) {
400 if (!(mspi->flags & SPI_CPM1))
418 if (!(mspi->flags & SPI_CPM1))
H A Dspi-fsl-lib.c155 pdata->flags = SPI_CPM_MODE | SPI_CPM1;
H A Dspi-fsl-spi.c339 (mpc8xxx_spi->flags & SPI_CPM1))

Completed in 163 milliseconds