Searched refs:MMC_CMD_BCR (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/drivers/mmc/core/
H A Dsd_ops.c40 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R1 | MMC_CMD_BCR; mmc_app_cmd()
162 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R3 | MMC_CMD_BCR; mmc_send_app_op_cond()
210 cmd.flags = MMC_RSP_SPI_R7 | MMC_RSP_R7 | MMC_CMD_BCR; mmc_send_if_cond()
237 cmd.flags = MMC_RSP_R6 | MMC_CMD_BCR; mmc_send_relative_addr()
H A Dsdio_ops.c31 cmd.flags = MMC_RSP_SPI_R4 | MMC_RSP_R4 | MMC_CMD_BCR; mmc_send_io_op_cond()
H A Dmmc_ops.c192 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R3 | MMC_CMD_BCR; mmc_send_op_cond()
233 cmd.flags = MMC_RSP_R2 | MMC_CMD_BCR; mmc_all_send_cid()
/linux-4.1.27/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c224 (MMC_RSP_R4 | MMC_CMD_BCR), rsi_reset_card()
237 (MMC_RSP_R4 | MMC_CMD_BCR), rsi_reset_card()
260 (MMC_RSP_R6 | MMC_CMD_BCR), rsi_reset_card()
/linux-4.1.27/drivers/mmc/host/
H A Dandroid-goldfish.c189 else if (mmc_cmd_type(cmd) == MMC_CMD_BCR) goldfish_mmc_start_command()
428 req->cmd->flags == (MMC_RSP_SPI_R4 | MMC_RSP_R4 | MMC_CMD_BCR)) goldfish_mmc_request()
H A Dcb710-mmc.c365 case MMC_CMD_BCR: cb_flags = CB710_MMC_CMD_BCR; break; cb710_encode_cmd_flags()
H A Dmxs-mmc.c474 case MMC_CMD_BCR: mxs_mmc_start_cmd()
H A Domap.c371 } else if (mmc_cmd_type(cmd) == MMC_CMD_BCR) { mmc_omap_start_command()
H A Dtifm_sd.c357 case MMC_CMD_BCR: tifm_sd_op_flags()
H A Dsh_mmcif.c958 if ((mrq->cmd->flags & MMC_CMD_MASK) != MMC_CMD_BCR) sh_mmcif_request()
/linux-4.1.27/include/linux/mmc/
H A Dcore.h36 #define MMC_CMD_BCR (3 << 5) macro

Completed in 612 milliseconds