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

  /src/sys/dev/fdt/
fdt_clock.h 46 u_int fdtbus_clock_count(int, const char *);
fdt_clock.h 46 u_int fdtbus_clock_count(int, const char *);
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");
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");
  /src/sys/arch/arm/ti/
ti_mux_clock.c 124 sc->sc_nparent = fdtbus_clock_count(phandle, "clocks");
ti_mux_clock.c 124 sc->sc_nparent = fdtbus_clock_count(phandle, "clocks");

Completed in 132 milliseconds