Home
last modified time | relevance | path

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

/openbmc/linux/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) in atl1_read_phy_reg() function
873 ret_val = atl1_read_phy_reg(hw, MII_ATLX_PSSR, &phy_data); in atl1_get_speed_and_duplex()
984 atl1_read_phy_reg(&adapter->hw, reg_num & 0x1f, &result); in mdio_read()
1287 atl1_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1_check_link()
1288 atl1_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1_check_link()
2771 atl1_read_phy_reg(hw, MII_BMSR, (u16 *) & ctrl); in atl1_suspend()
2772 atl1_read_phy_reg(hw, MII_BMSR, (u16 *) & ctrl); in atl1_suspend()
H A Datl1.h38 #define atlx_read_phy_reg atl1_read_phy_reg