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

  /src/sys/arch/arm/amlogic/
mesongxl_usb3phy.c 70 struct clk *sc_clk_peripheral; member in struct:mesongxl_usb3phy_softc
185 sc->sc_clk_peripheral = fdtbus_clock_get(phandle, "peripheral");
186 if (sc->sc_clk_peripheral == NULL) {
203 if (clk_enable(sc->sc_clk_peripheral) != 0) {

Completed in 11 milliseconds