Searched refs:phpm_reg (Results 1 – 2 of 2) sorted by relevance
1572 u32 phpm_reg; in igb_setup_copper_link_82575() local1585 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()
1691 uint32_t phpm_reg; in eth_igb_stop() local1693 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() local1774 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()