/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");
|