Searched refs:phy_supply (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/dev/fdt/
H A Dehci_fdt.c232 uint32_t phy_supply; local
247 phy_supply = OF_getpropint(node, "phy-supply", 0);
248 if (phy_supply)
249 regulator_enable(phy_supply);
421 uint32_t phy_supply; local
439 phy_supply = OF_getpropint(node, "phy-supply", 0);
440 if (phy_supply)
441 regulator_enable(phy_supply);
H A Damlusbphy.c152 uint32_t phy_supply; local
161 phy_supply = OF_getpropint(node, "phy-supply", 0);
162 if (phy_supply)
163 regulator_enable(phy_supply);
H A Dif_dwqe_fdt.c101 uint32_t phy, phy_supply; local
193 phy_supply = OF_getpropint(faa->fa_node, "phy-supply", 0);
194 if (phy_supply)
195 regulator_enable(phy_supply);
H A Dif_dwxe.c492 uint32_t phy_supply; local
502 phy_supply = OF_getpropint(sc->sc_node, "phy-supply", 0);
503 if (phy_supply)
504 regulator_enable(phy_supply);
H A Dif_dwge.c394 uint32_t phy, phy_supply; local
459 phy_supply = OF_getpropint(faa->fa_node, "phy-supply", 0);
460 if (phy_supply)
461 regulator_enable(phy_supply);
/openbsd-current/sys/arch/armv7/sunxi/
H A Dsxie.c211 int phy, node, phy_supply, phyloc = MII_PHY_ANY; local
239 phy_supply = OF_getpropint(OF_parent(node), "phy-supply", 0);
240 if (phy_supply)
241 regulator_enable(phy_supply);

Completed in 198 milliseconds