Searched refs:CR_1000T_MS_ENABLE (Results 1 – 3 of 3) sorted by relevance
1041 phy_data &= ~CR_1000T_MS_ENABLE; in em_setup_copper_link()1052 hw->original_master_slave = (phy_data & CR_1000T_MS_ENABLE) ? in em_setup_copper_link()1060 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE); in em_setup_copper_link()1063 phy_data |= CR_1000T_MS_ENABLE; in em_setup_copper_link()1067 phy_data &= ~CR_1000T_MS_ENABLE; in em_setup_copper_link()
2327 if(phy_tmp & CR_1000T_MS_ENABLE) {2328 phy_tmp &= ~CR_1000T_MS_ENABLE;2347 phy_tmp |= CR_1000T_MS_ENABLE;
1889 #define CR_1000T_MS_ENABLE 0x1000 /* 1=Master/Slave manual config value */ macro