Searched refs:MMC_RSP_PRESENT (Results 1 - 23 of 23) sorted by relevance

/linux-4.1.27/include/linux/mmc/
H A Dcore.h26 #define MMC_RSP_PRESENT (1 << 0) macro
49 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
50 #define MMC_RSP_R1B (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE|MMC_RSP_BUSY)
51 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
52 #define MMC_RSP_R3 (MMC_RSP_PRESENT)
53 #define MMC_RSP_R4 (MMC_RSP_PRESENT)
54 #define MMC_RSP_R5 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
55 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
56 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
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 Dmvsdio.c162 else if (cmd->flags & MMC_RSP_PRESENT) mvsd_request()
173 if (cmd->flags & MMC_RSP_PRESENT) { mvsd_request()
265 } else if (cmd->flags & MMC_RSP_PRESENT) { mvsd_finish_cmd()
H A Dmxs-mmc.c145 if (mmc_resp_type(cmd) & MMC_RSP_PRESENT) { mxs_mmc_request_done()
303 get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ? mxs_mmc_ac()
372 get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ? mxs_mmc_adtc()
H A Dbfin_sdh.c224 if (cmd->flags & MMC_RSP_PRESENT) { sdh_start_cmd()
264 if (cmd->flags & MMC_RSP_PRESENT) { sdh_cmd_done()
H A Dtoshsd.c221 if (cmd->flags & MMC_RSP_PRESENT && cmd->flags & MMC_RSP_136) { toshsd_cmd_irq()
247 } else if (cmd->flags & MMC_RSP_PRESENT) { toshsd_cmd_irq()
H A Dcb710-mmc.c376 if (flags & MMC_RSP_PRESENT) { cb710_encode_cmd_flags()
473 if (cmd->flags & MMC_RSP_PRESENT) { cb710_mmc_command()
H A Dandroid-goldfish.c266 if (cmd->flags & MMC_RSP_PRESENT) { goldfish_mmc_cmd_done()
H A Dmoxart-mmc.c219 if (cmd->flags & MMC_RSP_PRESENT) moxart_send_command()
H A Dsdricoh_cs.c295 if (cmd->flags & MMC_RSP_PRESENT) { sdricoh_request()
H A Ds3cmci.c953 else if (cmd->flags & MMC_RSP_PRESENT) s3cmci_send_command()
963 if (cmd->flags & MMC_RSP_PRESENT) s3cmci_send_command()
H A Domap_hsmmc.c792 if (cmd->flags & MMC_RSP_PRESENT) { omap_hsmmc_start_command()
919 if (cmd->flags & MMC_RSP_PRESENT) { omap_hsmmc_cmd_done()
H A Dau1xmmc.c542 if (cmd->flags & MMC_RSP_PRESENT) { au1xmmc_cmd_complete()
H A Ddavinci_mmc.c850 if (cmd->flags & MMC_RSP_PRESENT) { mmc_davinci_cmd_done()
H A Djz4740_mmc.c707 if (cmd->flags & MMC_RSP_PRESENT) jz_mmc_irq_worker()
H A Dmxcmmc.c518 if (cmd->flags & MMC_RSP_PRESENT) { mxcmci_read_response()
H A Domap.c558 if (cmd->flags & MMC_RSP_PRESENT) { mmc_omap_cmd_done()
H A Dsunxi-mmc.c804 if (cmd->flags & MMC_RSP_PRESENT) { sunxi_mmc_request()
H A Ddw_mmc.c282 if (cmd->flags & MMC_RSP_PRESENT) { dw_mci_prepare_command()
1493 if (cmd->flags & MMC_RSP_PRESENT) { dw_mci_command_complete()
H A Dsdhci.c1083 if (!(cmd->flags & MMC_RSP_PRESENT)) sdhci_send_command()
1112 if (host->cmd->flags & MMC_RSP_PRESENT) { sdhci_finish_command()
H A Dmmci.c891 if (cmd->flags & MMC_RSP_PRESENT) { mmci_start_command()
H A Dsh_mmcif.c1098 if (!(cmd->flags & MMC_RSP_PRESENT)) { sh_mmcif_end_cmd()
H A Dwbsd.c388 if (cmd->flags & MMC_RSP_PRESENT) { wbsd_send_command()
H A Datmel-mci.c672 if (cmd->flags & MMC_RSP_PRESENT) { atmci_prepare_command()

Completed in 345 milliseconds