Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mmc/
Dmmc.h33 #define MMC_ALL_SEND_CID 2 /* bcr R2 */ macro
/linux-6.1.9/drivers/mmc/host/
Dsh_mmcif.c871 if (opc == MMC_SEND_OP_COND || opc == MMC_ALL_SEND_CID || in sh_mmcif_set_cmd()
878 if (opc == MMC_ALL_SEND_CID || in sh_mmcif_set_cmd()
1092 case MMC_ALL_SEND_CID: in sh_mmcif_end_cmd()
/linux-6.1.9/drivers/mmc/core/
Dmmc_ops.c367 return mmc_send_cxd_native(host, 0, cid, MMC_ALL_SEND_CID); in mmc_send_cid()