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

/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl1.c340 static s32 atl1_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data) function
873 ret_val = atl1_read_phy_reg(hw, MII_ATLX_PSSR, &phy_data);
984 atl1_read_phy_reg(&adapter->hw, reg_num & 0x1f, &result);
1287 atl1_read_phy_reg(hw, MII_BMSR, &phy_data);
1288 atl1_read_phy_reg(hw, MII_BMSR, &phy_data);
2769 atl1_read_phy_reg(hw, MII_BMSR, (u16 *) & ctrl);
2770 atl1_read_phy_reg(hw, MII_BMSR, (u16 *) & ctrl);
H A Datl1.h38 #define atlx_read_phy_reg atl1_read_phy_reg

Completed in 112 milliseconds