Home
last modified time | relevance | path

Searched refs:cellprop (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dchecks.c1402 struct property *cellprop; in check_property_phandle_args() local
1441 cellprop = get_property(provider_node, provider->cell_name); in check_property_phandle_args()
1442 if (cellprop) { in check_property_phandle_args()
1443 cellsize = propval_cell(cellprop); in check_property_phandle_args()
1632 struct property *cellprop; in check_interrupt_map() local
1662 cellprop = get_property(provider_node, "#interrupt-cells"); in check_interrupt_map()
1663 if (cellprop) { in check_interrupt_map()
1664 parent_cellsize = propval_cell(cellprop); in check_interrupt_map()
1671 cellprop = get_property(provider_node, "#address-cells"); in check_interrupt_map()
1672 if (cellprop) in check_interrupt_map()
[all …]
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c1118 struct property *cellprop; in check_property_phandle_args() local
1156 cellprop = get_property(provider_node, provider->cell_name); in check_property_phandle_args()
1157 if (cellprop) { in check_property_phandle_args()
1158 cellsize = propval_cell(cellprop); in check_property_phandle_args()