Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c1264 u16 oem_reg = 0; in e1000_enable_ulp_lpt_lp() local
1325 &oem_reg); in e1000_enable_ulp_lpt_lp()
1329 phy_reg = oem_reg; in e1000_enable_ulp_lpt_lp()
1374 oem_reg); in e1000_enable_ulp_lpt_lp()
2522 u16 oem_reg; in e1000_oem_bits_config_ich8lan() local
2545 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg); in e1000_oem_bits_config_ich8lan()
2549 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU); in e1000_oem_bits_config_ich8lan()
2553 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()
2556 oem_reg |= HV_OEM_BITS_LPLU; in e1000_oem_bits_config_ich8lan()
2560 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()
[all …]