Searched refs:FDT_MAX_DEPTH (Results 1 – 3 of 3) sorted by relevance
52 #define FDT_MAX_DEPTH 32 macro79 struct fdt_subnode_stack stack[FDT_MAX_DEPTH]; /* node stack */
17 #define FDT_MAX_DEPTH 32 macro35 int stack[FDT_MAX_DEPTH] = { 0 }; in fdt_find_regions()77 if (depth == FDT_MAX_DEPTH) in fdt_find_regions()529 if (p.depth == FDT_MAX_DEPTH) in fdt_next_region()
291 #define FDT_MAX_DEPTH 64 in unflatten_dt_nodes() macro292 struct device_node *nps[FDT_MAX_DEPTH]; in unflatten_dt_nodes()316 if (WARN_ON_ONCE(depth >= FDT_MAX_DEPTH - 1)) in unflatten_dt_nodes()