Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dsd_ops.c51 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R1 | MMC_CMD_BCR; in mmc_app_cmd()
177 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R3 | MMC_CMD_BCR; in mmc_send_app_op_cond()
206 cmd.flags = MMC_RSP_SPI_R7 | MMC_RSP_R7 | MMC_CMD_BCR; in __mmc_send_if_cond()
274 cmd.flags = MMC_RSP_R6 | MMC_CMD_BCR; in mmc_send_relative_addr()
H A Dsdio_ops.c25 cmd.flags = MMC_RSP_SPI_R4 | MMC_RSP_R4 | MMC_CMD_BCR; in mmc_send_io_op_cond()
H A Dmmc_ops.c235 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R3 | MMC_CMD_BCR; in mmc_send_op_cond()
/linux/include/linux/mmc/
H A Dcore.h31 #define MMC_CMD_BCR (3 << 5) macro
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c228 (MMC_RSP_R4 | MMC_CMD_BCR), &resp); in rsi_reset_card()
237 (MMC_RSP_R4 | MMC_CMD_BCR), &resp); in rsi_reset_card()
259 (MMC_RSP_R6 | MMC_CMD_BCR), in rsi_reset_card()
/linux/drivers/mmc/host/
H A Dmxs-mmc.c465 case MMC_CMD_BCR: in mxs_mmc_start_cmd()
H A Dcb710-mmc.c364 case MMC_CMD_BCR: cb_flags = CB710_MMC_CMD_BCR; break; in cb710_encode_cmd_flags()
H A Dcavium.c140 case MMC_CMD_BCR: in cvm_mmc_get_cr_mods()
H A Dtifm_sd.c352 case MMC_CMD_BCR: in tifm_sd_op_flags()
H A Domap.c380 } else if (mmc_cmd_type(cmd) == MMC_CMD_BCR) { in mmc_omap_start_command()
/linux/drivers/staging/greybus/
H A Dsdio.c445 case MMC_CMD_BCR: in gb_sdio_command()