Home
last modified time | relevance | path

Searched refs:can_merge (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/lib/libfdt/
H A Dfdt_region.c163 if (info->can_merge && info->count && in fdt_add_region()
245 info->can_merge = 0; in fdt_add_alias_regions()
318 info->can_merge = 1; in fdt_include_supernodes()
349 info->can_merge = 1; in fdt_first_region()
455 info->can_merge = 0; /* Don't allow merging with this */ in fdt_next_region()
624 info->can_merge = 1; in fdt_next_region()
643 info->can_merge = 0; in fdt_next_region()
/rk3399_rockchip-uboot/include/linux/
H A Dlibfdt.h84 int can_merge; /* 1 if we can merge with previous region */ member