Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt_rw.c238 *prop = _fdt_offset_ptr_w(fdt, nextoffset); in _fdt_add_property()
332 nh = _fdt_offset_ptr_w(fdt, offset); in fdt_add_subnode_namelen()
363 return _fdt_splice_struct(fdt, _fdt_offset_ptr_w(fdt, nodeoffset), in fdt_del_node()
H A Dlibfdt_internal.h75 static inline void *_fdt_offset_ptr_w(void *fdt, int offset) in _fdt_offset_ptr_w() function