Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmmc.h274 #define MMC_RSP_PRESENT (1 << 0) 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)
290 #define MMC_RSP_R3 (MMC_RSP_PRESENT)
291 #define MMC_RSP_R4 (MMC_RSP_PRESENT)
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.h199 #define MMC_RSP_PRESENT (1 << 0) macro
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmvebu_mmc.c118 else if (cmd->resp_type & MMC_RSP_PRESENT) in mvebu_mmc_send_cmd()
129 if (cmd->resp_type & MMC_RSP_PRESENT) { in mvebu_mmc_send_cmd()
207 } else if (cmd->resp_type & MMC_RSP_PRESENT) { in mvebu_mmc_send_cmd()
H A Dftsdc010_mci.c50 if (flags & MMC_RSP_PRESENT) in ftsdc010_send_cmd()
61 if (!(flags & (MMC_RSP_PRESENT | MMC_RSP_136))) { in ftsdc010_send_cmd()
H A Dstm32_sdmmc2.c242 if (cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_start_cmd()
269 if (cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_end_cmd()
302 if (status & SDMMC_STA_CMDREND && cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_end_cmd()
H A Ddw_mmc.c423 if (cmd->resp_type & MMC_RSP_PRESENT) {
471 if (cmd->resp_type & MMC_RSP_PRESENT) {
571 if (cmd->resp_type & MMC_RSP_PRESENT) {
618 if (cmd->resp_type & MMC_RSP_PRESENT) {
H A Darm_pl180_mmci.c28 if ((cmd->resp_type & MMC_RSP_PRESENT)) in wait_for_command_end()
47 if (cmd->resp_type & MMC_RSP_PRESENT) { in wait_for_command_end()
H A Dtegra_mmc.c197 if (!(cmd->resp_type & MMC_RSP_PRESENT)) in tegra_mmc_send_cmd_bounced()
245 if (cmd->resp_type & MMC_RSP_PRESENT) { in tegra_mmc_send_cmd_bounced()
H A Dmeson_gx_mmc.c104 if (cmd->resp_type & MMC_RSP_PRESENT) { in meson_mmc_setup_cmd()
H A Ddavinci_mmc.c239 } else if (cmd->resp_type & MMC_RSP_PRESENT) { in dmmc_send_cmd()
H A Domap_hsmmc.c380 if (!(cmd->resp_type & MMC_RSP_PRESENT))
435 if (cmd->resp_type & MMC_RSP_PRESENT) {
H A Dmxsmmc.c176 if (cmd->resp_type & MMC_RSP_PRESENT) /* Need to get response */ in mxsmmc_send_cmd()
H A Dmxcmmc.c247 if (cmd->resp_type & MMC_RSP_PRESENT) { in mxcmci_read_response()
H A Dsunxi_mmc.c340 if (cmd->resp_type & MMC_RSP_PRESENT) in sunxi_mmc_send_cmd_common()
H A Dgen_atmel_mci.c183 else if (cmd->resp_type & MMC_RSP_PRESENT)
H A Dsdhci.c191 if (!(cmd->resp_type & MMC_RSP_PRESENT))
H A Dfsl_esdhc.c152 else if (cmd->resp_type & MMC_RSP_PRESENT) in esdhc_xfertyp()