Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_ethtool.c1591 igb_write_phy_reg(hw, 29, 0x001F); in igb_phy_disable_receiver()
1592 igb_write_phy_reg(hw, 30, 0x8FFC); in igb_phy_disable_receiver()
1593 igb_write_phy_reg(hw, 29, 0x001A); in igb_phy_disable_receiver()
1594 igb_write_phy_reg(hw, 30, 0x8FF0); in igb_phy_disable_receiver()
1607 igb_write_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, 0x0808); in igb_integrated_phy_loopback()
1609 igb_write_phy_reg(hw, PHY_CONTROL, 0x9140); in igb_integrated_phy_loopback()
1611 igb_write_phy_reg(hw, PHY_CONTROL, 0x8140); in igb_integrated_phy_loopback()
1614 igb_write_phy_reg(hw, I347AT4_PAGE_SELECT, 0); in igb_integrated_phy_loopback()
1615 igb_write_phy_reg(hw, PHY_CONTROL, 0x4140); in igb_integrated_phy_loopback()
1619 igb_write_phy_reg(hw, I82580_PHY_LBK_CTRL, 0x8041); in igb_integrated_phy_loopback()
[all …]
Digb.h564 static inline s32 igb_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg() function