Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-mxs.c193 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()
/linux-6.12.1/drivers/mmc/host/
Dmxs-mmc.c94 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()
/linux-6.12.1/include/linux/spi/
Dmxs-spi.h23 #define BM_SSP_CTRL0_IGNORE_CRC (1 << 26) macro