Searched refs:fdt_read_range (Results 1 – 3 of 3) sorted by relevance
/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/board/freescale/qemu-ppce500/ |
H A D | qemu-ppce500.c | 89 r = fdt_read_range(fdt, pci_node, range_id, NULL, &addr, &size); in pci_map_region()
|
/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() function
|