Searched refs:fdt_setprop_u32 (Results 1 – 3 of 3) sorted by relevance
/optee_os/core/arch/arm/kernel/ |
A D | boot.c | 791 if (fdt_setprop_u32(dt->blob, offs, "cpu_suspend", PSCI_CPU_SUSPEND)) in dt_add_psci_node() 793 if (fdt_setprop_u32(dt->blob, offs, "cpu_off", PSCI_CPU_OFF)) in dt_add_psci_node() 795 if (fdt_setprop_u32(dt->blob, offs, "cpu_on", PSCI_CPU_ON)) in dt_add_psci_node() 797 if (fdt_setprop_u32(dt->blob, offs, "sys_poweroff", PSCI_SYSTEM_OFF)) in dt_add_psci_node() 799 if (fdt_setprop_u32(dt->blob, offs, "sys_reset", PSCI_SYSTEM_RESET)) in dt_add_psci_node()
|
/optee_os/core/lib/libfdt/include/ |
A D | libfdt.h | 1645 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()
|
/optee_os/out/arm/core/ |
A D | tee.dmp | 12611 fdt_setprop_u32(): 12634 fdt_setprop_u32():
|
Completed in 153 milliseconds