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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dich8lan.c1201 u16 oem_reg; local
1222 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg);
1226 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
1230 oem_reg |= HV_OEM_BITS_GBE_DIS;
1233 oem_reg |= HV_OEM_BITS_LPLU;
1236 oem_reg |= HV_OEM_BITS_GBE_DIS;
1239 oem_reg |= HV_OEM_BITS_LPLU;
1243 oem_reg |= HV_OEM_BITS_RESTART_AN;
1244 ret_val = hw->phy.ops.write_reg_locked(hw, HV_OEM_BITS, oem_reg);
1750 u16 oem_reg; local
[all...]

Completed in 27 milliseconds