Home
last modified time | relevance | path

Searched refs:rge_write_phy (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/rge/
H A Dif_rge_hw.h35 extern void rge_write_phy(struct rge_softc *, uint16_t, uint16_t, uint16_t);
H A Dif_rge_hw.c175 rge_write_phy(sc, 0, MII_BMCR, BMCR_AUTOEN); in rge_set_phy_power()
183 rge_write_phy(sc, 0, MII_BMCR, BMCR_AUTOEN | BMCR_PDOWN); in rge_set_phy_power()
499 rge_write_phy(sc, 0, MII_ANAR, in rge_phy_config()
502 rge_write_phy(sc, 0, MII_100T2CR, in rge_phy_config()
518 rge_write_phy(sc, 0, MII_BMCR, BMCR_RESET | BMCR_AUTOEN | in rge_phy_config()
2128 rge_write_phy(struct rge_softc *sc, uint16_t addr, uint16_t reg, uint16_t val) in rge_write_phy() function
H A Dif_rge.c1495 rge_write_phy(sc, 0, MII_ANAR, anar | ANAR_PAUSE_ASYM | ANAR_FC); in rge_ifmedia_upd()
1496 rge_write_phy(sc, 0, MII_100T2CR, gig); in rge_ifmedia_upd()
1498 rge_write_phy(sc, 0, MII_BMCR, BMCR_RESET | BMCR_AUTOEN | in rge_ifmedia_upd()