Searched refs:child_addr (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/ |
A D | fdt_support.h | 287 int fdt_read_range(void *fdt, int node, int n, uint64_t *child_addr,
|
/u-boot/common/ |
A D | fdt_support.c | 1723 int fdt_read_range(void *fdt, int node, int n, uint64_t *child_addr, in fdt_read_range() argument 1755 if (child_addr) { in fdt_read_range() 1756 r = fdt_read_prop(ranges, ranges_len, cell, child_addr, in fdt_read_range()
|
Completed in 6 milliseconds