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

/gem5/ext/libfdt/
H A Dfdt_ro.c302 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) function
483 * fdt_get_phandle(), then if that didn't find what
490 if (fdt_get_phandle(fdt, offset) == phandle)
H A Dlibfdt.h535 * fdt_get_phandle - retrieve the phandle of a given node
539 * fdt_get_phandle() retrieves the phandle of the device tree node at
546 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);

Completed in 10 milliseconds