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

/freebsd-10.3-release/sys/dev/e1000/
H A De1000_ich8lan.c1264 u16 oem_reg = 0; local
1325 &oem_reg);
1329 phy_reg = oem_reg;
1374 oem_reg);
2522 u16 oem_reg; local
2545 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg);
2549 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
2553 oem_reg |= HV_OEM_BITS_GBE_DIS;
2556 oem_reg |= HV_OEM_BITS_LPLU;
2560 oem_reg |
3174 u16 oem_reg; local
[all...]

Completed in 79 milliseconds