Home
last modified time | relevance | path

Searched refs:MMC_CMD_BC (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/include/linux/mmc/
Dcore.h43 #define MMC_CMD_BC (2 << 5) macro
/Linux-v5.4/drivers/mmc/host/
Dandroid-goldfish.c181 else if (mmc_cmd_type(cmd) == MMC_CMD_BC) in goldfish_mmc_start_command()
Dcb710-mmc.c361 case MMC_CMD_BC: cb_flags = CB710_MMC_CMD_BC; break; in cb710_encode_cmd_flags()
Dmxs-mmc.c463 case MMC_CMD_BC: in mxs_mmc_start_cmd()
Dcavium.c139 case MMC_CMD_BC: in cvm_mmc_get_cr_mods()
Dtifm_sd.c351 case MMC_CMD_BC: in tifm_sd_op_flags()
Domap.c366 } else if (mmc_cmd_type(cmd) == MMC_CMD_BC) { in mmc_omap_start_command()
/Linux-v5.4/drivers/mmc/core/
Dmmc_ops.c153 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_NONE | MMC_CMD_BC; in mmc_go_idle()
/Linux-v5.4/drivers/staging/greybus/
Dsdio.c443 case MMC_CMD_BC: in gb_sdio_command()
/Linux-v5.4/drivers/net/wireless/rsi/
Drsi_91x_sdio.c222 (MMC_RSP_NONE | MMC_CMD_BC), in rsi_reset_card()