Searched refs:BM_SSP_CTRL0_IGNORE_CRC (Results 1 – 3 of 3) sorted by relevance
193 ctrl0 &= ~(BM_SSP_CTRL0_XFER_COUNT | BM_SSP_CTRL0_IGNORE_CRC | in mxs_spi_txrx_dma()210 ctrl0 |= BM_SSP_CTRL0_IGNORE_CRC; in mxs_spi_txrx_dma()305 writel(BM_SSP_CTRL0_IGNORE_CRC, in mxs_spi_txrx_pio()310 writel(BM_SSP_CTRL0_IGNORE_CRC, in mxs_spi_txrx_pio()
94 ctrl0 = BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_reset()255 ctrl0 = BM_SSP_CTRL0_ENABLE | BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_bc()291 0 : BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_ac()363 0 : BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_adtc()
23 #define BM_SSP_CTRL0_IGNORE_CRC (1 << 26) macro