Searched refs:atl1_read_phy_reg (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/atlx/ |
D | atl1.c | 358 static s32 atl1_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data) in atl1_read_phy_reg() function 888 ret_val = atl1_read_phy_reg(hw, MII_ATLX_PSSR, &phy_data); in atl1_get_speed_and_duplex() 1000 atl1_read_phy_reg(&adapter->hw, reg_num & 0x1f, &result); in mdio_read() 1312 atl1_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1_check_link() 1313 atl1_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1_check_link() 2755 atl1_read_phy_reg(hw, MII_BMSR, (u16 *) & ctrl); in atl1_suspend() 2756 atl1_read_phy_reg(hw, MII_BMSR, (u16 *) & ctrl); in atl1_suspend()
|
D | atl1.h | 51 #define atlx_read_phy_reg atl1_read_phy_reg
|