Home
last modified time | relevance | path

Searched refs:of_changeset_add_prop_u32_array (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dof_property.c97 return of_changeset_add_prop_u32_array(ocs, np, "bus-range", bus_range, in of_pci_prop_bus_range()
150 ret = of_changeset_add_prop_u32_array(ocs, np, "ranges", (u32 *)rp, in of_pci_prop_ranges()
165 return of_changeset_add_prop_u32_array(ocs, np, "reg", (u32 *)&reg, in of_pci_prop_reg()
272 ret = of_changeset_add_prop_u32_array(ocs, np, "interrupt-map", int_map, in of_pci_prop_intr_map()
281 ret = of_changeset_add_prop_u32_array(ocs, np, "interrupt-map-mask", in of_pci_prop_intr_map()
/openbmc/linux/drivers/of/
H A Ddynamic.c1030 int of_changeset_add_prop_u32_array(struct of_changeset *ocs, in of_changeset_add_prop_u32_array() function
1054 EXPORT_SYMBOL_GPL(of_changeset_add_prop_u32_array);
H A Dunittest.c891 unittest(!of_changeset_add_prop_u32_array(&chgset, n22, "prop-u32-array", in of_unittest_changeset()
/openbmc/linux/include/linux/
H A Dof.h1593 int of_changeset_add_prop_u32_array(struct of_changeset *ocs,
1602 return of_changeset_add_prop_u32_array(ocs, np, prop_name, &val, 1); in of_changeset_add_prop_u32()