Searched refs:_fdt_offset_ptr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dlibfdt_internal.h70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) function
77 return (void *)(uintptr_t)_fdt_offset_ptr(fdt, offset);
H A Dfdt.c86 p = _fdt_offset_ptr(fdt, offset);
H A Dfdt_ro.c163 const struct fdt_node_header *nh = _fdt_offset_ptr(fdt, nodeoffset);

Completed in 298 milliseconds