Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt.c116 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function
141 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
152 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag()
159 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag()
179 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
H A Dversion.lds51 fdt_offset_ptr;
H A Dlibfdt.h113 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
117 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Ddtbs_equal_ordered.c108 prop1 = fdt_offset_ptr(fdt1, offset1, sizeof(*prop1)); in compare_structure()
111 prop2 = fdt_offset_ptr(fdt2, offset2, sizeof(*prop2)); in compare_structure()
H A Droot_node.c28 nh = fdt_offset_ptr(fdt, 0, sizeof(*nh)); in main()
H A Dsubnode_offset.c30 nh = fdt_offset_ptr(fdt, offset, sizeof(*nh)); in check_subnode()
H A Dpath_offset.c30 nh = fdt_offset_ptr(fdt, offset, sizeof(*nh)); in check_subnode()