Home
last modified time | relevance | path

Searched refs:fdt_setprop_inplace (Results 1 – 7 of 7) sorted by relevance

/arm-trusted-firmware-2.8.0/lib/libfdt/
A Dfdt_wip.c33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() function
/arm-trusted-firmware-2.8.0/lib/romlib/
A Djmptbl.i17 fdt fdt_setprop_inplace
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/
A Djmptbl.i21 fdt fdt_setprop_inplace
/arm-trusted-firmware-2.8.0/plat/arm/board/juno/
A Djmptbl.i21 fdt fdt_setprop_inplace
/arm-trusted-firmware-2.8.0/include/lib/libfdt/
A Dlibfdt.h1285 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
1321 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u32()
1356 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u64()
/arm-trusted-firmware-2.8.0/plat/arm/board/arm_fpga/
A Dfpga_bl31_setup.c244 err = fdt_setprop_inplace(fdt, node, in fpga_dtb_update_clock()
/arm-trusted-firmware-2.8.0/common/
A Dfdt_wrappers.c216 err = fdt_setprop_inplace(dtb, node, prop, value, len); in fdtw_write_inplace_cells()

Completed in 20 milliseconds