Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmmc.h276 #define MMC_RSP_CRC (1 << 2) /* expect valid crc */ macro
286 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
287 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \
289 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
292 #define MMC_RSP_R5 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
293 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
294 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
H A Dmvebu_mmc.h203 #define MMC_RSP_CRC (1 << 2) macro
/rk3399_rockchip-uboot/drivers/mmc/
H A 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()
H A Dmeson_gx_mmc.c111 if (!(cmd->resp_type & MMC_RSP_CRC)) in meson_mmc_setup_cmd()
H A Ddavinci_mmc.c219 if (cmd->resp_type & MMC_RSP_CRC) in dmmc_send_cmd()
H A Dmvebu_mmc.c123 if (cmd->resp_type & MMC_RSP_CRC) in mvebu_mmc_send_cmd()
H A Dpxa_mmc_gen.c170 && cmd->resp_type & MMC_RSP_CRC) { in pxa_mmc_cmd_done()
H A Dmxsmmc.c174 if (!(cmd->resp_type & MMC_RSP_CRC)) in mxsmmc_send_cmd()
H A Ddw_mmc.c429 if (cmd->resp_type & MMC_RSP_CRC)
577 if (cmd->resp_type & MMC_RSP_CRC)
H A Darm_pl180_mmci.c42 (cmd->resp_type & MMC_RSP_CRC)) { in wait_for_command_end()
H A Dmxcmmc.c242 } else if (stat & STATUS_RESP_CRC_ERR && cmd->resp_type & MMC_RSP_CRC) { in mxcmci_read_response()
H A Dsunxi_mmc.c344 if (cmd->resp_type & MMC_RSP_CRC) in sunxi_mmc_send_cmd_common()
H A Dgen_atmel_mci.c177 if (cmd->resp_type & MMC_RSP_CRC)
H A Dtegra_mmc.c206 if (cmd->resp_type & MMC_RSP_CRC) in tegra_mmc_send_cmd_bounced()
H A Dsdhci.c202 if (cmd->resp_type & MMC_RSP_CRC)
H A Domap_hsmmc.c393 if (cmd->resp_type & MMC_RSP_CRC)
H A Dfsl_esdhc.c144 if (cmd->resp_type & MMC_RSP_CRC) in esdhc_xfertyp()