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

  /src/sys/dev/pci/
if_rge.c 148 void rge_write_phy(struct rge_softc *, uint16_t, uint16_t, uint16_t);
982 rge_write_phy(sc, 0, MII_ANAR, anar | ANAR_PAUSE_ASYM | ANAR_FC);
983 rge_write_phy(sc, 0, MII_100T2CR, gig);
985 rge_write_phy(sc, 0, MII_BMCR, BMCR_RESET | BMCR_AUTOEN |
1577 rge_write_phy(sc, 0, MII_BMCR, BMCR_AUTOEN);
1585 rge_write_phy(sc, 0, MII_BMCR, BMCR_AUTOEN | BMCR_PDOWN);
1618 rge_write_phy(sc, 0x0a5b, 0x12,
2740 rge_write_phy(struct rge_softc *sc, uint16_t addr, uint16_t reg, uint16_t val) function in typeref:typename:void

Completed in 13 milliseconds