Searched refs:CR_1000T_MS_VALUE (Results 1 – 4 of 4) sorted by relevance
839 ((data & CR_1000T_MS_VALUE) ? in igb_copper_link_setup_igp()846 data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE); in igb_copper_link_setup_igp()850 data &= ~(CR_1000T_MS_VALUE); in igb_copper_link_setup_igp()2574 ((phy_data & CR_1000T_MS_VALUE) ? in igb_set_master_slave_mode()2580 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE); in igb_set_master_slave_mode()2584 phy_data &= ~(CR_1000T_MS_VALUE); in igb_set_master_slave_mode()
663 #define CR_1000T_MS_VALUE 0x0800 /* 1=Configure PHY as Master */ macro
1200 ((phy_data & CR_1000T_MS_VALUE) ? in e1000_copper_link_igp_setup()1206 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE); in e1000_copper_link_igp_setup()1210 phy_data &= ~(CR_1000T_MS_VALUE); in e1000_copper_link_igp_setup()
2685 #define CR_1000T_MS_VALUE 0x0800 /* 1=Configure PHY as Master */ macro