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

/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_ich8lan.h159 #define HV_OEM_BITS_LPLU 0x0004 /* Low Power Link Up */ macro
H A De1000_ich8lan.c1060 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
1067 oem_reg |= HV_OEM_BITS_LPLU;
1073 oem_reg |= HV_OEM_BITS_LPLU;
1373 oem_reg |= HV_OEM_BITS_LPLU;
1375 oem_reg &= ~HV_OEM_BITS_LPLU;

Completed in 87 milliseconds