Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c1812 if((ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data)))
1816 if((ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data)))
3057 if((ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data)))
3061 if((ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data)))
H A De1000_hw.h1647 #define PHY_CTRL 0x00 /* Control Register */ macro