Home
last modified time | relevance | path

Searched refs:offs (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-a/common/
A Dfdt_fixup.c66 int offs; in dt_add_psci_node() local
74 if (offs < 0) in dt_add_psci_node()
76 offs = fdt_add_subnode(fdt, offs, "psci"); in dt_add_psci_node()
77 if (offs < 0) in dt_add_psci_node()
110 int offs; in dt_update_one_cpu_node() local
113 for (offs = fdt_first_subnode(fdt, offset); offs >= 0; in dt_update_one_cpu_node()
114 offs = fdt_next_subnode(fdt, offs)) { in dt_update_one_cpu_node()
144 return offs; in dt_update_one_cpu_node()
228 offs = fdt_add_subnode(dtb, offs, node_name); in fdt_add_reserved_memory()
336 int offs; in fdt_add_cpus_node() local
[all …]
/trusted-firmware-a/plat/rpi/rpi4/
A Drpi4_bl31_setup.c248 int ret, offs; in rpi4_prepare_dtb() local
278 offs = fdt_node_offset_by_compatible(dtb, 0, "arm,gic-400"); in rpi4_prepare_dtb()
282 fdt_setprop(dtb, offs, "interrupts", gic_int_prop, 12); in rpi4_prepare_dtb()
284 offs = fdt_path_offset(dtb, "/chosen"); in rpi4_prepare_dtb()
285 fdt_setprop_string(dtb, offs, "stdout-path", "serial0"); in rpi4_prepare_dtb()
/trusted-firmware-a/lib/zlib/
A Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/trusted-firmware-a/docs/design/
A Dfirmware-design.rst2237 ``USE_COHERENT_MEM``. Each platform needs to consider these trade-offs to decide
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dfirmware-design.rst.txt2237 ``USE_COHERENT_MEM``. Each platform needs to consider these trade-offs to decide
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex30135 …uote{USE\_COHERENT\_MEM}}. Each platform needs to consider these trade\sphinxhyphen{}offs to decide

Completed in 100 milliseconds