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

/freebsd-10.3-release/sys/dev/e1000/
H A De1000_ich8lan.h227 #define HV_OEM_BITS_LPLU 0x0004 /* Low Power Link Up */ macro
H A De1000_ich8lan.c1330 phy_reg |= HV_OEM_BITS_LPLU | HV_OEM_BITS_GBE_DIS;
2549 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
2556 oem_reg |= HV_OEM_BITS_LPLU;
2564 oem_reg |= HV_OEM_BITS_LPLU;
3182 oem_reg |= HV_OEM_BITS_LPLU;
3184 oem_reg &= ~HV_OEM_BITS_LPLU;

Completed in 83 milliseconds