Home
last modified time | relevance | path

Searched refs:oem_reg (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/intel/e1000e/
Dich8lan.c1280 u16 oem_reg; in e1000_oem_bits_config_ich8lan() local
1301 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg); in e1000_oem_bits_config_ich8lan()
1305 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU); in e1000_oem_bits_config_ich8lan()
1309 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()
1312 oem_reg |= HV_OEM_BITS_LPLU; in e1000_oem_bits_config_ich8lan()
1316 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()
1320 oem_reg |= HV_OEM_BITS_LPLU; in e1000_oem_bits_config_ich8lan()
1326 oem_reg |= HV_OEM_BITS_RESTART_AN; in e1000_oem_bits_config_ich8lan()
1328 ret_val = hw->phy.ops.write_reg_locked(hw, HV_OEM_BITS, oem_reg); in e1000_oem_bits_config_ich8lan()
1888 u16 oem_reg; in e1000_set_lplu_state_pchlan() local
[all …]