Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 6 of 6) sorted by relevance

/scripts/dts/python-devicetree/tests/test-bindings/
A Dinterrupt-1-cell.yaml3 description: Interrupt controller with one cell
5 compatible: "interrupt-one-cell"
A Dinterrupt-2-cell.yaml5 compatible: "interrupt-two-cell"
A Dinterrupt-3-cell.yaml5 compatible: "interrupt-three-cell"
/scripts/dts/python-devicetree/tests/
A Dtest.dts18 compatible = "interrupt-three-cell";
30 compatible = "interrupt-one-cell";
35 compatible = "interrupt-two-cell";
40 compatible = "interrupt-three-cell";
56 compatible = "interrupt-one-cell";
62 compatible = "interrupt-two-cell";
68 compatible = "interrupt-three-cell";
141 compatible = "interrupt-two-cell";
/scripts/kconfig/
A Dkconfigfunctions.py264 def _node_ph_array_prop(node, prop, index, cell, unit=None): argument
288 if cell not in node.props[prop].val[int(index)].data.keys():
290 return node.props[prop].val[int(index)].data[cell] >> _dt_units_to_scale(unit)
670 def dt_node_ph_array_prop(kconf, name, path, prop, index, cell, unit=None): argument
694 return str(_node_ph_array_prop(node, prop, index, cell, unit))
696 return hex(_node_ph_array_prop(node, prop, index, cell, unit))
/scripts/dts/
A Dgen_defines.py858 for cell, val in data.items():
875 for cell, val in data.items():
876 cell_ident = str2ident(cell)

Completed in 48 milliseconds