| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | fdt_check.c | 19 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 D | fdt.c | 247 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 D | fdt_ro.c | 228 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 D | fdt_wip.c | 75 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 D | libfdt.h | 193 int fdt_next_node(const void *fdt, int offset, int *depth);
|
| /rk3399_ARM-atf/drivers/nxp/clk/s32cc/ |
| H A D | s32cc_clk_drv.c | 39 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 D | memmap.py | 120 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 D | summary.py | 266 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 D | printer.py | 163 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 D | memory-layout-tool.rst | 206 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 D | numa-per-cpu.rst | 6 :depth: 2
|
| H A D | xlat-tables-lib-v2-design.rst | 343 bound by the level of depth of the translation tables (the Armv8-A architecture
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | misra-compliance.csv | 114 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 D | rpi3.rst | 369 git clone --depth=1 -b rpi-4.18.y https://github.com/raspberrypi/linux
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | 903 must be subdirectory of any depth under ``plat/``, and must contain a
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 2993 that the platform assigns a local state value in order of increasing depth
|