Searched refs:MMC_RSP_CRC (Results 1 - 17 of 17) sorted by relevance

/u-boot/include/
H A Dmmc.h319 #define MMC_RSP_CRC (1 << 2) /* expect valid crc */ macro
324 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
325 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \
327 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
330 #define MMC_RSP_R5 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
331 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
332 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
H A Dmvebu_mmc.h202 #define MMC_RSP_CRC (1 << 2) macro
/u-boot/drivers/mmc/
H A Dstm32_sdmmc2.c264 else if (cmd->resp_type & MMC_RSP_CRC)
311 if (cmd->resp_type & MMC_RSP_CRC)
335 if (status & SDMMC_STA_CCRCFAIL && cmd->resp_type & MMC_RSP_CRC) {
H A Ddw_mmc.c317 if (cmd->resp_type & MMC_RSP_CRC)
354 } else if ((cmd->resp_type & MMC_RSP_CRC) &&
H A Dmeson_gx_mmc.c135 if (!(cmd->resp_type & MMC_RSP_CRC))
H A Dmxcmmc.c242 } else if (stat & STATUS_RESP_CRC_ERR && cmd->resp_type & MMC_RSP_CRC) {
H A Dmvebu_mmc.c132 if (cmd->resp_type & MMC_RSP_CRC)
H A Ddavinci_mmc.c242 if (cmd->resp_type & MMC_RSP_CRC)
H A Dmxsmmc.c355 if (!(cmd->resp_type & MMC_RSP_CRC))
H A Dgen_atmel_mci.c186 if (cmd->resp_type & MMC_RSP_CRC)
H A Dsunxi_mmc.c345 if (cmd->resp_type & MMC_RSP_CRC)
H A Dtegra_mmc.c213 if (cmd->resp_type & MMC_RSP_CRC)
H A Darm_pl180_mmci.c56 (cmd->resp_type & MMC_RSP_CRC)) {
H A Dsdhci.c266 if (cmd->resp_type & MMC_RSP_CRC)
H A Dfsl_esdhc.c135 if (cmd->resp_type & MMC_RSP_CRC)
H A Dfsl_esdhc_imx.c198 if (cmd->resp_type & MMC_RSP_CRC)
H A Domap_hsmmc.c1110 if (cmd->resp_type & MMC_RSP_CRC)

Completed in 102 milliseconds