atl1c_write_phy_reg
err = atl1c_write_phy_reg(hw, MII_DBG_ADDR, reg_addr);
err = atl1c_write_phy_reg(hw, MII_DBG_ADDR, reg_addr);
err = atl1c_write_phy_reg(hw, MII_DBG_DATA, phy_data);
if (atl1c_write_phy_reg(hw, MII_ADVERTISE, mii_adv_data) != 0 ||
atl1c_write_phy_reg(hw, MII_CTRL1000, mii_giga_ctrl_data) != 0)
err = atl1c_write_phy_reg(hw, MII_IER, phy_data);
ret_val = atl1c_write_phy_reg(hw, MII_BMCR, mii_bmcr_data);
return atl1c_write_phy_reg(hw, MII_BMCR, mii_bmcr_data);
if (atl1c_write_phy_reg(hw, MII_IER, IER_LINK_UP) != 0) {
int atl1c_write_phy_reg(struct atl1c_hw *hw, u32 reg_addr, u16 phy_data);
atl1c_write_phy_reg(&adapter->hw, reg_num, val);
if (atl1c_write_phy_reg(&adapter->hw,