Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A 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/include/linux/spi/
H A Dmxs-spi.h23 #define BM_SSP_CTRL0_IGNORE_CRC (1 << 26) macro