Searched refs:BM_SSP_CTRL0_IGNORE_CRC (Results 1 – 2 of 2) 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()
23 #define BM_SSP_CTRL0_IGNORE_CRC (1 << 26) macro