Home
last modified time | relevance | path

Searched refs:IGP02E1000_PM_D3_LPLU (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.h110 #define IGP02E1000_PM_D3_LPLU 0x0004 /* For all other states */ macro
H A De1000_phy.c1409 data &= ~IGP02E1000_PM_D3_LPLU; in igb_set_d3_lplu_state()
1449 data |= IGP02E1000_PM_D3_LPLU; in igb_set_d3_lplu_state()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.h164 #define IGP02E1000_PM_D3_LPLU 0x0004 /* For all other states */ macro
H A Dphy.c1540 data &= ~IGP02E1000_PM_D3_LPLU; in e1000e_set_d3_lplu_state()
1575 data |= IGP02E1000_PM_D3_LPLU; in e1000e_set_d3_lplu_state()
/openbmc/qemu/hw/net/
H A Digb_regs.h96 #define IGP02E1000_PM_D3_LPLU 0x0004 /* For all other states */ macro
H A Digb_core.c4361 [IGP02E1000_PHY_POWER_MGMT] = BIT(0) | BIT(3) | IGP02E1000_PM_D3_LPLU |
/openbmc/u-boot/drivers/net/
H A De1000.h1948 #define IGP02E1000_PM_D3_LPLU 0x0004 /* Enable LPLU in macro
H A De1000.c2456 phy_data &= ~IGP02E1000_PM_D3_LPLU; in e1000_set_d3_lplu_state()
2508 phy_data |= IGP02E1000_PM_D3_LPLU; in e1000_set_d3_lplu_state()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2836 #define IGP02E1000_PM_D3_LPLU 0x0004 /* Enable LPLU in non-D0a modes */ macro