Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/atheros/atlx/
H A Datlx.c31 static s32 atlx_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data);
86 atlx_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atlx_check_for_link()
87 atlx_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atlx_check_for_link()
178 atlx_read_phy_reg(&adapter->hw, 19, &phy_data); in atlx_clear_phy_int()
H A Datl1.h38 #define atlx_read_phy_reg atl1_read_phy_reg macro