HomeSort by: relevance | last modified time | path
    Searched defs:fdt_get_phandle (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt_ro.c 121 value = fdt_get_phandle(fdt, offset);
489 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) function in typeref:typename:uint32_t
670 * fdt_get_phandle(), then if that didn't find what
677 if (fdt_get_phandle(fdt, offset) == phandle)

Completed in 11 milliseconds