Searched refs:fdt_offset_ptr (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt.c | 77 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() 137 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
|
| H A D | libfdt.h | 147 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()
|
| H A D | fdt_ro.c | 61 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1); in _fdt_nodename_eq()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | fdt.c | 135 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function 165 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 176 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag() 183 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag() 204 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
|
| H A D | libfdt.h | 115 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen); 119 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
|
| /OK3568_Linux_fs/u-boot/lib/libfdt/ |
| H A D | fdt.su | |
| H A D | fdt_ro.c | 20 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1); in _fdt_nodename_eq()
|
| /OK3568_Linux_fs/u-boot/spl/lib/libfdt/ |
| H A D | fdt.su | |
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fdt.c | 1024 fdt_prop = fdt_offset_ptr(working_fdt, nodeoffset, in fdt_print()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |