Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-mxs.c192 ctrl0 &= ~(BM_SSP_CTRL0_XFER_COUNT | BM_SSP_CTRL0_IGNORE_CRC | in mxs_spi_txrx_dma()
209 ctrl0 |= BM_SSP_CTRL0_IGNORE_CRC; in mxs_spi_txrx_dma()
304 writel(BM_SSP_CTRL0_IGNORE_CRC, in mxs_spi_txrx_pio()
309 writel(BM_SSP_CTRL0_IGNORE_CRC, in mxs_spi_txrx_pio()
/openbmc/linux/drivers/mmc/host/
H A 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()
/openbmc/linux/include/linux/spi/
H A Dmxs-spi.h23 #define BM_SSP_CTRL0_IGNORE_CRC (1 << 26) macro