Searched refs:depth (Results 1 – 8 of 8) sorted by relevance
/tf-a-ffa_el3_spmc/lib/libfdt/ |
A D | fdt.c | 254 if (depth) in fdt_next_node() 255 (*depth)++; in fdt_next_node() 259 if (depth && ((--(*depth)) < 0)) in fdt_next_node() 265 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth)) in fdt_next_node() 277 int depth = 0; in fdt_first_subnode() local 279 offset = fdt_next_node(fdt, offset, &depth); in fdt_first_subnode() 280 if (offset < 0 || depth != 1) in fdt_first_subnode() 288 int depth = 1; in fdt_next_subnode() local 295 offset = fdt_next_node(fdt, offset, &depth); in fdt_next_subnode() 296 if (offset < 0 || depth < 1) in fdt_next_subnode() [all …]
|
A D | fdt_ro.c | 228 int depth; in fdt_subnode_offset_namelen() local 232 for (depth = 0; in fdt_subnode_offset_namelen() 235 if ((depth == 1) in fdt_subnode_offset_namelen() 239 if (depth < 0) in fdt_subnode_offset_namelen() 545 int offset, depth, namelen; in fdt_get_path() local 553 for (offset = 0, depth = 0; in fdt_get_path() 556 while (pdepth > depth) { in fdt_get_path() 563 if (pdepth >= depth) { in fdt_get_path() 576 if (pdepth < (depth + 1)) in fdt_get_path() 597 int offset, depth; in fdt_supernode_atdepth_offset() local [all …]
|
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_()
|
/tf-a-ffa_el3_spmc/include/lib/libfdt/ |
A D | libfdt.h | 183 int fdt_next_node(const void *fdt, int offset, int *depth);
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | xlat-tables-lib-v2-design.rst | 343 bound by the level of depth of the translation tables (the Armv8-A architecture
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | rpi3.rst | 374 git clone --depth=1 -b rpi-4.18.y https://github.com/raspberrypi/linux
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | build-options.rst | 503 must be subdirectory of any depth under ``plat/``, and must contain a
|
A D | porting-guide.rst | 2218 that the platform assigns a local state value in order of increasing depth
|
Completed in 19 milliseconds