Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmmc.h295 #define MMC_RSP_CRC (1 << 2) /* expect valid crc */ macro
300 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
301 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \
303 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
306 #define MMC_RSP_R5 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
307 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
308 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
Dmvebu_mmc.h202 #define MMC_RSP_CRC (1 << 2) macro
/external/u-boot/drivers/mmc/
Dstm32_sdmmc2.c245 else if (cmd->resp_type & MMC_RSP_CRC) in stm32_sdmmc2_start_cmd()
271 if (cmd->resp_type & MMC_RSP_CRC) in stm32_sdmmc2_end_cmd()
295 if (status & SDMMC_STA_CCRCFAIL && cmd->resp_type & MMC_RSP_CRC) { in stm32_sdmmc2_end_cmd()
Dmeson_gx_mmc.c113 if (!(cmd->resp_type & MMC_RSP_CRC)) in meson_mmc_setup_cmd()
Ddavinci_mmc.c218 if (cmd->resp_type & MMC_RSP_CRC) in dmmc_send_cmd()
Dmvebu_mmc.c122 if (cmd->resp_type & MMC_RSP_CRC) in mvebu_mmc_send_cmd()
Dpxa_mmc_gen.c169 && cmd->resp_type & MMC_RSP_CRC) { in pxa_mmc_cmd_done()
Dmxsmmc.c173 if (!(cmd->resp_type & MMC_RSP_CRC)) in mxsmmc_send_cmd()
Dmxcmmc.c242 } else if (stat & STATUS_RESP_CRC_ERR && cmd->resp_type & MMC_RSP_CRC) { in mxcmci_read_response()
Ddw_mmc.c255 if (cmd->resp_type & MMC_RSP_CRC)
Darm_pl180_mmci.c56 (cmd->resp_type & MMC_RSP_CRC)) { in wait_for_command_end()
Dgen_atmel_mci.c183 if (cmd->resp_type & MMC_RSP_CRC)
Dtegra_mmc.c203 if (cmd->resp_type & MMC_RSP_CRC) in tegra_mmc_send_cmd_bounced()
Dsunxi_mmc.c348 if (cmd->resp_type & MMC_RSP_CRC) in sunxi_mmc_send_cmd_common()
Dsdhci.c202 if (cmd->resp_type & MMC_RSP_CRC)
Dfsl_esdhc.c172 if (cmd->resp_type & MMC_RSP_CRC) in esdhc_xfertyp()
Domap_hsmmc.c1020 if (cmd->resp_type & MMC_RSP_CRC)