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

  /src/sys/arch/arm/sunxi/
sunxi_gmac.c 130 struct fdtbus_regulator *reg_phy; local in function:sunxi_gmac_attach
169 reg_phy = fdtbus_regulator_acquire(phandle, "phy-supply");
170 if (reg_phy != NULL && fdtbus_regulator_enable(reg_phy) != 0) {
sunxi_emac.c 182 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 13 milliseconds