Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/mmc/host/
Dmxs-mmc.c131 if (mmc_resp_type(cmd) & MMC_RSP_PRESENT) { in mxs_mmc_request_done()
132 if (mmc_resp_type(cmd) & MMC_RSP_136) { in mxs_mmc_request_done()
291 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_ac()
293 get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ? in mxs_mmc_ac()
295 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? in mxs_mmc_ac()
363 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_adtc()
365 get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ? in mxs_mmc_adtc()
367 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? in mxs_mmc_adtc()
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()
Dandroid-goldfish.c158 switch (mmc_resp_type(cmd)) { in goldfish_mmc_start_command()
174 "Invalid response type: %04x\n", mmc_resp_type(cmd)); in goldfish_mmc_start_command()
Dtoshsd.c422 switch (mmc_resp_type(cmd)) { in toshsd_start_cmd()
442 mmc_resp_type(cmd)); in toshsd_start_cmd()
Ddavinci_mmc.c277 switch (mmc_resp_type(cmd)) { in mmc_davinci_start_command()
296 switch (mmc_resp_type(cmd)) { in mmc_davinci_start_command()
316 mmc_resp_type(cmd)); in mmc_davinci_start_command()
Dusdhi6rol0.c958 switch (mmc_resp_type(cmd)) { in usdhi6_cmd_flags()
977 mmc_resp_type(cmd)); in usdhi6_cmd_flags()
1226 if (mmc_resp_type(cmd) == MMC_RSP_NONE) in usdhi6_resp_read()
1235 if (mmc_resp_type(cmd) & MMC_RSP_136) in usdhi6_resp_read()
Dalcor.c277 switch (mmc_resp_type(cmd)) { in alcor_send_cmd()
295 mmc_hostname(mmc_from_priv(host)), mmc_resp_type(cmd)); in alcor_send_cmd()
Djz4740_mmc.c677 switch (mmc_resp_type(cmd)) { in jz4740_mmc_send_command()
805 if (mmc_resp_type(req->stop) & MMC_RSP_BUSY) { in jz_mmc_irq_worker()
Dau1xmmc.c267 switch (mmc_resp_type(cmd)) { in au1xmmc_send_command()
284 mmc_resp_type(cmd)); in au1xmmc_send_command()
Dtmio_mmc_core.c251 switch (mmc_resp_type(cmd)) { in tmio_mmc_start_command()
260 pr_debug("Unknown response type %d\n", mmc_resp_type(cmd)); in tmio_mmc_start_command()
Dmxcmmc.c383 switch (mmc_resp_type(cmd)) { in mxcmci_start_cmd()
398 mmc_resp_type(cmd)); in mxcmci_start_cmd()
Dmeson-mx-sdio.c170 switch (mmc_resp_type(cmd)) { in meson_mx_mmc_start_cmd()
Domap.c345 switch (mmc_resp_type(cmd)) { in mmc_omap_start_command()
360 dev_err(mmc_dev(host->mmc), "Invalid response type: %04x\n", mmc_resp_type(cmd)); in mmc_omap_start_command()
Dpxamci.c242 switch (RSP_TYPE(mmc_resp_type(cmd))) { in pxamci_start_cmd()
Dwmt-sdmmc.c588 rsptype = mmc_resp_type(req->cmd); in wmt_mci_request()
Dcavium.c145 switch (mmc_resp_type(cmd)) { in cvm_mmc_get_cr_mods()
Dtifm_sd.c332 switch (mmc_resp_type(cmd)) { in tifm_sd_op_flags()
Dvia-sdmmc.c571 switch (mmc_resp_type(cmd)) { in via_sdc_send_command()
Dmtk-sd.c947 switch (mmc_resp_type(cmd)) { in msdc_cmd_find_resp()
1217 if (mmc_resp_type(cmd) == MMC_RSP_R1B || cmd->data) { in msdc_cmd_is_ready()
Drtsx_usb_sdmmc.c309 switch (mmc_resp_type(cmd)) { in sd_send_cmd_get_rsp()
Drtsx_pci_sdmmc.c109 switch (mmc_resp_type(cmd)) { in sd_response_type()
Dsh_mmcif.c810 switch (mmc_resp_type(cmd)) { in sh_mmcif_set_cmd()
/kernel/linux/linux-5.10/include/linux/mmc/
Dcore.h69 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM… macro
/kernel/linux/linux-5.10/drivers/staging/greybus/
Dsdio.c419 switch (mmc_resp_type(cmd)) { in gb_sdio_command()
437 mmc_resp_type(cmd)); in gb_sdio_command()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch26348 + switch (mmc_resp_type(cmd)) {
26374 + mmc_resp_type(cmd));
26440 + if (mmc_resp_type(cmd) == MMC_RSP_R2) {

12