Searched refs:SSP_CTRL0_IGNORE_CRC (Results 1 – 3 of 3) sorted by relevance
66 writel(SSP_CTRL0_IGNORE_CRC, &ssp_regs->hw_ssp_ctrl0_clr); in mxs_spi_start_xfer()72 writel(SSP_CTRL0_IGNORE_CRC, &ssp_regs->hw_ssp_ctrl0_set); in mxs_spi_end_xfer()222 ctrl0 |= SSP_CTRL0_IGNORE_CRC; in mxs_spi_xfer_dma()
113 #define SSP_CTRL0_IGNORE_CRC (1 << 26) macro
357 ctrl0 |= SSP_CTRL0_IGNORE_CRC;
Completed in 7 milliseconds