Searched refs:fdt_offset_ptr (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/external/bsd/libfdt/dist/ |
| H A D | fdt.c | 116 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 D | version.lds | 51 fdt_offset_ptr;
|
| H A D | libfdt.h | 113 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 D | dtbs_equal_ordered.c | 108 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 D | root_node.c | 28 nh = fdt_offset_ptr(fdt, 0, sizeof(*nh)); in main()
|
| H A D | subnode_offset.c | 30 nh = fdt_offset_ptr(fdt, offset, sizeof(*nh)); in check_subnode()
|
| H A D | path_offset.c | 30 nh = fdt_offset_ptr(fdt, offset, sizeof(*nh)); in check_subnode()
|