Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/igb/
Digb_ethtool.c1453 igb_write_phy_reg(hw, 29, 0x001F); in igb_phy_disable_receiver()
1454 igb_write_phy_reg(hw, 30, 0x8FFC); in igb_phy_disable_receiver()
1455 igb_write_phy_reg(hw, 29, 0x001A); in igb_phy_disable_receiver()
1456 igb_write_phy_reg(hw, 30, 0x8FF0); in igb_phy_disable_receiver()
1468 igb_write_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, 0x0808); in igb_integrated_phy_loopback()
1470 igb_write_phy_reg(hw, PHY_CONTROL, 0x9140); in igb_integrated_phy_loopback()
1472 igb_write_phy_reg(hw, PHY_CONTROL, 0x8140); in igb_integrated_phy_loopback()
1475 igb_write_phy_reg(hw, I82580_PHY_LBK_CTRL, 0x8041); in igb_integrated_phy_loopback()
1481 igb_write_phy_reg(hw, PHY_CONTROL, 0x4140); in igb_integrated_phy_loopback()
1571 igb_write_phy_reg(hw, PHY_CONTROL, phy_reg); in igb_loopback_cleanup()
Digb.h397 static inline s32 igb_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg() function