Home
last modified time | relevance | path

Searched refs:child_addr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dof_property.c30 u32 child_addr[OF_PCI_ADDRESS_CELLS]; member
133 memcpy(rp[i].child_addr, rp[i].parent_addr, in of_pci_prop_ranges()
134 sizeof(rp[i].child_addr)); in of_pci_prop_ranges()
140 rp[i].child_addr[0] = j; in of_pci_prop_ranges()
/openbmc/u-boot/include/
H A Dfdt_support.h233 int fdt_read_range(void *fdt, int node, int n, uint64_t *child_addr,
/openbmc/u-boot/common/
H A Dfdt_support.c1580 int fdt_read_range(void *fdt, int node, int n, uint64_t *child_addr, in fdt_read_range() argument
1612 if (child_addr) { in fdt_read_range()
1613 r = fdt_read_prop(ranges, ranges_len, cell, child_addr, in fdt_read_range()