OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DtbSize
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
DtPlatformDtbLoaderLib.h
25
@param[out]
DtbSize
Size of the DTB copy
36
OUT UINTN *
DtbSize
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/DxeDtPlatformDtbLoaderLibDefault/
DxeDtPlatformDtbLoaderLibDefault.c
26
@param[out]
DtbSize
Size of the DTB copy
37
OUT UINTN *
DtbSize
57
*
DtbSize
= OrigDtbSize;
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/DtPlatformDxe/
DtPlatformDxe.c
116
UINTN
DtbSize
;
119
Status = DtPlatformLoadDtb (&Dtb, &
DtbSize
);
Completed in 787 milliseconds