Home
last modified time | relevance | path

Searched refs:MMC_RSP_OPCODE (Results 1 – 8 of 8) sorted by relevance

/u-boot/include/
A Dmmc.h321 #define MMC_RSP_OPCODE (1 << 4) /* response contains opcode */ 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| \
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.h206 #define MMC_RSP_OPCODE (1 << 4) macro
/u-boot/drivers/mmc/
A Dmvebu_mmc.c127 if (cmd->resp_type & MMC_RSP_OPCODE) in mvebu_mmc_send_cmd()
A Dtegra_mmc.c213 if (cmd->resp_type & MMC_RSP_OPCODE) in tegra_mmc_send_cmd_bounced()
A Dsdhci.c268 if (cmd->resp_type & MMC_RSP_OPCODE)
A Dfsl_esdhc.c135 if (cmd->resp_type & MMC_RSP_OPCODE) in esdhc_xfertyp()
A Dfsl_esdhc_imx.c207 if (cmd->resp_type & MMC_RSP_OPCODE) in esdhc_xfertyp()
A Domap_hsmmc.c1113 if (cmd->resp_type & MMC_RSP_OPCODE)

Completed in 18 milliseconds