Home
last modified time | relevance | path

Searched refs:BM_SSP_CTRL0_IGNORE_CRC (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/spi/
Dspi-mxs.c201 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()
/linux-4.1.27/drivers/mmc/host/
Dmxs-mmc.c109 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()
/linux-4.1.27/include/linux/spi/
Dmxs-spi.h32 #define BM_SSP_CTRL0_IGNORE_CRC (1 << 26) macro