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

  /src/sys/dev/pci/
if_sip.c 3533 uint32_t enphy; local in function:sipcom_sis900_mii_readreg
3556 enphy = bus_space_read_4(sc->sc_st, sc->sc_sh, SIP_ENPHY);
3557 } while (enphy & ENPHY_ACCESS);
3559 *val = (enphy & ENPHY_PHYDATA) >> ENPHY_DATA_SHIFT;
3572 uint32_t enphy; local in function:sipcom_sis900_mii_writereg
3592 enphy = bus_space_read_4(sc->sc_st, sc->sc_sh, SIP_ENPHY);
3593 } while (enphy & ENPHY_ACCESS);
if_sip.c 3533 uint32_t enphy; local in function:sipcom_sis900_mii_readreg
3556 enphy = bus_space_read_4(sc->sc_st, sc->sc_sh, SIP_ENPHY);
3557 } while (enphy & ENPHY_ACCESS);
3559 *val = (enphy & ENPHY_PHYDATA) >> ENPHY_DATA_SHIFT;
3572 uint32_t enphy; local in function:sipcom_sis900_mii_writereg
3592 enphy = bus_space_read_4(sc->sc_st, sc->sc_sh, SIP_ENPHY);
3593 } while (enphy & ENPHY_ACCESS);

Completed in 55 milliseconds