Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mmc/
HDmmc.c542 cmd.flags = MMC_RSP_R3 | MMC_CMD_BCR; in mmc_send_app_op_cond()
569 cmd.flags = MMC_RSP_R3 | MMC_CMD_BCR; in mmc_send_op_cond()
596 cmd.flags = MMC_RSP_R7 | MMC_CMD_BCR; in mmc_send_if_cond()
1108 cmd.flags = MMC_RSP_R2 | MMC_CMD_BCR; in mmc_all_send_cid()
1124 cmd.flags = MMC_RSP_R2 | MMC_CMD_BCR; in mmc_send_csd()
1216 cmd.flags = MMC_RSP_R6 | MMC_CMD_BCR; in mmc_set_relative_addr()
1231 cmd.flags = MMC_RSP_R6 | MMC_CMD_BCR; in mmc_send_relative_addr()
HDmmcreg.h79 #define MMC_CMD_BCR (3ul << 5) /* Broadcast command with response */ macro