Searched refs:sc_clk_phy (Results 1 – 2 of 2) sorted by relevance
67 struct clk *sc_clk_phy; member109 error = clk_enable(sc->sc_clk_phy); in sun9i_usbphy_enable()141 error = clk_disable(sc->sc_clk_phy); in sun9i_usbphy_enable()187 sc->sc_clk_phy = fdtbus_clock_get(phandle, "hsic_480M"); in sun9i_usbphy_attach()191 if (sc->sc_clk_phy == NULL || sc->sc_clk_hsic == NULL || sc->sc_rst == NULL) { in sun9i_usbphy_attach()196 sc->sc_clk_phy = fdtbus_clock_get(phandle, "phy"); in sun9i_usbphy_attach()198 if (sc->sc_clk_phy == NULL || sc->sc_rst == NULL) { in sun9i_usbphy_attach()
69 struct clk *sc_clk_phy; member179 sc->sc_clk_phy = fdtbus_clock_get(phandle, "phy"); in mesongxl_usb3phy_attach()180 if (sc->sc_clk_phy == NULL) { in mesongxl_usb3phy_attach()198 if (clk_enable(sc->sc_clk_phy) != 0) { in mesongxl_usb3phy_attach()