Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dcore.h35 #define MMC_CMD_BC (2 << 5) macro
/linux-4.1.27/drivers/mmc/host/
Dandroid-goldfish.c187 else if (mmc_cmd_type(cmd) == MMC_CMD_BC) in goldfish_mmc_start_command()
Dcb710-mmc.c364 case MMC_CMD_BC: cb_flags = CB710_MMC_CMD_BC; break; in cb710_encode_cmd_flags()
Dmxs-mmc.c471 case MMC_CMD_BC: in mxs_mmc_start_cmd()
Dtifm_sd.c354 case MMC_CMD_BC: in tifm_sd_op_flags()
Domap.c369 } else if (mmc_cmd_type(cmd) == MMC_CMD_BC) { in mmc_omap_start_command()
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_91x_sdio.c209 (MMC_RSP_NONE | MMC_CMD_BC), in rsi_reset_card()
/linux-4.1.27/drivers/mmc/core/
Dmmc_ops.c167 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_NONE | MMC_CMD_BC; in mmc_go_idle()