Searched refs:PHANDLE (Results 1 – 3 of 3) sorted by relevance
214 PHANDLE = 7 variable in Type224 PHANDLE = 1 # <&foo> variable in _MarkerType357 if (types == [_MarkerType.UINT32, _MarkerType.PHANDLE]359 return Type.PHANDLE361 if set(types) == {_MarkerType.UINT32, _MarkerType.PHANDLE}:362 if len(self.value) == 4*types.count(_MarkerType.PHANDLE):493 if self.type is not Type.PHANDLE:514 if self.type in (Type.PHANDLE, Type.PHANDLES):593 elif marker_type is _MarkerType.PHANDLE:615 not in (_MarkerType.PHANDLE, _MarkerType.LABEL))):[all …]
1348 elif prop.type == Type.PHANDLE:1568 if prop.type not in (Type.PHANDLE, Type.PHANDLES, Type.PHANDLES_AND_NUMS):
1613 verify_type("phandle1", dtlib.Type.PHANDLE)1614 verify_type("phandle2", dtlib.Type.PHANDLE)