Home
last modified time | relevance | path

Searched refs:fdt_offset_ptr (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.c77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
113 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag()
120 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag()
140 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
H A Dlibfdt.h147 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
151 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt.c140 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function
170 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
181 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag()
188 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag()
216 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
H A Dlibfdt.h120 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
124 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c20 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1); in _fdt_nodename_eq()
/openbmc/u-boot/cmd/
H A Dfdt.c1065 fdt_prop = fdt_offset_ptr(working_fdt, nodeoffset, in fdt_print()