Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_82575.c1572 u32 phpm_reg; in igb_setup_copper_link_82575() local
1585 phpm_reg = rd32(E1000_82580_PHY_POWER_MGMT); in igb_setup_copper_link_82575()
1586 phpm_reg &= ~E1000_82580_PM_GO_LINKD; in igb_setup_copper_link_82575()
1587 wr32(E1000_82580_PHY_POWER_MGMT, phpm_reg); in igb_setup_copper_link_82575()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c1691 uint32_t phpm_reg; in eth_igb_stop() local
1693 phpm_reg = E1000_READ_REG(hw, E1000_82580_PHY_POWER_MGMT); in eth_igb_stop()
1694 phpm_reg |= E1000_82580_PM_GO_LINKD; in eth_igb_stop()
1695 E1000_WRITE_REG(hw, E1000_82580_PHY_POWER_MGMT, phpm_reg); in eth_igb_stop()
1772 uint32_t phpm_reg; in eth_igb_close() local
1774 phpm_reg = E1000_READ_REG(hw, E1000_82580_PHY_POWER_MGMT); in eth_igb_close()
1775 phpm_reg &= ~E1000_82580_PM_GO_LINKD; in eth_igb_close()
1776 E1000_WRITE_REG(hw, E1000_82580_PHY_POWER_MGMT, phpm_reg); in eth_igb_close()