Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dmxs_spi.c116 writel(SSP_CTRL0_IGNORE_CRC, &ssp_regs->hw_ssp_ctrl0_clr); in mxs_spi_start_xfer()
122 writel(SSP_CTRL0_IGNORE_CRC, &ssp_regs->hw_ssp_ctrl0_set); in mxs_spi_end_xfer()
271 ctrl0 |= SSP_CTRL0_IGNORE_CRC; in mxs_spi_xfer_dma()
/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-ssp.h113 #define SSP_CTRL0_IGNORE_CRC (1 << 26) macro
/openbmc/u-boot/drivers/mmc/
H A Dmxsmmc.c174 ctrl0 |= SSP_CTRL0_IGNORE_CRC; in mxsmmc_send_cmd()