Searched refs:CR_1000T_MS_ENABLE (Results 1 – 3 of 3) sorted by relevance
1543 phy_data &= ~CR_1000T_MS_ENABLE; in e1000_copper_link_igp_setup()1554 hw->original_master_slave = (phy_data & CR_1000T_MS_ENABLE) ? in e1000_copper_link_igp_setup()1562 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE); in e1000_copper_link_igp_setup()1565 phy_data |= CR_1000T_MS_ENABLE; in e1000_copper_link_igp_setup()1569 phy_data &= ~CR_1000T_MS_ENABLE; in e1000_copper_link_igp_setup()
4557 if (phy_ctrl & CR_1000T_MS_ENABLE) {4558 phy_ctrl &= ~CR_1000T_MS_ENABLE;4575 phy_ctrl |= CR_1000T_MS_ENABLE;
2813 #define CR_1000T_MS_ENABLE 0x1000 /* 1=Master/Slave manual config value */ macro