Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datl1.c359 static s32 atl1_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data) in atl1_read_phy_reg() function
892 ret_val = atl1_read_phy_reg(hw, MII_ATLX_PSSR, &phy_data); in atl1_get_speed_and_duplex()
1003 atl1_read_phy_reg(&adapter->hw, reg_num & 0x1f, &result); in mdio_read()
1308 atl1_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1_check_link()
1309 atl1_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1_check_link()
2791 atl1_read_phy_reg(hw, MII_BMSR, (u16 *) & ctrl); in atl1_suspend()
2792 atl1_read_phy_reg(hw, MII_BMSR, (u16 *) & ctrl); in atl1_suspend()
Datl1.h51 #define atlx_read_phy_reg atl1_read_phy_reg