Home
last modified time | relevance | path

Searched refs:ImageSize (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRPC.c108 uint32_t ImageSize = 0; in OpteeRpcCmdLoadTa() local
113 ImageSize = 0; in OpteeRpcCmdLoadTa()
116 ImageSize = 0; in OpteeRpcCmdLoadTa()
124 AllocAddress = (size_t) OpteeClientMemAlloc(ImageSize); in OpteeRpcCmdLoadTa()
131 memcpy((void *)AllocAddress, ImageData, ImageSize); in OpteeRpcCmdLoadTa()
134 AllocAddress, ImageSize); in OpteeRpcCmdLoadTa()
141 TeeSmc32Param[1].u.memref.size = ImageSize; in OpteeRpcCmdLoadTa()
202 uint32_t ImageSize = 0; in OpteeRpcCmdFreeTa() local
213 ImageSize = TeeSmc32Param[0].u.memref.size; in OpteeRpcCmdFreeTa()
216 (uint32_t) AllocAddress, (uint32_t) ImageSize); in OpteeRpcCmdFreeTa()
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_image.h46 U32 ImageSize; /*0x2C */ member
260 U32 ImageSize; /*0x08 */ member
413 U32 ImageSize; /*0x04 */ member
H A Dmpi2_ioc.h1478 U32 ImageSize; /*0x0C */ member
1498 U32 ImageSize; /*0x1C */ member
1571 U32 ImageSize; /*0x0C */ member
1591 U32 ImageSize; /*0x1C */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Dsmu8.h33 uint32_t ImageSize; member
H A Dsmu7.h147 uint32_t ImageSize; member
H A Dsmu71.h424 uint32_t ImageSize; member
H A Dsmu72.h521 uint32_t ImageSize; member
H A Dsmu73.h504 uint32_t ImageSize; member
H A Dsmu75.h459 uint32_t ImageSize; member
H A Dsmu74.h566 uint32_t ImageSize; member
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.c608 pComponent->ImageSize = (pEntry->align_size >> 9); in mergetrust()
609 pComponentData->LoadSize = pComponent->ImageSize; in mergetrust()
613 pComponent->StorageAddr, pComponent->ImageSize); in mergetrust()
811 printf("ImageSize:0x%x\n", pComponent->ImageSize); in unpacktrust()
815 pComponent->ImageSize << 9); in unpacktrust()
H A Dtrust_merger.h125 uint32_t ImageSize; member
/OK3568_Linux_fs/kernel/drivers/message/fusion/lsi/
H A Dmpi_ioc.h1032 U32 ImageSize; /* 0Ch */ member
1091 U32 ImageSize; /* 0Ch */ member
1127 U32 ImageSize; /* 2Ch */ member
1194 U32 ImageSize; /* 08h */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dsmu7.h128 uint32_t ImageSize; member
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptbase.c3619 ptcsge->ImageSize = cpu_to_le32(sz); in mpt_do_upload()
3692 ioc->name, pFwHeader->ImageSize, pFwHeader->ImageSize, pFwHeader)); in mpt_downloadboot()
3745 fwSize = (pFwHeader->ImageSize + 3)/4; in mpt_downloadboot()
3770 fwSize = (pExtImage->ImageSize + 3) >> 2; in mpt_downloadboot()
H A Dmptctl.c841 ptsge->ImageSize = cpu_to_le32(fwlen); in mptctl_do_fw_download()
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c4403 mpi_request->ImageSize = cpu_to_le32(data_length); in _base_display_fwpkg_version()