Searched refs:checklen (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/ |
D | libfdt.h | 125 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen); 126 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) in fdt_offset_ptr_w() argument 128 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/ |
D | libfdt.h | 140 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen); 141 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) in fdt_offset_ptr_w() argument 143 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
|