Searched refs:PHANDLE (Results 1 – 3 of 3) sorted by relevance
207 PHANDLE = 7 variable in Type217 PHANDLE = 1 # <&foo> variable in _MarkerType350 if types == [_MarkerType.UINT32, _MarkerType.PHANDLE] and \352 return Type.PHANDLE354 if set(types) == {_MarkerType.UINT32, _MarkerType.PHANDLE}:355 if len(self.value) == 4*types.count(_MarkerType.PHANDLE):486 if self.type is not Type.PHANDLE:507 if self.type in (Type.PHANDLE, Type.PHANDLES):586 elif marker_type is _MarkerType.PHANDLE:607 next_marker[1] not in (_MarkerType.PHANDLE, _MarkerType.LABEL)):[all …]
1315 elif prop.type == Type.PHANDLE:1528 if prop.type not in (Type.PHANDLE, Type.PHANDLES, Type.PHANDLES_AND_NUMS):
1581 verify_type("phandle1", dtlib.Type.PHANDLE)1582 verify_type("phandle2", dtlib.Type.PHANDLE)