Searched refs:sc_phy (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/arch/armv7/exynos/
H A Dexehci.c87 int sc_phy; member in struct:exehci_softc
132 sc->sc_phy = OF_getnodebyphandle(phys[0]);
133 if (sc->sc_phy == 0)
136 if (OF_getpropintarray(sc->sc_phy, "reg", phy_reg,
233 sysreg = OF_getpropint(sc->sc_phy, "samsung,sysreg-phandle", 0);
242 pmureg = OF_getpropint(sc->sc_phy, "samsung,pmureg-phandle", 0);
/openbsd-current/sys/dev/fdt/
H A Dif_mvneta.c170 int sc_phy; member in struct:mvneta_softc
505 sc->sc_phy = OF_getpropint(faa->fa_node, "phy-handle", 0);
506 if (!sc->sc_phy)
507 sc->sc_phy = OF_getpropint(faa->fa_node, "phy", 0);
508 node = OF_getnodebyphandle(sc->sc_phy);
750 sc->sc_mdio = mii_byphandle(sc->sc_phy);

Completed in 137 milliseconds