Home
last modified time | relevance | path

Searched refs:PHY_CONTROL (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_phy.c1659 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl); in e1000_copper_link_autoneg()
1664 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl); in e1000_copper_link_autoneg()
1755 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_data); in e1000_phy_force_speed_duplex_igp()
1761 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_data); in e1000_phy_force_speed_duplex_igp()
1960 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &data); in e1000_phy_force_speed_duplex_ife()
1966 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, data); in e1000_phy_force_speed_duplex_ife()
3503 hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg); in e1000_power_up_phy_copper()
3505 hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg); in e1000_power_up_phy_copper()
3521 hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg); in e1000_power_down_phy_copper()
3523 hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg); in e1000_power_down_phy_copper()
[all …]
H A De1000_80003es2lan.c687 ret_val = hw->phy.ops.read_reg(hw, PHY_CONTROL, &phy_data); in e1000_phy_force_speed_duplex_80003es2lan()
696 ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL, phy_data); in e1000_phy_force_speed_duplex_80003es2lan()
H A De1000_defines.h1025 #define PHY_CONTROL 0x00 /* Control Register */ macro
H A De1000_ich8lan.c2650 ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL, in e1000_hv_phy_workarounds_ich8lan()
/dragonfly/sys/dev/netif/em/
H A Dif_em.c2851 PHY_CONTROL, &phy_tmp)) { in em_smartspeed()
2855 PHY_CONTROL, phy_tmp); in em_smartspeed()
2867 !e1000_read_phy_reg(&adapter->hw, PHY_CONTROL, &phy_tmp)) { in em_smartspeed()
2869 e1000_write_phy_reg(&adapter->hw, PHY_CONTROL, phy_tmp); in em_smartspeed()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c2304 PHY_CONTROL, &phy_tmp)) { in emx_smartspeed()
2308 PHY_CONTROL, phy_tmp); in emx_smartspeed()
2320 !e1000_read_phy_reg(&sc->hw, PHY_CONTROL, &phy_tmp)) { in emx_smartspeed()
2322 e1000_write_phy_reg(&sc->hw, PHY_CONTROL, phy_tmp); in emx_smartspeed()