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

/freebsd-13-stable/sys/dev/e1000/
H A De1000_ich8lan.h229 #define HV_OEM_BITS_LPLU 0x0004 /* Low Power Link Up */ macro
H A De1000_ich8lan.c1338 phy_reg |= HV_OEM_BITS_LPLU | HV_OEM_BITS_GBE_DIS;
2568 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
2575 oem_reg |= HV_OEM_BITS_LPLU;
2583 oem_reg |= HV_OEM_BITS_LPLU;
3203 oem_reg |= HV_OEM_BITS_LPLU;
3205 oem_reg &= ~HV_OEM_BITS_LPLU;

Completed in 71 milliseconds