Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py236 PHANDLE = 7 variable in Type
246 PHANDLE = 1 # <&foo> variable in _MarkerType
387 if (types == [_MarkerType.UINT32, _MarkerType.PHANDLE]
389 return Type.PHANDLE
391 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 …]
Dedtlib.py1375 elif prop.type == Type.PHANDLE:
1593 if prop.type not in (Type.PHANDLE, Type.PHANDLES, Type.PHANDLES_AND_NUMS):
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py1613 verify_type("phandle1", dtlib.Type.PHANDLE)
1614 verify_type("phandle2", dtlib.Type.PHANDLE)