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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c1264 u16 oem_reg = 0; local
1325 &oem_reg);
1329 phy_reg = oem_reg;
1374 oem_reg);
2533 u16 oem_reg; local
2556 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg);
2560 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
2564 oem_reg |= HV_OEM_BITS_GBE_DIS;
2567 oem_reg |= HV_OEM_BITS_LPLU;
2571 oem_reg |
3185 u16 oem_reg; local
[all...]

Completed in 68 milliseconds