Home
last modified time | relevance | path

Searched refs:PropSize (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/
DArmVirtTimerFdtClientLib.c42 UINT32 PropSize; in ArmVirtTimerFdtClientLibConstructor() local
52 &PropSize); in ArmVirtTimerFdtClientLibConstructor()
57 &PropSize); in ArmVirtTimerFdtClientLibConstructor()
68 ASSERT (PropSize == 36 || PropSize == 48); in ArmVirtTimerFdtClientLibConstructor()
76 HypIntrNum = PropSize < 48 ? 0 : SwapBytes32 (InterruptProp[3].Number) in ArmVirtTimerFdtClientLibConstructor()
/device/linaro/bootloader/edk2/ArmVirtPkg/FdtClientDxe/
DFdtClientDxe.c37 OUT UINT32 *PropSize OPTIONAL in GetNodeProperty()
50 if (PropSize != NULL) { in GetNodeProperty()
51 *PropSize = Len; in GetNodeProperty()
63 IN UINT32 PropSize in SetNodeProperty() argument
70 Ret = fdt_setprop (mDeviceTreeBase, Node, PropertyName, Prop, PropSize); in SetNodeProperty()
141 OUT UINT32 *PropSize OPTIONAL in FindCompatibleNodeProperty()
152 return GetNodeProperty (This, Node, PropertyName, Prop, PropSize); in FindCompatibleNodeProperty()
/device/linaro/bootloader/edk2/ArmVirtPkg/Include/Protocol/
DFdtClient.h37 OUT UINT32 *PropSize OPTIONAL
47 IN UINT32 PropSize
74 OUT UINT32 *PropSize OPTIONAL