Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/kernel/
A Dboot.c852 if (fdt_setprop_u32(dt->blob, offs, "cpu_suspend", PSCI_CPU_SUSPEND)) in dt_add_psci_node()
854 if (fdt_setprop_u32(dt->blob, offs, "cpu_off", PSCI_CPU_OFF)) in dt_add_psci_node()
856 if (fdt_setprop_u32(dt->blob, offs, "cpu_on", PSCI_CPU_ON)) in dt_add_psci_node()
858 if (fdt_setprop_u32(dt->blob, offs, "sys_poweroff", PSCI_SYSTEM_OFF)) in dt_add_psci_node()
860 if (fdt_setprop_u32(dt->blob, offs, "sys_reset", PSCI_SYSTEM_RESET)) in dt_add_psci_node()
A Dsecure_partition.c877 res = fdt_setprop_u32(fdt, node, "tpm_event_log_size", log_size); in handle_tpm_event_log()
/optee_os-3.20.0/core/lib/libfdt/include/
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()

Completed in 10 milliseconds