Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_rge.c115 void rge_write_phy(struct rge_softc *, uint16_t, uint16_t, uint16_t);
971 rge_write_phy(sc, 0, MII_ANAR, anar | ANAR_PAUSE_ASYM | ANAR_FC); in rge_ifmedia_upd()
972 rge_write_phy(sc, 0, MII_100T2CR, gig); in rge_ifmedia_upd()
974 rge_write_phy(sc, 0, MII_BMCR, BMCR_RESET | BMCR_AUTOEN | in rge_ifmedia_upd()
1561 rge_write_phy(sc, 0, MII_BMCR, BMCR_AUTOEN); in rge_set_phy_power()
1569 rge_write_phy(sc, 0, MII_BMCR, BMCR_AUTOEN | BMCR_PDOWN); in rge_set_phy_power()
1634 rge_write_phy(sc, 0, MII_ANAR, in rge_phy_config()
1637 rge_write_phy(sc, 0, MII_100T2CR, in rge_phy_config()
1644 rge_write_phy(sc, 0, MII_BMCR, BMCR_RESET | BMCR_AUTOEN | in rge_phy_config()
2546 rge_write_phy(struct rge_softc *sc, uint16_t addr, uint16_t reg, uint16_t val) in rge_write_phy() function