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

  /src/sys/dev/fdt/
fdt_clock.c 137 fdtbus_clock_count(int phandle, const char *prop) function in typeref:typename:u_int
234 const u_int nclocks = fdtbus_clock_count(phandle, "assigned-clocks");
235 const u_int nparents = fdtbus_clock_count(phandle, "assigned-clock-parents");

Completed in 11 milliseconds