Searched refs:fdt_region (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/include/linux/ |
H A D | libfdt.h | 13 struct fdt_region { struct 80 struct fdt_region *region; /* Contains list of regions found */ 145 struct fdt_region region[], int max_regions, 265 void *priv, struct fdt_region *region, 281 void *priv, struct fdt_region *region, 306 int fdt_add_alias_regions(const void *fdt, struct fdt_region *region, int count,
|
/openbmc/u-boot/tools/ |
H A D | fdtgrep.c | 233 struct fdt_region region[], int count) in display_fdt_by_regions() 235 struct fdt_region *reg = region, *reg_end = region + count; in display_fdt_by_regions() 429 struct fdt_region region[], int count, char *out) in dump_fdt_regions() 483 struct fdt_region *reg = ®ion[i]; in dump_fdt_regions() 501 static void show_region_list(struct fdt_region *reg, int count) in show_region_list() 645 const struct fdt_region *region1 = v1, *region2 = v2; in h_cmp_region() 653 struct display_info *disp, struct fdt_region *region, in fdtgrep_find_regions() 691 qsort(region, count, sizeof(struct fdt_region), in fdtgrep_find_regions() 779 struct fdt_region *region = NULL; in do_fdtgrep() 808 region = malloc(count * sizeof(struct fdt_region)); in do_fdtgrep()
|
H A D | Makefile | 69 LIBFDT_SRCS_UNSYNCED := fdt_ro.c fdt_region.c
|
H A D | image-host.c | 518 struct fdt_region fdt_regions[100]; in fit_config_get_data()
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_region.c | 32 struct fdt_region region[], int max_regions, in fdt_find_regions() 161 struct fdt_region *reg; in fdt_add_region() 184 struct fdt_region *reg; in region_list_contains_offset() 220 int fdt_add_alias_regions(const void *fdt, struct fdt_region *region, int count, in fdt_add_alias_regions() 342 void *priv, struct fdt_region *region, in fdt_first_region() 439 void *priv, struct fdt_region *region, in fdt_next_region()
|
H A D | Makefile | 23 obj-y += fdt_region.o
|
/openbmc/u-boot/common/ |
H A D | image-sig.c | 184 struct fdt_region *fdt_regions, int count, in fit_region_make_list() 458 struct fdt_region fdt_regions[max_regions]; in fit_config_check_sig()
|
/openbmc/u-boot/include/ |
H A D | image.h | 24 struct fdt_region; 1302 struct fdt_region *fdt_regions, int count,
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |