Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dfdt.c132 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function
158 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
169 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag()
176 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag()
198 !fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
Dlibfdt.h111 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
115 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
/third_party/uboot/u-boot-2020.01/cmd/
Dfdt.c1066 fdt_prop = fdt_offset_ptr(working_fdt, nodeoffset, in fdt_print()