Searched defs:fdt_region_state (Results 1 – 1 of 1) sorted by relevance
78 struct fdt_region_state { struct79 struct fdt_subnode_stack stack[FDT_MAX_DEPTH]; /* node stack */80 struct fdt_region *region; /* Contains list of regions found */81 int count; /* Numnber of regions found */82 const void *fdt; /* FDT blob */83 int max_regions; /* Maximum regions to find */84 int can_merge; /* 1 if we can merge with previous region */85 int start; /* Start position of current region */86 struct fdt_region_ptrs ptrs; /* Pointers for what we are up to */