Searched refs:cellprop (Results 1 – 2 of 2) sorted by relevance
1402 struct property *cellprop; in check_property_phandle_args() local1441 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() local1662 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 …]
1118 struct property *cellprop; in check_property_phandle_args() local1156 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()