Home
last modified time | relevance | path

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

/openbmc/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()
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()
1650 igb_write_phy_reg(hw, PHY_CONTROL, 0x4140); 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