Searched refs:BM_SSP_CTRL0_IGNORE_CRC (Results 1 – 3 of 3) sorted by relevance
201 ctrl0 &= ~(BM_SSP_CTRL0_XFER_COUNT | BM_SSP_CTRL0_IGNORE_CRC | in mxs_spi_txrx_dma()218 ctrl0 |= BM_SSP_CTRL0_IGNORE_CRC; in mxs_spi_txrx_dma()313 writel(BM_SSP_CTRL0_IGNORE_CRC, in mxs_spi_txrx_pio()318 writel(BM_SSP_CTRL0_IGNORE_CRC, in mxs_spi_txrx_pio()
109 ctrl0 = BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_reset()266 ctrl0 = BM_SSP_CTRL0_ENABLE | BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_bc()302 0 : BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_ac()371 0 : BM_SSP_CTRL0_IGNORE_CRC; in mxs_mmc_adtc()
32 #define BM_SSP_CTRL0_IGNORE_CRC (1 << 26) macro