Lines Matching refs:anar
401 uint16_t anar; in rge_phy_update() local
416 control = gigctrl = anar = 0; in rge_phy_update()
541 anar |= MII_ABILITY_100BASE_TX_FD; in rge_phy_update()
543 anar |= MII_ABILITY_100BASE_TX; in rge_phy_update()
545 anar |= MII_ABILITY_10BASE_T_FD; in rge_phy_update()
547 anar |= MII_ABILITY_10BASE_T; in rge_phy_update()
550 anar |= MII_ABILITY_PAUSE; in rge_phy_update()
552 anar |= MII_ABILITY_ASMPAUSE; in rge_phy_update()
557 anar |= MII_AN_SELECTOR_8023; in rge_phy_update()
572 rge_mii_put16(rgep, MII_AN_ADVERT, anar); in rge_phy_update()
576 RGE_DEBUG(("rge_phy_update: anar <- 0x%x", anar)); in rge_phy_update()