Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/e1000e/
Dich8lan.c1109 u16 oem_reg = 0; in e1000_enable_ulp_lpt_lp() local
1168 &oem_reg); in e1000_enable_ulp_lpt_lp()
1172 phy_reg = oem_reg; in e1000_enable_ulp_lpt_lp()
1217 oem_reg); in e1000_enable_ulp_lpt_lp()
2376 u16 oem_reg; in e1000_oem_bits_config_ich8lan() local
2397 ret_val = e1e_rphy_locked(hw, HV_OEM_BITS, &oem_reg); in e1000_oem_bits_config_ich8lan()
2401 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU); in e1000_oem_bits_config_ich8lan()
2405 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()
2408 oem_reg |= HV_OEM_BITS_LPLU; in e1000_oem_bits_config_ich8lan()
2412 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()
[all …]