Searched refs:atl2_read_phy_reg (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 553 atl2_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl2_check_for_link() 554 atl2_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl2_check_for_link() 574 atl2_read_phy_reg(&adapter->hw, 19, &phy_data); in atl2_clear_phy_int() 954 if (atl2_read_phy_reg(&adapter->hw, in atl2_mii_ioctl() 1153 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_check_link() 1154 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_check_link() 1514 atl2_read_phy_reg(hw, MII_BMSR, (u16 *)&ctrl); in atl2_suspend() 1515 atl2_read_phy_reg(hw, MII_BMSR, (u16 *)&ctrl); in atl2_suspend() 1860 atl2_read_phy_reg(hw, MII_BMCR, &phy_data); in atl2_get_regs() 1862 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_get_regs() [all …]
|
D | atl2.h | 74 static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data);
|