Searched refs:mmc_resp_type (Results 1 – 15 of 15) sorted by relevance
229 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()
459 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()
296 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()
314 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()
285 switch (mmc_resp_type(cmd)) { in mxcmci_start_cmd()300 mmc_resp_type(cmd)); in mxcmci_start_cmd()
264 switch (mmc_resp_type(cmd)) { in au1xmmc_send_command()281 mmc_resp_type(cmd)); in au1xmmc_send_command()
350 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()
263 switch (RSP_TYPE(mmc_resp_type(cmd))) { in pxamci_start_cmd()
416 switch (mmc_resp_type(cmd)) { in jz4740_mmc_send_command()
333 switch (mmc_resp_type(cmd)) { in imxmci_start_cmd()
334 switch (mmc_resp_type(cmd)) { in tifm_sd_op_flags()
569 switch (mmc_resp_type(cmd)) { in via_sdc_send_command()
727 switch (mmc_resp_type(cmd)) { in sh_mmcif_set_cmd()
55 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM… macro
193 switch (mmc_resp_type(cmd)) { in sdhi_boot_request()