Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mmc/core/
Dsd_ops.c40 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R1 | MMC_CMD_BCR; in mmc_app_cmd()
162 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R3 | MMC_CMD_BCR; in mmc_send_app_op_cond()
207 cmd.flags = MMC_RSP_SPI_R7 | MMC_RSP_R7 | MMC_CMD_BCR; in mmc_send_if_cond()
234 cmd.flags = MMC_RSP_R6 | MMC_CMD_BCR; in mmc_send_relative_addr()
Dsdio_ops.c31 cmd.flags = MMC_RSP_SPI_R4 | MMC_RSP_R4 | MMC_CMD_BCR; in mmc_send_io_op_cond()
Dmmc_ops.c140 cmd.flags = MMC_RSP_SPI_R1 | MMC_RSP_R3 | MMC_CMD_BCR; in mmc_send_op_cond()
181 cmd.flags = MMC_RSP_R2 | MMC_CMD_BCR; in mmc_all_send_cid()
/linux-3.4.99/include/linux/mmc/
Dcore.h33 #define MMC_CMD_BCR (3 << 5) macro
/linux-3.4.99/drivers/mmc/host/
Dcb710-mmc.c365 case MMC_CMD_BCR: cb_flags = CB710_MMC_CMD_BCR; break; in cb710_encode_cmd_flags()
Dmxs-mmc.c552 case MMC_CMD_BCR: in mxs_mmc_start_cmd()
Dtifm_sd.c357 case MMC_CMD_BCR: in tifm_sd_op_flags()
Domap.c373 } else if (mmc_cmd_type(cmd) == MMC_CMD_BCR) { in mmc_omap_start_command()