Lines Matching refs:new_adv
601 uint32_t new_adv; in tg3_phy_copper_begin() local
614 new_adv = (ADVERTISE_CSMA | ADVERTISE_PAUSE_CAP); in tg3_phy_copper_begin()
616 new_adv |= ADVERTISE_10HALF; in tg3_phy_copper_begin()
619 new_adv |= ADVERTISE_10FULL; in tg3_phy_copper_begin()
622 new_adv |= ADVERTISE_100HALF; in tg3_phy_copper_begin()
625 new_adv |= ADVERTISE_100FULL; in tg3_phy_copper_begin()
627 tg3_writephy(tp, MII_ADVERTISE, new_adv); in tg3_phy_copper_begin()
631 new_adv = 0; in tg3_phy_copper_begin()
633 new_adv |= MII_TG3_CTRL_ADV_1000_HALF; in tg3_phy_copper_begin()
636 new_adv |= MII_TG3_CTRL_ADV_1000_FULL; in tg3_phy_copper_begin()
641 new_adv |= (MII_TG3_CTRL_AS_MASTER | in tg3_phy_copper_begin()
644 tg3_writephy(tp, MII_TG3_CTRL, new_adv); in tg3_phy_copper_begin()