Searched refs:PHY_CTRL (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/e1000/
H A De1000_hw.c1932 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data);
1937 ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data);
2371 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &mii_ctrl_reg);
2467 ret_val = e1000_write_phy_reg(hw, PHY_CTRL, mii_ctrl_reg);
3966 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data);
3971 ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data);
4008 reg = E1000_READ_REG(hw, PHY_CTRL);
4009 E1000_WRITE_REG(hw, PHY_CTRL, reg | E1000_PHY_CTRL_GBE_DISABLE |
4084 reg = E1000_READ_REG(hw, PHY_CTRL);
4085 E1000_WRITE_REG(hw, PHY_CTRL, re
[all...]
H A De1000_hw.h2574 #define PHY_CTRL 0x00 /* Control Register */ macro

Completed in 97 milliseconds