Searched refs:phy_tmp (Results 1 – 1 of 1) sorted by relevance
1923 uint16_t phy_tmp = 0; in em_hardware_init() local1927 phy_tmp &= ~IGP02E1000_PM_SPD; in em_hardware_init()2101 uint16_t phy_tmp; in em_smartspeed() local2116 &phy_tmp); in em_smartspeed()2117 if (phy_tmp & CR_1000T_MS_ENABLE) { in em_smartspeed()2118 phy_tmp &= ~CR_1000T_MS_ENABLE; in em_smartspeed()2120 PHY_1000T_CTRL, phy_tmp); in em_smartspeed()2125 &phy_tmp)) { in em_smartspeed()2129 PHY_CTRL, phy_tmp); in em_smartspeed()2137 phy_tmp |= CR_1000T_MS_ENABLE; in em_smartspeed()[all …]