Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 16 of 16) sorted by relevance

/rk3399_ARM-atf/lib/libfdt/
H A Dfdt_check.c19 unsigned int depth = 0; in fdt_check_full() local
54 if (depth != 0) in fdt_check_full()
59 depth++; in fdt_check_full()
60 if (depth > INT_MAX) in fdt_check_full()
64 if (depth == 1) { in fdt_check_full()
78 if (depth == 0) in fdt_check_full()
80 depth--; in fdt_check_full()
81 if (depth == 0) in fdt_check_full()
H A Dfdt.c247 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() argument
266 if (depth) in fdt_next_node()
267 (*depth)++; in fdt_next_node()
271 if (depth && ((--(*depth)) < 0)) in fdt_next_node()
277 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth)) in fdt_next_node()
289 int depth = 0; in fdt_first_subnode() local
291 offset = fdt_next_node(fdt, offset, &depth); in fdt_first_subnode()
292 if (offset < 0 || depth != 1) in fdt_first_subnode()
300 int depth = 1; in fdt_next_subnode() local
307 offset = fdt_next_node(fdt, offset, &depth); in fdt_next_subnode()
[all …]
H A Dfdt_ro.c228 int depth; in fdt_subnode_offset_namelen() local
232 for (depth = 0; in fdt_subnode_offset_namelen()
233 (offset >= 0) && (depth >= 0); in fdt_subnode_offset_namelen()
234 offset = fdt_next_node(fdt, offset, &depth)) in fdt_subnode_offset_namelen()
235 if ((depth == 1) in fdt_subnode_offset_namelen()
239 if (depth < 0) in fdt_subnode_offset_namelen()
574 int offset, depth, namelen; in fdt_get_path() local
582 for (offset = 0, depth = 0; in fdt_get_path()
584 offset = fdt_next_node(fdt, offset, &depth)) { in fdt_get_path()
585 while (pdepth > depth) { in fdt_get_path()
[all …]
H A Dfdt_wip.c75 int depth = 0; in fdt_node_end_offset_() local
77 while ((offset >= 0) && (depth >= 0)) in fdt_node_end_offset_()
78 offset = fdt_next_node(fdt, offset, &depth); in fdt_node_end_offset_()
H A Dlibfdt.h193 int fdt_next_node(const void *fdt, int offset, int *depth);
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c39 unsigned int *depth);
43 unsigned int depth);
45 static int update_stack_depth(unsigned int *depth) in update_stack_depth() argument
47 if (*depth == 0U) { in update_stack_depth()
51 (*depth)--; in update_stack_depth()
77 unsigned int depth);
169 unsigned int depth) in enable_osc() argument
172 unsigned int ldepth = depth; in enable_osc()
398 unsigned long sclk_freq, unsigned int depth) in program_pll() argument
402 unsigned int ldepth = depth; in program_pll()
[all …]
/rk3399_ARM-atf/tools/memory/src/memory/
H A Dmemmap.py120 def tree(obj: Context, depth: int):
142 obj.printer.print_mem_tree(mtree, list(mtree.keys()), depth=depth)
205 def summary(file: Path, old: Optional[Path], depth: int, exclude_fill: bool, type: str):
212 memap.generate_output(type, depth)
H A Dsummary.py266 def reduce_depth(self, depth: Optional[int]):
280 if depth == 0 or depth is None:
288 new_name = join(*split_name[:depth])
299 new_name = join(*split_name[:depth])
310 depth: Optional[int],
324 if depth is None or depth > 0:
325 self.reduce_depth(depth)
H A Dprinter.py163 depth: int = 1,
169 anchor = min_pad + node_right_pad * (depth - 1)
176 for pre, fill, node in RenderTree(root, maxlevel=depth):
/rk3399_ARM-atf/docs/tools/
H A Dmemory-layout-tool.rst206 The granularity of this view can be modified with the ``--depth`` option. For
208 you can specify the depth with:
212 $ poetry run memory tree --depth 2
237 For example, to print a table of an FVP build, with a path depth of 3:
/rk3399_ARM-atf/docs/components/
H A Dnuma-per-cpu.rst6 :depth: 2
H A Dxlat-tables-lib-v2-design.rst343 bound by the level of depth of the translation tables (the Armv8-A architecture
/rk3399_ARM-atf/docs/process/
H A Dmisra-compliance.csv114 113,R,17.2,MISRA C 2012,Required,Yes,Yes,Bans recursion. We consider it acceptable if the max depth
/rk3399_ARM-atf/docs/plat/
H A Drpi3.rst369 git clone --depth=1 -b rpi-4.18.y https://github.com/raspberrypi/linux
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst903 must be subdirectory of any depth under ``plat/``, and must contain a
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst2993 that the platform assigns a local state value in order of increasing depth