Home | History | Annotate | Download | only in sunxi

Lines Matching defs:phy_phandle

1320 		int phy_phandle = fdtbus_get_phandle(phandle, "phy-handle");
1321 if (phy_phandle != -1)
1322 sc->clk_ephy = fdtbus_clock_get_index(phy_phandle, 0);
1326 int phy_phandle = fdtbus_get_phandle(phandle, "phy-handle");
1327 if (phy_phandle != -1)
1328 sc->rst_ephy = fdtbus_reset_get_index(phy_phandle, 0);
1345 int phy_phandle;
1347 phy_phandle = fdtbus_get_phandle(sc->phandle, "phy");
1348 if (phy_phandle == -1)
1349 phy_phandle = fdtbus_get_phandle(sc->phandle, "phy-handle");
1350 if (phy_phandle == -1)
1353 if (fdtbus_get_reg(phy_phandle, 0, &addr, NULL) != 0)