Home
last modified time | relevance | path

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

123

/openbmc/linux/include/linux/mmc/
H A Dcore.h35 #define MMC_RSP_136 (1 << 1) /* 136 bit response */ macro
59 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
69 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM…
/openbmc/u-boot/drivers/mmc/
H A 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()
H A 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()
H A 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()
H A Ddw_mmc.c273 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY))
283 if (cmd->resp_type & MMC_RSP_136)
332 if (cmd->resp_type & MMC_RSP_136) {
H A 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()
H A 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()
H A 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()
H A Dgen_atmel_mci.c185 if (cmd->resp_type & MMC_RSP_136)
293 if (cmd->resp_type & MMC_RSP_136) {
H A Dstm32_sdmmc2.c246 if (cmd->resp_type & MMC_RSP_136) in stm32_sdmmc2_start_cmd()
307 if (cmd->resp_type & MMC_RSP_136) { in stm32_sdmmc2_end_cmd()
H A Dsdhci.c43 if (cmd->resp_type & MMC_RSP_136) { in sdhci_cmd_done()
193 else if (cmd->resp_type & MMC_RSP_136)
H A Dsunxi_mmc.c380 if (cmd->resp_type & MMC_RSP_136) in sunxi_mmc_send_cmd_common()
458 if (cmd->resp_type & MMC_RSP_136) { in sunxi_mmc_send_cmd_common()
H A Dpxa_mmc_gen.c171 if (cmd->resp_type & MMC_RSP_136 in pxa_mmc_cmd_done()
H A Dmxcmmc.c248 if (cmd->resp_type & MMC_RSP_136) { in mxcmci_read_response()
H A Djz_mmc.c289 if (cmd->resp_type & MMC_RSP_136) { in jz_mmc_send_cmd()
/openbmc/u-boot/include/
H A Dmvebu_mmc.h200 #define MMC_RSP_136 (1 << 1) macro
H A Dmmc.h300 #define MMC_RSP_136 (1 << 1) /* 136 bit response */ macro
309 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
/openbmc/linux/drivers/mmc/host/
H A Dmxs-mmc.c131 if (mmc_resp_type(cmd) & MMC_RSP_136) { in mxs_mmc_request_done()
294 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? in mxs_mmc_ac()
366 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? in mxs_mmc_adtc()
H A Dsunplus-mmc.c204 if (cmd->flags & MMC_RSP_136) { in spmmc_get_rsp()
389 if (cmd->flags & MMC_RSP_CRC && !(cmd->flags & MMC_RSP_136)) in spmmc_prepare_cmd()
394 if (cmd->flags & MMC_RSP_136) in spmmc_prepare_cmd()
739 if (cmd->flags & MMC_RSP_136) { in spmmc_request()
H A Dcb710-mmc.c386 if (flags & MMC_RSP_136) in cb710_encode_cmd_flags()
401 if (cmd->flags & MMC_RSP_136) { in cb710_receive_response()
H A Dmeson-mx-sdhc-mmc.c203 if (cmd->flags & MMC_RSP_136) { in meson_mx_sdhc_start_cmd()
611 if (cmd->flags & MMC_RSP_136) { in meson_mx_sdhc_irq_thread()
H A Dmoxart-mmc.c222 if (cmd->flags & MMC_RSP_136) in moxart_send_command()
239 if (cmd->flags & MMC_RSP_136) { in moxart_send_command()
H A Dmvsdio.c155 else if (cmd->flags & MMC_RSP_136) in mvsd_request()
246 if (cmd->flags & MMC_RSP_136) { in mvsd_finish_cmd()
H A Dbcm2835.c649 if ((cmd->flags & MMC_RSP_136) && (cmd->flags & MMC_RSP_BUSY)) { in bcm2835_send_command()
666 if (cmd->flags & MMC_RSP_136) in bcm2835_send_command()
783 if (cmd->flags & MMC_RSP_136) { in bcm2835_finish_command()
H A Dsdricoh_cs.c277 if (cmd->flags & MMC_RSP_136) { in sdricoh_request()

123