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

  /src/sys/arch/arm/amlogic/
mesongxl_usb3phy.c 69 struct clk *sc_clk_phy; member in struct:mesongxl_usb3phy_softc
179 sc->sc_clk_phy = fdtbus_clock_get(phandle, "phy");
180 if (sc->sc_clk_phy == NULL) {
198 if (clk_enable(sc->sc_clk_phy) != 0) {
mesongxl_usb3phy.c 69 struct clk *sc_clk_phy; member in struct:mesongxl_usb3phy_softc
179 sc->sc_clk_phy = fdtbus_clock_get(phandle, "phy");
180 if (sc->sc_clk_phy == NULL) {
198 if (clk_enable(sc->sc_clk_phy) != 0) {
mesongxl_usb3phy.c 69 struct clk *sc_clk_phy; member in struct:mesongxl_usb3phy_softc
179 sc->sc_clk_phy = fdtbus_clock_get(phandle, "phy");
180 if (sc->sc_clk_phy == NULL) {
198 if (clk_enable(sc->sc_clk_phy) != 0) {
  /src/sys/arch/arm/sunxi/
sun9i_a80_usbphy.c 67 struct clk *sc_clk_phy; member in struct:sun9i_usbphy_softc
109 error = clk_enable(sc->sc_clk_phy);
141 error = clk_disable(sc->sc_clk_phy);
187 sc->sc_clk_phy = fdtbus_clock_get(phandle, "hsic_480M");
191 if (sc->sc_clk_phy == NULL || sc->sc_clk_hsic == NULL || sc->sc_rst == NULL) {
196 sc->sc_clk_phy = fdtbus_clock_get(phandle, "phy");
198 if (sc->sc_clk_phy == NULL || sc->sc_rst == NULL) {
sun9i_a80_usbphy.c 67 struct clk *sc_clk_phy; member in struct:sun9i_usbphy_softc
109 error = clk_enable(sc->sc_clk_phy);
141 error = clk_disable(sc->sc_clk_phy);
187 sc->sc_clk_phy = fdtbus_clock_get(phandle, "hsic_480M");
191 if (sc->sc_clk_phy == NULL || sc->sc_clk_hsic == NULL || sc->sc_rst == NULL) {
196 sc->sc_clk_phy = fdtbus_clock_get(phandle, "phy");
198 if (sc->sc_clk_phy == NULL || sc->sc_rst == NULL) {
sun9i_a80_usbphy.c 67 struct clk *sc_clk_phy; member in struct:sun9i_usbphy_softc
109 error = clk_enable(sc->sc_clk_phy);
141 error = clk_disable(sc->sc_clk_phy);
187 sc->sc_clk_phy = fdtbus_clock_get(phandle, "hsic_480M");
191 if (sc->sc_clk_phy == NULL || sc->sc_clk_hsic == NULL || sc->sc_rst == NULL) {
196 sc->sc_clk_phy = fdtbus_clock_get(phandle, "phy");
198 if (sc->sc_clk_phy == NULL || sc->sc_rst == NULL) {

Completed in 36 milliseconds