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

/drivers/mmc/host/
H A Dmxs-mmc.c59 #define BM_SSP_CTRL0_IGNORE_CRC (1 << 26) macro
195 ctrl0 = BM_SSP_CTRL0_IGNORE_CRC;
347 ctrl0 = BM_SSP_CTRL0_ENABLE | BM_SSP_CTRL0_IGNORE_CRC;
382 0 : BM_SSP_CTRL0_IGNORE_CRC;
449 0 : BM_SSP_CTRL0_IGNORE_CRC;
/drivers/spi/
H A Dspi-stmp.c215 c0 |= (last ? BM_SSP_CTRL0_IGNORE_CRC : 0);
256 stmp3xxx_clearl(BM_SSP_CTRL0_IGNORE_CRC, ss->regs + HW_SSP_CTRL0);
262 stmp3xxx_setl(BM_SSP_CTRL0_IGNORE_CRC, ss->regs + HW_SSP_CTRL0);

Completed in 56 milliseconds