Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c1615 igb_write_phy_reg(hw, 29, 0x001F); in igb_phy_disable_receiver()
1616 igb_write_phy_reg(hw, 30, 0x8FFC); in igb_phy_disable_receiver()
1617 igb_write_phy_reg(hw, 29, 0x001A); in igb_phy_disable_receiver()
1618 igb_write_phy_reg(hw, 30, 0x8FF0); in igb_phy_disable_receiver()
1631 igb_write_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, 0x0808); in igb_integrated_phy_loopback()
1633 igb_write_phy_reg(hw, PHY_CONTROL, 0x9140); in igb_integrated_phy_loopback()
1635 igb_write_phy_reg(hw, PHY_CONTROL, 0x8140); in igb_integrated_phy_loopback()
1638 igb_write_phy_reg(hw, I347AT4_PAGE_SELECT, 0); in igb_integrated_phy_loopback()
1639 igb_write_phy_reg(hw, PHY_CONTROL, 0x4140); in igb_integrated_phy_loopback()
1643 igb_write_phy_reg(hw, I82580_PHY_LBK_CTRL, 0x8041); in igb_integrated_phy_loopback()
[all …]
H A Digb.h779 static inline s32 igb_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg() function
H A Digb_main.c9161 if (igb_write_phy_reg(&adapter->hw, data->reg_num & 0x1F, in igb_mii_ioctl()