Searched refs:fdt_get_phandle (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_ro.c106 phandle = fdt_get_phandle(fdt, offset);
355 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) function
536 * fdt_get_phandle(), then if that didn't find what
543 if (fdt_get_phandle(fdt, offset) == phandle)
H A Dfdt_overlay.c374 phandle = fdt_get_phandle(fdt, symbol_off);
H A Dlibfdt.h688 * fdt_get_phandle - retrieve the phandle of a given node
692 * fdt_get_phandle() retrieves the phandle of the device tree node at
699 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_ro.c107 phandle = fdt_get_phandle(fdt, offset);
425 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) function
606 * fdt_get_phandle(), then if that didn't find what
613 if (fdt_get_phandle(fdt, offset) == phandle)
H A Dlibfdt.h702 * fdt_get_phandle - retrieve the phandle of a given node
706 * fdt_get_phandle() retrieves the phandle of the device tree node at
713 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
H A Dfdt_overlay.c436 phandle = fdt_get_phandle(fdt, symbol_off);

Completed in 115 milliseconds