Home
last modified time | relevance | path

Searched refs:MMC_CMD_BCR (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/mmc/core/
Dsd_ops.c40 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R1 | MMC_CMD_BCR; in mmc_app_cmd()
152 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R3 | MMC_CMD_BCR; in mmc_send_app_op_cond()
200 cmd.flags = MMC_RSP_SPI_R7 | MMC_RSP_R7 | MMC_CMD_BCR; in mmc_send_if_cond()
224 cmd.flags = MMC_RSP_R6 | MMC_CMD_BCR; in mmc_send_relative_addr()
Dsdio_ops.c29 cmd.flags = MMC_RSP_SPI_R4 | MMC_RSP_R4 | MMC_CMD_BCR; in mmc_send_io_op_cond()
Dmmc_ops.c180 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R3 | MMC_CMD_BCR; in mmc_send_op_cond()
/Linux-v4.19/include/linux/mmc/
Dcore.h47 #define MMC_CMD_BCR (3 << 5) macro
/Linux-v4.19/drivers/mmc/host/
Dandroid-goldfish.c187 else if (mmc_cmd_type(cmd) == MMC_CMD_BCR) in goldfish_mmc_start_command()
416 req->cmd->flags == (MMC_RSP_SPI_R4 | MMC_RSP_R4 | MMC_CMD_BCR)) in goldfish_mmc_request()
Dcb710-mmc.c365 case MMC_CMD_BCR: cb_flags = CB710_MMC_CMD_BCR; break; in cb710_encode_cmd_flags()
Dmxs-mmc.c480 case MMC_CMD_BCR: in mxs_mmc_start_cmd()
Dcavium.c140 case MMC_CMD_BCR: in cvm_mmc_get_cr_mods()
Dtifm_sd.c357 case MMC_CMD_BCR: in tifm_sd_op_flags()
Domap.c370 } else if (mmc_cmd_type(cmd) == MMC_CMD_BCR) { in mmc_omap_start_command()
/Linux-v4.19/drivers/net/wireless/rsi/
Drsi_91x_sdio.c234 (MMC_RSP_R4 | MMC_CMD_BCR), &resp); in rsi_reset_card()
243 (MMC_RSP_R4 | MMC_CMD_BCR), &resp); in rsi_reset_card()
265 (MMC_RSP_R6 | MMC_CMD_BCR), in rsi_reset_card()
/Linux-v4.19/drivers/staging/greybus/
Dsdio.c446 case MMC_CMD_BCR: in gb_sdio_command()
/Linux-v4.19/drivers/staging/mt7621-mmc/
Dsd.c714 resp = (mmc_cmd_type(cmd) == MMC_CMD_BCR) ? RESP_R6 : RESP_R1; in msdc_cmd_find_resp()
723 } else if (opcode == SD_SEND_IF_COND && (mmc_cmd_type(cmd) == MMC_CMD_BCR)) { in msdc_cmd_find_resp()