Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dftsdc010_mci.c83 if (flags & MMC_RSP_136) in ftsdc010_send_cmd()
91 if (!(flags & (MMC_RSP_PRESENT | MMC_RSP_136))) { in ftsdc010_send_cmd()
108 if (flags & MMC_RSP_136) { in ftsdc010_send_cmd()
Dmeson_gx_mmc.c107 if (cmd->resp_type & MMC_RSP_136) in meson_mmc_setup_cmd()
164 if (cmd->resp_type & MMC_RSP_136) { in meson_mmc_read_response()
Ddw_mmc.c241 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY))
251 if (cmd->resp_type & MMC_RSP_136)
296 if (cmd->resp_type & MMC_RSP_136) {
Dtegra_mmc.c179 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY)) in tegra_mmc_send_cmd_bounced()
196 else if (cmd->resp_type & MMC_RSP_136) in tegra_mmc_send_cmd_bounced()
243 if (cmd->resp_type & MMC_RSP_136) { in tegra_mmc_send_cmd_bounced()
Dmvebu_mmc.c115 else if (cmd->resp_type & MMC_RSP_136) in mvebu_mmc_send_cmd()
188 if (cmd->resp_type & MMC_RSP_136) { in mvebu_mmc_send_cmd()
Dmxsmmc.c177 if (cmd->resp_type & MMC_RSP_136) /* It's a 136 bits response */ in mxsmmc_send_cmd()
264 if (cmd->resp_type & MMC_RSP_136) { in mxsmmc_send_cmd()
Dbcm2835_sdhost.c410 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY)) { in bcm2835_send_command()
439 if (cmd->resp_type & MMC_RSP_136) in bcm2835_send_command()
494 if (cmd->resp_type & MMC_RSP_136) { in bcm2835_finish_command()
Dstm32_sdmmc2.c243 if (cmd->resp_type & MMC_RSP_136) in stm32_sdmmc2_start_cmd()
304 if (cmd->resp_type & MMC_RSP_136) { in stm32_sdmmc2_end_cmd()
Dgen_atmel_mci.c185 if (cmd->resp_type & MMC_RSP_136)
293 if (cmd->resp_type & MMC_RSP_136) {
Dsunxi_mmc.c346 if (cmd->resp_type & MMC_RSP_136) in sunxi_mmc_send_cmd_common()
424 if (cmd->resp_type & MMC_RSP_136) { in sunxi_mmc_send_cmd_common()
Dsdhci.c43 if (cmd->resp_type & MMC_RSP_136) { in sdhci_cmd_done()
193 else if (cmd->resp_type & MMC_RSP_136)
Dpxa_mmc_gen.c171 if (cmd->resp_type & MMC_RSP_136 in pxa_mmc_cmd_done()
Ddavinci_mmc.c233 if (cmd->resp_type & MMC_RSP_136) { in dmmc_send_cmd()
Dmxcmmc.c248 if (cmd->resp_type & MMC_RSP_136) { in mxcmci_read_response()
Darm_pl180_mmci.c86 if (cmd->resp_type & MMC_RSP_136) in do_command()
Dfsl_esdhc.c176 if (cmd->resp_type & MMC_RSP_136) in esdhc_xfertyp()
497 if (cmd->resp_type & MMC_RSP_136) { in esdhc_send_cmd_common()
Dtmio-common.c468 if (cmd->resp_type & MMC_RSP_136) { in tmio_sd_send_cmd()
Dsh_mmcif.c315 if (cmd->resp_type & MMC_RSP_136) { in sh_mmcif_get_response()
Domap_hsmmc.c1008 else if (cmd->resp_type & MMC_RSP_136)
1073 if (cmd->resp_type & MMC_RSP_136) {
Dsh_sdhi.c433 if (cmd->resp_type & MMC_RSP_136) { in sh_sdhi_get_response()
/external/u-boot/include/
Dmvebu_mmc.h200 #define MMC_RSP_136 (1 << 1) macro
Dmmc.h294 #define MMC_RSP_136 (1 << 1) /* 136 bit response */ macro
303 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)