Searched refs:cid (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | tee_mmc_rpmb.c | 81 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 D | tee_ufs_rpmb.c | 133 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 D | edison.c | 63 md5((unsigned char *)mmc->cid, sizeof(mmc->cid), ssn); in assign_serial()
|
| /rk3399_rockchip-uboot/include/optee_include/ |
| H A D | tee_rpc_types.h | 28 uint8_t cid[TEE_RPC_RPMB_EMMC_CID_SIZE]; member
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mmc.c | 28 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 D | mmc.c | 1784 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 D | immap_ls102xa.h | 394 u32 cid[4]; /* Component ID */ member
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/ |
| H A D | immap_lsch2.h | 564 u32 cid[4]; /* Component ID */ member
|
| /rk3399_rockchip-uboot/drivers/nvme/ |
| H A D | nvme.h | 447 __u16 cid; member
|
| /rk3399_rockchip-uboot/include/ |
| H A D | mmc.h | 578 uint cid[4]; member
|