Searched refs:oem_reg (Results 1 – 1 of 1) sorted by relevance
2228 u16 oem_reg; in e1000_oem_bits_config_ich8lan() local2249 ret_val = e1e_rphy_locked(hw, HV_OEM_BITS, &oem_reg); in e1000_oem_bits_config_ich8lan()2253 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU); in e1000_oem_bits_config_ich8lan()2257 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()2260 oem_reg |= HV_OEM_BITS_LPLU; in e1000_oem_bits_config_ich8lan()2264 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()2268 oem_reg |= HV_OEM_BITS_LPLU; in e1000_oem_bits_config_ich8lan()2274 oem_reg |= HV_OEM_BITS_RESTART_AN; in e1000_oem_bits_config_ich8lan()2276 ret_val = e1e_wphy_locked(hw, HV_OEM_BITS, oem_reg); in e1000_oem_bits_config_ich8lan()2829 u16 oem_reg; in e1000_set_lplu_state_pchlan() local[all …]