Home
last modified time | relevance | path

Searched refs:fdt_setprop_inplace_u32 (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/dtc/libfdt/
H A Dlibfdt.h1358 * fdt_setprop_inplace_u32 - change the value of a 32-bit integer property
1364 * fdt_setprop_inplace_u32() replaces the value of a given property
1385 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() function
1434 * This is an alternative name for fdt_setprop_inplace_u32()
1440 return fdt_setprop_inplace_u32(fdt, nodeoffset, name, val); in fdt_setprop_inplace_cell()
H A Dfdt_overlay.c519 ret = fdt_setprop_inplace_u32(fdto, node, "phandle", fdt_phandle); in overlay_adjust_local_conflicting_phandle()
526 ret = fdt_setprop_inplace_u32(fdto, node, "linux,phandle", fdt_phandle); in overlay_adjust_local_conflicting_phandle()