Searched refs:atl2_read_phy_reg (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 573 atl2_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl2_check_for_link() 574 atl2_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl2_check_for_link() 594 atl2_read_phy_reg(&adapter->hw, 19, &phy_data); in atl2_clear_phy_int() 979 if (atl2_read_phy_reg(&adapter->hw, in atl2_mii_ioctl() 1177 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_check_link() 1178 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_check_link() 1539 atl2_read_phy_reg(hw, MII_BMSR, (u16 *)&ctrl); in atl2_suspend() 1540 atl2_read_phy_reg(hw, MII_BMSR, (u16 *)&ctrl); in atl2_suspend() 1904 atl2_read_phy_reg(hw, MII_BMCR, &phy_data); in atl2_get_regs() 1906 atl2_read_phy_reg(hw, MII_BMSR, &phy_data); in atl2_get_regs() [all …]
|
D | atl2.h | 87 static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data);
|