Searched refs:child_addr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | of_property.c | 30 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 D | fdt_support.h | 233 int fdt_read_range(void *fdt, int node, int n, uint64_t *child_addr,
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 1580 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()
|