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

  /src/sys/arch/arm/sunxi/
sunxi_emac.c 181 struct fdtbus_reset *rst_ephy; member in struct:sunxi_emac_softc
1077 if (sc->rst_ephy != NULL) {
1078 error = fdtbus_reset_deassert(sc->rst_ephy);
1324 sc->rst_ephy = fdtbus_reset_get(phandle, "ephy");
1325 if (sc->rst_ephy == NULL) {
1328 sc->rst_ephy = fdtbus_reset_get_index(phy_phandle, 0);
sunxi_emac.c 181 struct fdtbus_reset *rst_ephy; member in struct:sunxi_emac_softc
1077 if (sc->rst_ephy != NULL) {
1078 error = fdtbus_reset_deassert(sc->rst_ephy);
1324 sc->rst_ephy = fdtbus_reset_get(phandle, "ephy");
1325 if (sc->rst_ephy == NULL) {
1328 sc->rst_ephy = fdtbus_reset_get_index(phy_phandle, 0);

Completed in 24 milliseconds