Home
last modified time | relevance | path

Searched refs:MMC_RSP_CRC (Results 1 – 18 of 18) sorted by relevance

/u-boot/include/
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)
A Dmvebu_mmc.h202 #define MMC_RSP_CRC (1 << 2) macro
/u-boot/drivers/mmc/
A Dstm32_sdmmc2.c262 else if (cmd->resp_type & MMC_RSP_CRC) in stm32_sdmmc2_start_cmd()
309 if (cmd->resp_type & MMC_RSP_CRC) in stm32_sdmmc2_end_cmd()
333 if (status & SDMMC_STA_CCRCFAIL && cmd->resp_type & MMC_RSP_CRC) { in stm32_sdmmc2_end_cmd()
A Ddw_mmc.c317 if (cmd->resp_type & MMC_RSP_CRC)
354 } else if ((cmd->resp_type & MMC_RSP_CRC) &&
A Dmeson_gx_mmc.c136 if (!(cmd->resp_type & MMC_RSP_CRC)) in meson_mmc_setup_cmd()
A Dmvebu_mmc.c124 if (cmd->resp_type & MMC_RSP_CRC) in mvebu_mmc_send_cmd()
A Dmxcmmc.c243 } else if (stat & STATUS_RESP_CRC_ERR && cmd->resp_type & MMC_RSP_CRC) { in mxcmci_read_response()
A Dpxa_mmc_gen.c175 cmd->resp_type & MMC_RSP_CRC) { in pxa_mmc_cmd_done()
A Ddavinci_mmc.c243 if (cmd->resp_type & MMC_RSP_CRC)
A Darm_pl180_mmci.c59 (cmd->resp_type & MMC_RSP_CRC)) { in wait_for_command_end()
A Dgen_atmel_mci.c185 if (cmd->resp_type & MMC_RSP_CRC)
A Dmxsmmc.c356 if (!(cmd->resp_type & MMC_RSP_CRC))
A Dtegra_mmc.c211 if (cmd->resp_type & MMC_RSP_CRC) in tegra_mmc_send_cmd_bounced()
A Dsunxi_mmc.c375 if (cmd->resp_type & MMC_RSP_CRC) in sunxi_mmc_send_cmd_common()
A Dsdhci.c266 if (cmd->resp_type & MMC_RSP_CRC)
A Dfsl_esdhc.c133 if (cmd->resp_type & MMC_RSP_CRC) in esdhc_xfertyp()
A Dfsl_esdhc_imx.c205 if (cmd->resp_type & MMC_RSP_CRC) in esdhc_xfertyp()
A Domap_hsmmc.c1111 if (cmd->resp_type & MMC_RSP_CRC)

Completed in 49 milliseconds