Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mmc/host/
Dmxs-mmc.c229 if (mmc_resp_type(cmd) & MMC_RSP_PRESENT) { in mxs_mmc_request_done()
230 if (mmc_resp_type(cmd) & MMC_RSP_136) { in mxs_mmc_request_done()
381 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_ac()
383 get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ? in mxs_mmc_ac()
385 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? in mxs_mmc_ac()
448 ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ? in mxs_mmc_adtc()
450 get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ? in mxs_mmc_adtc()
452 long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ? in mxs_mmc_adtc()
Dat91_mci.c459 if (mmc_resp_type(cmd) == MMC_RSP_NONE) in at91_mci_send_command()
465 if (mmc_resp_type(cmd) == MMC_RSP_R2) in at91_mci_send_command()
656 if ((status & AT91_MCI_RCRCE) && !(mmc_resp_type(cmd) & MMC_RSP_CRC)) { in at91_mci_completed_command()
Ddavinci_mmc.c296 switch (mmc_resp_type(cmd)) { in mmc_davinci_start_command()
315 switch (mmc_resp_type(cmd)) { in mmc_davinci_start_command()
335 mmc_resp_type(cmd)); in mmc_davinci_start_command()
Dtmio_mmc_pio.c314 switch (mmc_resp_type(cmd)) { in tmio_mmc_start_command()
321 pr_debug("Unknown response type %d\n", mmc_resp_type(cmd)); in tmio_mmc_start_command()
Dmxcmmc.c285 switch (mmc_resp_type(cmd)) { in mxcmci_start_cmd()
300 mmc_resp_type(cmd)); in mxcmci_start_cmd()
Dau1xmmc.c264 switch (mmc_resp_type(cmd)) { in au1xmmc_send_command()
281 mmc_resp_type(cmd)); in au1xmmc_send_command()
Domap.c350 switch (mmc_resp_type(cmd)) { in mmc_omap_start_command()
365 dev_err(mmc_dev(host->mmc), "Invalid response type: %04x\n", mmc_resp_type(cmd)); in mmc_omap_start_command()
Dpxamci.c263 switch (RSP_TYPE(mmc_resp_type(cmd))) { in pxamci_start_cmd()
Djz4740_mmc.c416 switch (mmc_resp_type(cmd)) { in jz4740_mmc_send_command()
Dimxmmc.c333 switch (mmc_resp_type(cmd)) { in imxmci_start_cmd()
Dtifm_sd.c334 switch (mmc_resp_type(cmd)) { in tifm_sd_op_flags()
Dvia-sdmmc.c569 switch (mmc_resp_type(cmd)) { in via_sdc_send_command()
Dsh_mmcif.c727 switch (mmc_resp_type(cmd)) { in sh_mmcif_set_cmd()
/linux-3.4.99/include/linux/mmc/
Dcore.h55 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM… macro
/linux-3.4.99/arch/arm/boot/compressed/
Dsdhi-shmobile.c193 switch (mmc_resp_type(cmd)) { in sdhi_boot_request()