Searched refs:MMC_RSP_136 (Results 1 - 28 of 28) sorted by relevance

/linux-4.1.27/include/linux/mmc/
H A Dcore.h27 #define MMC_RSP_136 (1 << 1) /* 136 bit response */ macro
51 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
58 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MMC_RSP_OPCODE))
/linux-4.1.27/drivers/mmc/host/
H A Dmxs-mmc.c146 if (mmc_resp_type(cmd) & MMC_RSP_136) { mxs_mmc_request_done()
305 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? mxs_mmc_ac()
374 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? mxs_mmc_adtc()
H A Dbfin_sdh.c231 if (cmd->flags & MMC_RSP_136) sdh_start_cmd()
266 if (cmd->flags & MMC_RSP_136) { sdh_cmd_done()
H A Dmoxart-mmc.c222 if (cmd->flags & MMC_RSP_136) moxart_send_command()
239 if (cmd->flags & MMC_RSP_136) { moxart_send_command()
H A Dcb710-mmc.c387 if (flags & MMC_RSP_136) cb710_encode_cmd_flags()
402 if (cmd->flags & MMC_RSP_136) { cb710_receive_response()
H A Dmvsdio.c160 else if (cmd->flags & MMC_RSP_136) mvsd_request()
250 if (cmd->flags & MMC_RSP_136) { mvsd_finish_cmd()
H A Dandroid-goldfish.c267 if (cmd->flags & MMC_RSP_136) { goldfish_mmc_cmd_done()
H A Dsdricoh_cs.c296 if (cmd->flags & MMC_RSP_136) { sdricoh_request()
H A Dtoshsd.c221 if (cmd->flags & MMC_RSP_PRESENT && cmd->flags & MMC_RSP_136) { toshsd_cmd_irq()
H A Dushc.c266 if (req->cmd->flags & MMC_RSP_136) { ushc_request()
H A Dsunxi-mmc.c467 if (mrq->cmd->flags & MMC_RSP_136) { sunxi_mmc_finalize_request()
806 if (cmd->flags & MMC_RSP_136) sunxi_mmc_request()
H A Dpxamci.c332 (cmd->flags & MMC_RSP_136 && cmd->resp[0] & 0x80000000)) pxamci_cmd_done()
H A Ds3cmci.c697 if (host->mrq->cmd->flags & MMC_RSP_136) { s3cmci_irq()
966 if (cmd->flags & MMC_RSP_136) s3cmci_send_command()
H A Dsdhci.c1075 if ((cmd->flags & MMC_RSP_136) && (cmd->flags & MMC_RSP_BUSY)) { sdhci_send_command()
1085 else if (cmd->flags & MMC_RSP_136) sdhci_send_command()
1113 if (host->cmd->flags & MMC_RSP_136) { sdhci_finish_command()
H A Domap_hsmmc.c793 if (cmd->flags & MMC_RSP_136) omap_hsmmc_start_command()
920 if (cmd->flags & MMC_RSP_136) { omap_hsmmc_cmd_done()
H A Dau1xmmc.c543 if (cmd->flags & MMC_RSP_136) { au1xmmc_cmd_complete()
H A Ddavinci_mmc.c851 if (cmd->flags & MMC_RSP_136) { mmc_davinci_cmd_done()
H A Djz4740_mmc.c615 if (cmd->flags & MMC_RSP_136) { jz4740_mmc_read_response()
H A Dmxcmmc.c519 if (cmd->flags & MMC_RSP_136) { mxcmci_read_response()
H A Domap.c559 if (cmd->flags & MMC_RSP_136) { mmc_omap_cmd_done()
H A Dtmio_mmc_pio.c585 if (cmd->flags & MMC_RSP_136) { tmio_mmc_cmd_irq()
H A Dvia-sdmmc.c519 if (cmd->flags & MMC_RSP_136) { via_sdc_get_response()
H A Ddw_mmc.c285 if (cmd->flags & MMC_RSP_136) dw_mci_prepare_command()
1494 if (cmd->flags & MMC_RSP_136) { dw_mci_command_complete()
H A Dmmci.c892 if (cmd->flags & MMC_RSP_136) mmci_start_command()
H A Dsh_mmcif.c741 if (cmd->flags & MMC_RSP_136) { sh_mmcif_get_response()
H A Dusdhi6rol0.c1195 if (mmc_resp_type(cmd) & MMC_RSP_136) usdhi6_resp_read()
H A Dwbsd.c405 if (cmd->flags & MMC_RSP_136) wbsd_send_command()
H A Datmel-mci.c673 if (cmd->flags & MMC_RSP_136) atmci_prepare_command()

Completed in 1728 milliseconds