Searched refs:PropSize (Results 1 – 3 of 3) sorted by relevance
42 UINT32 PropSize; in ArmVirtTimerFdtClientLibConstructor() local52 &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()
37 OUT UINT32 *PropSize OPTIONAL in GetNodeProperty()50 if (PropSize != NULL) { in GetNodeProperty()51 *PropSize = Len; in GetNodeProperty()63 IN UINT32 PropSize in SetNodeProperty() argument70 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()
37 OUT UINT32 *PropSize OPTIONAL47 IN UINT32 PropSize74 OUT UINT32 *PropSize OPTIONAL