Home
last modified time | relevance | path

Searched refs:MMC_RSP_PRESENT (Results 1 – 22 of 22) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dmmc.h312 #define MMC_RSP_PRESENT (1 << 0) macro
319 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
320 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \
322 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
323 #define MMC_RSP_R3 (MMC_RSP_PRESENT)
324 #define MMC_RSP_R4 (MMC_RSP_PRESENT)
325 #define MMC_RSP_R5 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
326 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
327 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
Dmvebu_mmc.h198 #define MMC_RSP_PRESENT (1 << 0) macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmvebu_mmc.c117 else if (cmd->resp_type & MMC_RSP_PRESENT) in mvebu_mmc_send_cmd()
128 if (cmd->resp_type & MMC_RSP_PRESENT) { in mvebu_mmc_send_cmd()
206 } else if (cmd->resp_type & MMC_RSP_PRESENT) { in mvebu_mmc_send_cmd()
Dstm32_sdmmc2.c248 if (cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_start_cmd()
295 if (cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_end_cmd()
328 if (status & SDMMC_STA_CMDREND && cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_end_cmd()
Dftsdc010_mci.c80 if (flags & MMC_RSP_PRESENT) in ftsdc010_send_cmd()
91 if (!(flags & (MMC_RSP_PRESENT | MMC_RSP_136))) { in ftsdc010_send_cmd()
Darm_pl180_mmci.c42 if ((cmd->resp_type & MMC_RSP_PRESENT)) in wait_for_command_end()
61 if (cmd->resp_type & MMC_RSP_PRESENT) { in wait_for_command_end()
Dtegra_mmc.c194 if (!(cmd->resp_type & MMC_RSP_PRESENT)) in tegra_mmc_send_cmd_bounced()
242 if (cmd->resp_type & MMC_RSP_PRESENT) { in tegra_mmc_send_cmd_bounced()
Ddw_mmc.c308 if (cmd->resp_type & MMC_RSP_PRESENT) {
358 if (cmd->resp_type & MMC_RSP_PRESENT) {
Dbcm2835_sdhost.c438 if (!(cmd->resp_type & MMC_RSP_PRESENT)) { in bcm2835_send_command()
495 if (cmd->resp_type & MMC_RSP_PRESENT) { in bcm2835_finish_command()
Dmeson_gx_mmc.c109 if (cmd->resp_type & MMC_RSP_PRESENT) { in meson_mmc_setup_cmd()
Dmxcmmc.c248 if (cmd->resp_type & MMC_RSP_PRESENT) { in mxcmci_read_response()
Djz_mmc.c287 if (cmd->resp_type & MMC_RSP_PRESENT) { in jz_mmc_send_cmd()
Ddavinci_mmc.c269 } else if (cmd->resp_type & MMC_RSP_PRESENT) {
Dgen_atmel_mci.c189 else if (cmd->resp_type & MMC_RSP_PRESENT)
Dmxsmmc.c360 if (cmd->resp_type & MMC_RSP_PRESENT) /* Need to get response */
Dsunxi_mmc.c378 if (cmd->resp_type & MMC_RSP_PRESENT) in sunxi_mmc_send_cmd_common()
Dfsl_esdhc.c121 else if (cmd->resp_type & MMC_RSP_PRESENT) in esdhc_xfertyp()
Domap_hsmmc.c1088 if (!(cmd->resp_type & MMC_RSP_PRESENT))
1154 if (cmd->resp_type & MMC_RSP_PRESENT) {
Dsdhci.c385 if (!(cmd->resp_type & MMC_RSP_PRESENT))
Dhimci.c496 if (cmd->resp_type & MMC_RSP_PRESENT) { in hi_mci_cmd_done()
Dfsl_esdhc_imx.c189 else if (cmd->resp_type & MMC_RSP_PRESENT) in esdhc_xfertyp()
Dmtk-sd.c410 if (cmd->resp_type & MMC_RSP_PRESENT) { in msdc_cmd_done()