Home | History | Annotate | Download | only in sunxi

Lines Matching defs:sc_phy

63 	struct fdtbus_phy	*sc_phy;
145 KASSERT(sc->sc_phy != NULL);
147 if (sunxi_hdmiphy_detect(sc->sc_phy, force))
159 KASSERT(sc->sc_phy != NULL);
161 error = fdtbus_phy_enable(sc->sc_phy, true);
167 error = sunxi_hdmiphy_config(sc->sc_phy, &sc->sc_curmode);
178 KASSERT(sc->sc_phy != NULL);
180 error = fdtbus_phy_enable(sc->sc_phy, false);
290 sc->sc_phy = fdtbus_phy_get(sc->sc_phandle, "hdmi-phy");
291 if (sc->sc_phy == NULL)
292 sc->sc_phy = fdtbus_phy_get(sc->sc_phandle, "phy");
293 if (sc->sc_phy == NULL) {
304 sunxi_hdmiphy_init(sc->sc_phy);