Home
last modified time | relevance | path

Searched refs:fdt_setprop_u32 (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dboot.c739 if (fdt_setprop_u32(dt->blob, offs, "cpu_suspend", PSCI_CPU_SUSPEND)) in dt_add_psci_node()
741 if (fdt_setprop_u32(dt->blob, offs, "cpu_off", PSCI_CPU_OFF)) in dt_add_psci_node()
743 if (fdt_setprop_u32(dt->blob, offs, "cpu_on", PSCI_CPU_ON)) in dt_add_psci_node()
745 if (fdt_setprop_u32(dt->blob, offs, "sys_poweroff", PSCI_SYSTEM_OFF)) in dt_add_psci_node()
747 if (fdt_setprop_u32(dt->blob, offs, "sys_reset", PSCI_SYSTEM_RESET)) in dt_add_psci_node()
H A Dsecure_partition.c1391 res = fdt_setprop_u32(fdt, node, "tpm_event_log_size", log_size); in handle_tpm_event_log()
1424 res = fdt_setprop_u32(fdt, node, "crc32", in handle_hw_features()
1432 res = fdt_setprop_u32(fdt, node, "bti", in handle_hw_features()
1440 res = fdt_setprop_u32(fdt, node, "pauth", in handle_hw_features()
/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h1645 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() function
1695 return fdt_setprop_u32(fdt, nodeoffset, name, val); in fdt_setprop_cell()