Home
last modified time | relevance | path

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

/u-boot/include/
A Dmmc.h317 #define MMC_RSP_PRESENT (1 << 0) 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)
328 #define MMC_RSP_R3 (MMC_RSP_PRESENT)
329 #define MMC_RSP_R4 (MMC_RSP_PRESENT)
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.h198 #define MMC_RSP_PRESENT (1 << 0) macro
/u-boot/drivers/mmc/
A Dmvebu_mmc.c119 else if (cmd->resp_type & MMC_RSP_PRESENT) in mvebu_mmc_send_cmd()
130 if (cmd->resp_type & MMC_RSP_PRESENT) { in mvebu_mmc_send_cmd()
208 } else if (cmd->resp_type & MMC_RSP_PRESENT) { in mvebu_mmc_send_cmd()
A Dstm32_sdmmc2.c259 if (cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_start_cmd()
307 if (cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_end_cmd()
340 if (status & SDMMC_STA_CMDREND && cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_end_cmd()
A Dftsdc010_mci.c83 if (flags & MMC_RSP_PRESENT) in ftsdc010_send_cmd()
94 if (!(flags & (MMC_RSP_PRESENT | MMC_RSP_136))) { in ftsdc010_send_cmd()
A Darm_pl180_mmci.c45 if ((cmd->resp_type & MMC_RSP_PRESENT)) in wait_for_command_end()
64 if (cmd->resp_type & MMC_RSP_PRESENT) { in wait_for_command_end()
A Ddw_mmc.c311 if (cmd->resp_type & MMC_RSP_PRESENT) {
361 if (cmd->resp_type & MMC_RSP_PRESENT) {
A Dtegra_mmc.c202 if (!(cmd->resp_type & MMC_RSP_PRESENT)) in tegra_mmc_send_cmd_bounced()
250 if (cmd->resp_type & MMC_RSP_PRESENT) { in tegra_mmc_send_cmd_bounced()
A Dmeson_gx_mmc.c129 if (cmd->resp_type & MMC_RSP_PRESENT) { in meson_mmc_setup_cmd()
A Dbcm2835_sdhost.c442 if (!(cmd->resp_type & MMC_RSP_PRESENT)) { in bcm2835_send_command()
499 if (cmd->resp_type & MMC_RSP_PRESENT) { in bcm2835_finish_command()
A Djz_mmc.c291 if (cmd->resp_type & MMC_RSP_PRESENT) { in jz_mmc_send_cmd()
A Dmxcmmc.c248 if (cmd->resp_type & MMC_RSP_PRESENT) { in mxcmci_read_response()
A Ddavinci_mmc.c263 } else if (cmd->resp_type & MMC_RSP_PRESENT) {
A Dgen_atmel_mci.c191 else if (cmd->resp_type & MMC_RSP_PRESENT)
A Dmxsmmc.c358 if (cmd->resp_type & MMC_RSP_PRESENT) /* Need to get response */
A Dsunxi_mmc.c371 if (cmd->resp_type & MMC_RSP_PRESENT) in sunxi_mmc_send_cmd_common()
A Dsdhci.c255 if (!(cmd->resp_type & MMC_RSP_PRESENT))
A Domap_hsmmc.c1097 if (!(cmd->resp_type & MMC_RSP_PRESENT))
1163 if (cmd->resp_type & MMC_RSP_PRESENT) {
A Dfsl_esdhc.c141 else if (cmd->resp_type & MMC_RSP_PRESENT) in esdhc_xfertyp()
A Dfsl_esdhc_imx.c213 else if (cmd->resp_type & MMC_RSP_PRESENT) in esdhc_xfertyp()
A Dmtk-sd.c516 if (cmd->resp_type & MMC_RSP_PRESENT) { in msdc_cmd_done()
A Docteontx_hsmmc.c1528 if (!cmd->resp_type & MMC_RSP_PRESENT) in octeontx_mmc_send_cmd()
1532 if (rsp_sts.s.rsp_val && (cmd->resp_type & MMC_RSP_PRESENT)) { in octeontx_mmc_send_cmd()

Completed in 45 milliseconds