Home
last modified time | relevance | path

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

/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/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c89 r = fdt_read_range(fdt, pci_node, range_id, NULL, &addr, &size); in pci_map_region()
/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() function