Home
last modified time | relevance | path

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

/DragonStub/apps/lib/libfdt/
H A Dfdt.c141 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function
171 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
182 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag()
189 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag()
217 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()