Home
last modified time | relevance | path

Searched refs:MMC_ALL_SEND_CID (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/mmc/
Dmmc.h31 #define MMC_ALL_SEND_CID 2 /* bcr R2 */ macro
/linux-4.4.14/drivers/mmc/host/
Dsh_mmcif.c885 if (opc == MMC_SEND_OP_COND || opc == MMC_ALL_SEND_CID || in sh_mmcif_set_cmd()
892 if (opc == MMC_ALL_SEND_CID || in sh_mmcif_set_cmd()
1168 case MMC_ALL_SEND_CID: in sh_mmcif_end_cmd()
/linux-4.4.14/drivers/mmc/core/
Dmmc_ops.c232 cmd.opcode = MMC_ALL_SEND_CID; in mmc_all_send_cid()