Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dof_property.c183 return of_changeset_add_prop_u32(ocs, np, "interrupts", (u32)pin); in of_pci_prop_interrupts()
277 ret = of_changeset_add_prop_u32(ocs, np, "#interrupt-cells", 1); in of_pci_prop_intr_map()
345 ret = of_changeset_add_prop_u32(ocs, np, "#address-cells", in of_pci_add_properties()
350 ret = of_changeset_add_prop_u32(ocs, np, "#size-cells", in of_pci_add_properties()
/openbmc/linux/include/linux/
H A Dof.h1611 static inline int of_changeset_add_prop_u32(struct of_changeset *ocs, in of_changeset_add_prop_u32() function