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

/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_gmac.c130 struct fdtbus_regulator *reg_phy; local
169 reg_phy = fdtbus_regulator_acquire(phandle, "phy-supply");
170 if (reg_phy != NULL && fdtbus_regulator_enable(reg_phy) != 0) {
H A Dsunxi_emac.c182 struct fdtbus_regulator *reg_phy; member in struct:sunxi_emac_softc
1087 if (sc->reg_phy != NULL) {
1088 error = fdtbus_regulator_enable(sc->reg_phy);
1332 sc->reg_phy = fdtbus_regulator_acquire(phandle, "phy-supply");

Completed in 82 milliseconds