Lines Matching refs:new_adv
620 uint32_t new_adv; in tg3_phy_copper_begin() local
633 new_adv = (ADVERTISE_CSMA | ADVERTISE_PAUSE_CAP); in tg3_phy_copper_begin()
635 new_adv |= ADVERTISE_10HALF; in tg3_phy_copper_begin()
638 new_adv |= ADVERTISE_10FULL; in tg3_phy_copper_begin()
641 new_adv |= ADVERTISE_100HALF; in tg3_phy_copper_begin()
644 new_adv |= ADVERTISE_100FULL; in tg3_phy_copper_begin()
646 tg3_writephy(tp, MII_ADVERTISE, new_adv); in tg3_phy_copper_begin()
650 new_adv = 0; in tg3_phy_copper_begin()
652 new_adv |= MII_TG3_CTRL_ADV_1000_HALF; in tg3_phy_copper_begin()
655 new_adv |= MII_TG3_CTRL_ADV_1000_FULL; in tg3_phy_copper_begin()
660 new_adv |= (MII_TG3_CTRL_AS_MASTER | in tg3_phy_copper_begin()
663 tg3_writephy(tp, MII_TG3_CTRL, new_adv); in tg3_phy_copper_begin()