Searched refs:atl2_read_phy_reg (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl2.c553 atl2_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data);
554 atl2_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data);
574 atl2_read_phy_reg(&adapter->hw, 19, &phy_data);
954 if (atl2_read_phy_reg(&adapter->hw,
1153 atl2_read_phy_reg(hw, MII_BMSR, &phy_data);
1154 atl2_read_phy_reg(hw, MII_BMSR, &phy_data);
1514 atl2_read_phy_reg(hw, MII_BMSR, (u16 *)&ctrl);
1515 atl2_read_phy_reg(hw, MII_BMSR, (u16 *)&ctrl);
1860 atl2_read_phy_reg(hw, MII_BMCR, &phy_data);
1862 atl2_read_phy_reg(h
2459 static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data) function
[all...]
H A Datl2.h74 static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data);

Completed in 126 milliseconds