Searched refs:cell (Results 1 – 6 of 6) sorted by relevance
| /scripts/dts/python-devicetree/tests/test-bindings/ |
| A D | interrupt-1-cell.yaml | 3 description: Interrupt controller with one cell 5 compatible: "interrupt-one-cell"
|
| A D | interrupt-2-cell.yaml | 5 compatible: "interrupt-two-cell"
|
| A D | interrupt-3-cell.yaml | 5 compatible: "interrupt-three-cell"
|
| /scripts/dts/python-devicetree/tests/ |
| A D | test.dts | 18 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 D | kconfigfunctions.py | 264 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 D | gen_defines.py | 858 for cell, val in data.items(): 875 for cell, val in data.items(): 876 cell_ident = str2ident(cell)
|
Completed in 48 milliseconds