Searched defs:fdt_region_state (Results 1 – 1 of 1) sorted by relevance
72 struct fdt_region_state { struct73 struct fdt_subnode_stack stack[FDT_MAX_DEPTH]; /* node stack */74 struct fdt_region *region; /* Contains list of regions found */75 int count; /* Numnber of regions found */76 const void *fdt; /* FDT blob */77 int max_regions; /* Maximum regions to find */78 int can_merge; /* 1 if we can merge with previous region */79 int start; /* Start position of current region */80 struct fdt_region_ptrs ptrs; /* Pointers for what we are up to */
Completed in 3 milliseconds