Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_ich8lan.h229 #define HV_OEM_BITS_LPLU 0x0004 /* Low Power Link Up */ macro
H A De1000_ich8lan.c1328 phy_reg |= HV_OEM_BITS_LPLU | HV_OEM_BITS_GBE_DIS; in e1000_enable_ulp_lpt_lp()
2553 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU); in e1000_oem_bits_config_ich8lan()
2560 oem_reg |= HV_OEM_BITS_LPLU; in e1000_oem_bits_config_ich8lan()
2568 oem_reg |= HV_OEM_BITS_LPLU; in e1000_oem_bits_config_ich8lan()
3188 oem_reg |= HV_OEM_BITS_LPLU; in e1000_set_lplu_state_pchlan()
3190 oem_reg &= ~HV_OEM_BITS_LPLU; in e1000_set_lplu_state_pchlan()