Searched refs:MMC_RSP_BUSY (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/include/linux/mmc/
H A Dcore.h29 #define MMC_RSP_BUSY (1 << 3) /* card may send busy */ macro
50 #define MMC_RSP_R1B (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE|MMC_RSP_BUSY)
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.c158 if (cmd->flags & MMC_RSP_BUSY) mvsd_request()
206 if (stop->flags & MMC_RSP_BUSY) mvsd_request()
H A Dpxamci.c262 if (cmd->flags & MMC_RSP_BUSY) pxamci_start_cmd()
265 #define RSP_TYPE(x) ((x) & ~(MMC_RSP_BUSY|MMC_RSP_OPCODE)) pxamci_start_cmd()
H A Dsdhci.c762 if (data || (cmd->flags & MMC_RSP_BUSY)) sdhci_prepare_data()
1038 if ((cmd->data != NULL) || (cmd->flags & MMC_RSP_BUSY)) sdhci_send_command()
1075 if ((cmd->flags & MMC_RSP_136) && (cmd->flags & MMC_RSP_BUSY)) { sdhci_send_command()
1087 else if (cmd->flags & MMC_RSP_BUSY) sdhci_send_command()
2394 if (host->cmd->flags & MMC_RSP_BUSY) { sdhci_cmd_irq()
2471 if (host->cmd && (host->cmd->flags & MMC_RSP_BUSY)) { sdhci_data_irq()
H A Dandroid-goldfish.c199 if (cmd->flags & MMC_RSP_BUSY) goldfish_mmc_start_command()
H A Djz4740_mmc.c641 if (cmd->flags & MMC_RSP_BUSY) jz4740_mmc_send_command()
755 if (mmc_resp_type(req->stop) & MMC_RSP_BUSY) { jz_mmc_irq_worker()
H A Dcb710-mmc.c368 if (flags & MMC_RSP_BUSY) cb710_encode_cmd_flags()
H A Dsdhci.h399 /* Stop command (CMD12) can set Transfer Complete when not using MMC_RSP_BUSY */
H A Domap_hsmmc.c795 else if (cmd->flags & MMC_RSP_BUSY) { omap_hsmmc_start_command()
1455 if (req->cmd->flags & MMC_RSP_BUSY) omap_hsmmc_prepare_data()
H A Domap.c382 if (cmd->flags & MMC_RSP_BUSY) mmc_omap_start_command()
H A Dmmc_spi.c518 else if (cmd->flags & MMC_RSP_BUSY) /* R1B */ mmc_spi_command_send()
H A Dmmci.c990 busy_resp = host->variant->busy_detect && (cmd->flags & MMC_RSP_BUSY); mmci_cmd_irq()
H A Datmel-mci.c1706 } else if ((!mrq->data) && (mrq->cmd->flags & MMC_RSP_BUSY)) { atmci_tasklet_func()

Completed in 231 milliseconds