Home
last modified time | relevance | path

Searched refs:cid (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A Dtee_mmc_rpmb.c81 cid_val[i] = cpu_to_be32(mmc->cid[i]); in rpmb_get_dev_info()
83 memcpy(info->cid, cid_val, sizeof(info->cid)); in rpmb_get_dev_info()
H A Dtee_ufs_rpmb.c133 if (sizeof(info->cid) != 0x10) { in rpmb_get_dev_info()
138 memcpy(info->cid, &str_buff[2], sizeof(info->cid)); in rpmb_get_dev_info()
/rk3399_rockchip-uboot/board/intel/edison/
H A Dedison.c63 md5((unsigned char *)mmc->cid, sizeof(mmc->cid), ssn); in assign_serial()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_rpc_types.h28 uint8_t cid[TEE_RPC_RPMB_EMMC_CID_SIZE]; member
/rk3399_rockchip-uboot/cmd/
H A Dmmc.c28 printf("Manufacturer ID: %x\n", mmc->cid[0] >> 24); in print_mmcinfo()
29 printf("OEM: %x\n", (mmc->cid[0] >> 8) & 0xffff); in print_mmcinfo()
30 printf("Name: %c%c%c%c%c \n", mmc->cid[0] & 0xff, in print_mmcinfo()
31 (mmc->cid[1] >> 24), (mmc->cid[1] >> 16) & 0xff, in print_mmcinfo()
32 (mmc->cid[1] >> 8) & 0xff, mmc->cid[1] & 0xff); in print_mmcinfo()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc.c1784 memcpy(mmc->cid, cmd.response, 16);
2129 mmc->cid[0] >> 24, (mmc->cid[2] & 0xffff),
2130 (mmc->cid[3] >> 16) & 0xffff);
2131 sprintf(bdesc->product, "%c%c%c%c%c%c", mmc->cid[0] & 0xff,
2132 (mmc->cid[1] >> 24), (mmc->cid[1] >> 16) & 0xff,
2133 (mmc->cid[1] >> 8) & 0xff, mmc->cid[1] & 0xff,
2134 (mmc->cid[2] >> 24) & 0xff);
2135 sprintf(bdesc->revision, "%d.%d", (mmc->cid[2] >> 20) & 0xf,
2136 (mmc->cid[2] >> 16) & 0xf);
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/
H A Dimmap_ls102xa.h394 u32 cid[4]; /* Component ID */ member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dimmap_lsch2.h564 u32 cid[4]; /* Component ID */ member
/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.h447 __u16 cid; member
/rk3399_rockchip-uboot/include/
H A Dmmc.h578 uint cid[4]; member