Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/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 …]
/arm-trusted-firmware-2.8.0/plat/qemu/qemu/
A Dqemu_helpers.c35 int offs, err = 0; in qemu_set_tee_fw_info() local
41 offs = fdtw_find_or_add_subnode(dtb, 0, "tpm-event-log"); in qemu_set_tee_fw_info()
42 if (offs < 0) { in qemu_set_tee_fw_info()
43 ERROR("Failed to add node tpm-event-log %d\n", offs); in qemu_set_tee_fw_info()
44 return offs; in qemu_set_tee_fw_info()
47 if (fdt_appendprop(dtb, offs, "compatible", compatible, in qemu_set_tee_fw_info()
52 err = fdt_setprop(dtb, offs, DTB_PROP_HW_SM_LOG_ADDR, &sec_base, 8); in qemu_set_tee_fw_info()
58 err = fdt_setprop(dtb, offs, DTB_PROP_HW_LOG_SIZE, &sz, 4); in qemu_set_tee_fw_info()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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;
/arm-trusted-firmware-2.8.0/docs/design/
A Dfirmware-design.rst2260 ``USE_COHERENT_MEM``. Each platform needs to consider these trade-offs to decide

Completed in 10 milliseconds