Home
last modified time | relevance | path

Searched refs:mmc_resp_type (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/mmc/host/
H A Dmxs-mmc.c130 if (mmc_resp_type(cmd) & MMC_RSP_PRESENT) { in mxs_mmc_request_done()
131 if (mmc_resp_type(cmd) & MMC_RSP_136) { in mxs_mmc_request_done()
290 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_ac()
292 get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ? in mxs_mmc_ac()
294 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? in mxs_mmc_ac()
362 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_adtc()
364 get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ? in mxs_mmc_adtc()
366 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? in mxs_mmc_adtc()
H A Dowl-mmc.c183 switch (mmc_resp_type(cmd)) { in owl_mmc_send_cmd()
255 if (mmc_resp_type(cmd) & MMC_RSP_PRESENT) { in owl_mmc_send_cmd()
270 if (mmc_resp_type(cmd) & MMC_RSP_136) { in owl_mmc_send_cmd()
H A Dtoshsd.c422 switch (mmc_resp_type(cmd)) { in toshsd_start_cmd()
442 mmc_resp_type(cmd)); in toshsd_start_cmd()
H A Ddavinci_mmc.c266 switch (mmc_resp_type(cmd)) { in mmc_davinci_start_command()
285 switch (mmc_resp_type(cmd)) { in mmc_davinci_start_command()
305 mmc_resp_type(cmd)); in mmc_davinci_start_command()
H A Dusdhi6rol0.c958 switch (mmc_resp_type(cmd)) { in usdhi6_cmd_flags()
977 mmc_resp_type(cmd)); in usdhi6_cmd_flags()
1236 if (mmc_resp_type(cmd) == MMC_RSP_NONE) in usdhi6_resp_read()
1245 if (mmc_resp_type(cmd) & MMC_RSP_136) in usdhi6_resp_read()
H A Dalcor.c278 switch (mmc_resp_type(cmd)) { in alcor_send_cmd()
296 mmc_hostname(mmc_from_priv(host)), mmc_resp_type(cmd)); in alcor_send_cmd()
H A Djz4740_mmc.c692 switch (mmc_resp_type(cmd)) { in jz4740_mmc_send_command()
820 if (mmc_resp_type(req->stop) & MMC_RSP_BUSY) { in jz_mmc_irq_worker()
H A Dau1xmmc.c268 switch (mmc_resp_type(cmd)) { in au1xmmc_send_command()
285 mmc_resp_type(cmd)); in au1xmmc_send_command()
H A Dmxcmmc.c373 switch (mmc_resp_type(cmd)) { in mxcmci_start_cmd()
388 mmc_resp_type(cmd)); in mxcmci_start_cmd()
H A Dtmio_mmc_core.c296 switch (mmc_resp_type(cmd)) { in tmio_mmc_start_command()
304 pr_debug("Unknown response type %d\n", mmc_resp_type(cmd)); in tmio_mmc_start_command()
H A Domap.c357 switch (mmc_resp_type(cmd)) { in mmc_omap_start_command()
372 dev_err(mmc_dev(host->mmc), "Invalid response type: %04x\n", mmc_resp_type(cmd)); in mmc_omap_start_command()
H A Dpxamci.c241 switch (RSP_TYPE(mmc_resp_type(cmd))) { in pxamci_start_cmd()
H A Dmeson-mx-sdio.c158 switch (mmc_resp_type(cmd)) { in meson_mx_mmc_start_cmd()
H A Dwmt-sdmmc.c587 rsptype = mmc_resp_type(req->cmd); in wmt_mci_request()
H A Dcavium.c145 switch (mmc_resp_type(cmd)) { in cvm_mmc_get_cr_mods()
H A Dmtk-sd.c1129 switch (mmc_resp_type(cmd)) { in msdc_cmd_find_resp()
1386 mmc_resp_type(cmd) != MMC_RSP_R1B_NO_CRC) { in msdc_cmd_done()
1424 if (mmc_resp_type(cmd) == MMC_RSP_R1B || cmd->data) { in msdc_cmd_is_ready()
H A Dtifm_sd.c328 switch (mmc_resp_type(cmd)) { in tifm_sd_op_flags()
H A Dvia-sdmmc.c572 switch (mmc_resp_type(cmd)) { in via_sdc_send_command()
H A Dsh_mmcif.c850 switch (mmc_resp_type(cmd)) { in sh_mmcif_set_cmd()
H A Drtsx_usb_sdmmc.c309 switch (mmc_resp_type(cmd)) { in sd_send_cmd_get_rsp()
H A Drtsx_pci_sdmmc.c113 switch (mmc_resp_type(cmd)) { in sd_response_type()
/linux/include/linux/mmc/
H A Dcore.h68 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM… macro
/linux/drivers/staging/greybus/
H A Dsdio.c418 switch (mmc_resp_type(cmd)) { in gb_sdio_command()
436 mmc_resp_type(cmd)); in gb_sdio_command()