HomeSort by relevance Sort by last modified time
    Searched refs:e1000_write_phy_reg (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c 230 e1000_write_phy_reg(hw, 0x2F5B, 0x0003);
234 e1000_write_phy_reg(hw,0x0000,0x0140);
241 e1000_write_phy_reg(hw, 0x1F95, 0x0001);
243 e1000_write_phy_reg(hw, 0x1F71, 0xBD21);
245 e1000_write_phy_reg(hw, 0x1F79, 0x0018);
247 e1000_write_phy_reg(hw, 0x1F30, 0x1600);
249 e1000_write_phy_reg(hw, 0x1F31, 0x0014);
251 e1000_write_phy_reg(hw, 0x1F32, 0x161C);
253 e1000_write_phy_reg(hw, 0x1F94, 0x0003);
255 e1000_write_phy_reg(hw, 0x1F96, 0x003F)
3663 e1000_write_phy_reg(struct e1000_hw *hw, uint32_t reg_addr, function
    [all...]
e1000.c 583 e1000_write_phy_reg(&adapter->hw, IGP02E1000_PHY_POWER_MGMT,
    [all...]
e1000_hw.h 329 int32_t e1000_write_phy_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t data);
    [all...]

Completed in 311 milliseconds