Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dftsdc010_mci.c53 if (flags & MMC_RSP_136) in ftsdc010_send_cmd()
61 if (!(flags & (MMC_RSP_PRESENT | MMC_RSP_136))) { in ftsdc010_send_cmd()
78 if (flags & MMC_RSP_136) { in ftsdc010_send_cmd()
H A Ddw_mmc.c413 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY))
425 if (cmd->resp_type & MMC_RSP_136)
472 if (cmd->resp_type & MMC_RSP_136) {
563 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY))
573 if (cmd->resp_type & MMC_RSP_136)
619 if (cmd->resp_type & MMC_RSP_136) {
H A Dmeson_gx_mmc.c105 if (cmd->resp_type & MMC_RSP_136) in meson_mmc_setup_cmd()
162 if (cmd->resp_type & MMC_RSP_136) { in meson_mmc_read_response()
H A Dmvebu_mmc.c116 else if (cmd->resp_type & MMC_RSP_136) in mvebu_mmc_send_cmd()
189 if (cmd->resp_type & MMC_RSP_136) { in mvebu_mmc_send_cmd()
H A Dtegra_mmc.c182 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY)) in tegra_mmc_send_cmd_bounced()
199 else if (cmd->resp_type & MMC_RSP_136) in tegra_mmc_send_cmd_bounced()
246 if (cmd->resp_type & MMC_RSP_136) { in tegra_mmc_send_cmd_bounced()
H A Dmxsmmc.c178 if (cmd->resp_type & MMC_RSP_136) /* It's a 136 bits response */ in mxsmmc_send_cmd()
265 if (cmd->resp_type & MMC_RSP_136) { in mxsmmc_send_cmd()
H A Dsunxi_mmc.c342 if (cmd->resp_type & MMC_RSP_136) in sunxi_mmc_send_cmd_common()
419 if (cmd->resp_type & MMC_RSP_136) { in sunxi_mmc_send_cmd_common()
H A 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()
H A Dgen_atmel_mci.c179 if (cmd->resp_type & MMC_RSP_136)
286 if (cmd->resp_type & MMC_RSP_136) {
H A Dsdhci.c44 if (cmd->resp_type & MMC_RSP_136) { in sdhci_cmd_done()
193 else if (cmd->resp_type & MMC_RSP_136)
H A Ddavinci_mmc.c234 if (cmd->resp_type & MMC_RSP_136) { in dmmc_send_cmd()
H A Dpxa_mmc_gen.c172 if (cmd->resp_type & MMC_RSP_136 in pxa_mmc_cmd_done()
H A Domap_hsmmc.c382 else if (cmd->resp_type & MMC_RSP_136)
436 if (cmd->resp_type & MMC_RSP_136) {
H A Darm_pl180_mmci.c72 if (cmd->resp_type & MMC_RSP_136) in do_command()
H A Dfsl_esdhc.c148 if (cmd->resp_type & MMC_RSP_136) in esdhc_xfertyp()
460 if (cmd->resp_type & MMC_RSP_136) { in esdhc_send_cmd_common()
H A Dmxcmmc.c248 if (cmd->resp_type & MMC_RSP_136) { in mxcmci_read_response()
H A Dsh_mmcif.c312 if (cmd->resp_type & MMC_RSP_136) { in sh_mmcif_get_response()
H A Duniphier-sd.c467 if (cmd->resp_type & MMC_RSP_136) { in uniphier_sd_send_cmd()
H A Dsh_sdhi.c434 if (cmd->resp_type & MMC_RSP_136) { in sh_sdhi_get_response()
/rk3399_rockchip-uboot/include/
H A Dmvebu_mmc.h201 #define MMC_RSP_136 (1 << 1) macro
H A Dmmc.h275 #define MMC_RSP_136 (1 << 1) /* 136 bit response */ macro
289 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)