Home
last modified time | relevance | path

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

/dpdk/drivers/net/igc/base/
H A Digc_i225.c363 u32 phpm_reg; in igc_setup_copper_link_i225() local
374 phpm_reg = IGC_READ_REG(hw, IGC_I225_PHPM); in igc_setup_copper_link_i225()
375 phpm_reg &= ~IGC_I225_PHPM_GO_LINKD; in igc_setup_copper_link_i225()
376 IGC_WRITE_REG(hw, IGC_I225_PHPM, phpm_reg); in igc_setup_copper_link_i225()
/dpdk/drivers/net/e1000/
H A Digb_ethdev.c1440 uint32_t phpm_reg; in eth_igb_stop() local
1442 phpm_reg = E1000_READ_REG(hw, E1000_82580_PHY_POWER_MGMT); in eth_igb_stop()
1443 phpm_reg |= E1000_82580_PM_GO_LINKD; in eth_igb_stop()
1444 E1000_WRITE_REG(hw, E1000_82580_PHY_POWER_MGMT, phpm_reg); in eth_igb_stop()
1521 uint32_t phpm_reg; in eth_igb_close() local
1523 phpm_reg = E1000_READ_REG(hw, E1000_82580_PHY_POWER_MGMT); in eth_igb_close()
1524 phpm_reg &= ~E1000_82580_PM_GO_LINKD; in eth_igb_close()
1525 E1000_WRITE_REG(hw, E1000_82580_PHY_POWER_MGMT, phpm_reg); in eth_igb_close()
/dpdk/drivers/net/e1000/base/
H A De1000_82575.c1459 u32 phpm_reg; in e1000_setup_copper_link_82575() local
1476 phpm_reg = E1000_READ_REG(hw, E1000_82580_PHY_POWER_MGMT); in e1000_setup_copper_link_82575()
1477 phpm_reg &= ~E1000_82580_PM_GO_LINKD; in e1000_setup_copper_link_82575()
1478 E1000_WRITE_REG(hw, E1000_82580_PHY_POWER_MGMT, phpm_reg); in e1000_setup_copper_link_82575()