Searched refs:PHANDLE (Results 1 – 3 of 3) sorted by relevance
236 PHANDLE = 7 variable in Type246 PHANDLE = 1 # <&foo> variable in _MarkerType387 if (types == [_MarkerType.UINT32, _MarkerType.PHANDLE]389 return Type.PHANDLE391 if set(types) == {_MarkerType.UINT32, _MarkerType.PHANDLE}:392 if len(self.value) == 4*types.count(_MarkerType.PHANDLE):518 if self.type is not Type.PHANDLE:538 if self.type in (Type.PHANDLE, Type.PHANDLES):616 elif marker_type is _MarkerType.PHANDLE:638 not in (_MarkerType.PHANDLE, _MarkerType.LABEL))):[all …]
1375 elif prop.type == Type.PHANDLE:1593 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)