Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/libfdt/
H A Dfdt_overlay.c104 fdt32_t *valp, val; in overlay_phandle_add_offset() local
107 valp = fdt_getprop_w(fdt, node, name, &len); in overlay_phandle_add_offset()
108 if (!valp) in overlay_phandle_add_offset()
114 val = fdt32_ld(valp); in overlay_phandle_add_offset()
118 fdt32_st(valp, val + delta); in overlay_phandle_add_offset()
584 uint32_t valp; in overlay_update_node_conflicting_references() local
587 valp = fdt32_ld(refp); in overlay_update_node_conflicting_references()
589 if (valp == fdto_phandle) in overlay_update_node_conflicting_references()
H A Dfdt_sw.c293 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder() argument
321 *valp = prop->data; in fdt_property_placeholder()
H A Dlibfdt.h1572 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp);