Searched refs:SSP_CTRL1_POLARITY (Results 1 – 3 of 3) sorted by relevance
264 #define SSP_CTRL1_POLARITY (1 << 9) macro
98 reg |= (mxs_slave->mode & SPI_CPOL) ? SSP_CTRL1_POLARITY : 0; in spi_claim_bus()
349 SSP_CTRL1_POLARITY | in mxsmmc_init()