Searched refs:oem_reg (Results 1 – 1 of 1) sorted by relevance
1277 u16 oem_reg = 0; in e1000_enable_ulp_lpt_lp() local1339 &oem_reg); in e1000_enable_ulp_lpt_lp()1343 phy_reg = oem_reg; in e1000_enable_ulp_lpt_lp()1388 oem_reg); in e1000_enable_ulp_lpt_lp()2552 u16 oem_reg; in e1000_oem_bits_config_ich8lan() local2575 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg); in e1000_oem_bits_config_ich8lan()2579 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU); in e1000_oem_bits_config_ich8lan()2583 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()2586 oem_reg |= HV_OEM_BITS_LPLU; in e1000_oem_bits_config_ich8lan()2590 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()[all …]