Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/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…
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c427 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY))
437 if (cmd->resp_type & MMC_RSP_136)
484 if (cmd->resp_type & MMC_RSP_136) {
569 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY))
579 if (cmd->resp_type & MMC_RSP_136)
625 if (cmd->resp_type & MMC_RSP_136) {
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 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 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 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 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 Dgen_atmel_mci.c179 if (cmd->resp_type & MMC_RSP_136)
286 if (cmd->resp_type & MMC_RSP_136) {
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 Dsdhci.c44 if (cmd->resp_type & MMC_RSP_136) { in sdhci_cmd_done()
193 else if (cmd->resp_type & MMC_RSP_136)
H A Domap_hsmmc.c382 else if (cmd->resp_type & MMC_RSP_136)
436 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 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 Darm_pl180_mmci.c72 if (cmd->resp_type & MMC_RSP_136) in do_command()
/OK3568_Linux_fs/u-boot/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)
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmxs-mmc.c132 if (mmc_resp_type(cmd) & MMC_RSP_136) { in mxs_mmc_request_done()
295 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? in mxs_mmc_ac()
367 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? in mxs_mmc_adtc()
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 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()
627 if (cmd->flags & MMC_RSP_136) { in meson_mx_sdhc_irq_thread()
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.c654 if ((cmd->flags & MMC_RSP_136) && (cmd->flags & MMC_RSP_BUSY)) { in bcm2835_send_command()
671 if (cmd->flags & MMC_RSP_136) in bcm2835_send_command()
788 if (cmd->flags & MMC_RSP_136) { in bcm2835_finish_command()
H A Dsdricoh_cs.c285 if (cmd->flags & MMC_RSP_136) { in sdricoh_request()

123