Searched refs:EMMC_CID_LEN (Results 1 – 6 of 6) sorted by relevance
54 uint8_t cid[EMMC_CID_LEN] = {0}; in TestUserEmmcGetCid()57 EmmcGetHuid(cid, EMMC_CID_LEN); in TestUserEmmcGetCid()58 for (i = 0; i < EMMC_CID_LEN; i++) { in TestUserEmmcGetCid()
41 uint8_t cid[EMMC_CID_LEN] = {0}; in EmmcCmdGetCid()48 ret = EmmcDeviceGetCid((struct EmmcDevice *)cntlr->curDev, cid, EMMC_CID_LEN); in EmmcCmdGetCid()54 if (HdfSbufWriteBuffer(reply, cid, EMMC_CID_LEN) == false) { in EmmcCmdGetCid()
124 if (cid == NULL || size < EMMC_CID_LEN) { in EmmcGetCid()
46 uint8_t cid[EMMC_CID_LEN] = {0}; in TestEmmcGetCid()48 ret = EmmcGetCid(tester->handle, cid, EMMC_CID_LEN); in TestEmmcGetCid()53 for (i = 0; i < EMMC_CID_LEN; i++) { in TestEmmcGetCid()
45 #define EMMC_CID_LEN 16 macro
41 if (cid == NULL || size < EMMC_CID_LEN) { in LinuxEmmcGetCid()