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

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_ich8lan.c1943 u16 oem_reg; local
1966 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg);
1970 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
1974 oem_reg |= HV_OEM_BITS_GBE_DIS;
1977 oem_reg |= HV_OEM_BITS_LPLU;
1981 oem_reg |= HV_OEM_BITS_GBE_DIS;
1985 oem_reg |= HV_OEM_BITS_LPLU;
1991 oem_reg |= HV_OEM_BITS_RESTART_AN;
1993 ret_val = hw->phy.ops.write_reg_locked(hw, HV_OEM_BITS, oem_reg);
2603 u16 oem_reg; local
[all...]

Completed in 473 milliseconds