Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/e1000/
De1000_ich8lan.c1265 u16 oem_reg = 0; in e1000_enable_ulp_lpt_lp() local
1326 &oem_reg); in e1000_enable_ulp_lpt_lp()
1330 phy_reg = oem_reg; in e1000_enable_ulp_lpt_lp()
1375 oem_reg); in e1000_enable_ulp_lpt_lp()
2537 u16 oem_reg; in e1000_oem_bits_config_ich8lan() local
2560 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg); in e1000_oem_bits_config_ich8lan()
2564 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU); in e1000_oem_bits_config_ich8lan()
2568 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()
2571 oem_reg |= HV_OEM_BITS_LPLU; in e1000_oem_bits_config_ich8lan()
2575 oem_reg |= HV_OEM_BITS_GBE_DIS; in e1000_oem_bits_config_ich8lan()
[all …]