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

  /src/sys/arch/arm/rockchip/
rk_tcphy.c 124 struct clk *sc_phy_ref_clk; member in struct:rk_typec_softc
214 sc->sc_phy_ref_clk = fdtbus_clock_get(phandle, "tcpdphy-ref");
215 if (sc->sc_phy_ref_clk == NULL) {
301 clk_enable(sc->sc_phy_ref_clk);
rk_tcphy.c 124 struct clk *sc_phy_ref_clk; member in struct:rk_typec_softc
214 sc->sc_phy_ref_clk = fdtbus_clock_get(phandle, "tcpdphy-ref");
215 if (sc->sc_phy_ref_clk == NULL) {
301 clk_enable(sc->sc_phy_ref_clk);
rk_tcphy.c 124 struct clk *sc_phy_ref_clk; member in struct:rk_typec_softc
214 sc->sc_phy_ref_clk = fdtbus_clock_get(phandle, "tcpdphy-ref");
215 if (sc->sc_phy_ref_clk == NULL) {
301 clk_enable(sc->sc_phy_ref_clk);
rk_tcphy.c 124 struct clk *sc_phy_ref_clk; member in struct:rk_typec_softc
214 sc->sc_phy_ref_clk = fdtbus_clock_get(phandle, "tcpdphy-ref");
215 if (sc->sc_phy_ref_clk == NULL) {
301 clk_enable(sc->sc_phy_ref_clk);

Completed in 46 milliseconds