Searched refs:e1000_write_phy_reg (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/e1000/ |
D | e1000_hw.c | 230 e1000_write_phy_reg(hw, 0x2F5B, 0x0003); in e1000_phy_init_script() 234 e1000_write_phy_reg(hw,0x0000,0x0140); in e1000_phy_init_script() 241 e1000_write_phy_reg(hw, 0x1F95, 0x0001); in e1000_phy_init_script() 243 e1000_write_phy_reg(hw, 0x1F71, 0xBD21); in e1000_phy_init_script() 245 e1000_write_phy_reg(hw, 0x1F79, 0x0018); in e1000_phy_init_script() 247 e1000_write_phy_reg(hw, 0x1F30, 0x1600); in e1000_phy_init_script() 249 e1000_write_phy_reg(hw, 0x1F31, 0x0014); in e1000_phy_init_script() 251 e1000_write_phy_reg(hw, 0x1F32, 0x161C); in e1000_phy_init_script() 253 e1000_write_phy_reg(hw, 0x1F94, 0x0003); in e1000_phy_init_script() 255 e1000_write_phy_reg(hw, 0x1F96, 0x003F); in e1000_phy_init_script() [all …]
|
D | e1000.c | 583 e1000_write_phy_reg(&adapter->hw, IGP02E1000_PHY_POWER_MGMT, in e1000_reset()
|
D | e1000_hw.h | 329 int32_t e1000_write_phy_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t data);
|