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 147 void rge_write_phy(struct rge_softc *, uint16_t, uint16_t, uint16_t);
981 rge_write_phy(sc, 0, MII_ANAR, anar | ANAR_PAUSE_ASYM | ANAR_FC);
982 rge_write_phy(sc, 0, MII_100T2CR, gig);
984 rge_write_phy(sc, 0, MII_BMCR, BMCR_RESET | BMCR_AUTOEN |
1576 rge_write_phy(sc, 0, MII_BMCR, BMCR_AUTOEN);
1584 rge_write_phy(sc, 0, MII_BMCR, BMCR_AUTOEN | BMCR_PDOWN);
1617 rge_write_phy(sc, 0x0a5b, 0x12,
2739 rge_write_phy(struct rge_softc *sc, uint16_t addr, uint16_t reg, uint16_t val) function in typeref:typename:void

Completed in 41 milliseconds