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
|