atl1e_write_phy_reg
ret_val = atl1e_write_phy_reg(hw, MII_ADVERTISE, mii_autoneg_adv_reg);
ret_val = atl1e_write_phy_reg(hw, MII_CTRL1000,
ret_val = atl1e_write_phy_reg(hw, MII_BMCR, phy_data);
ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0xB);
ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0xBC00);
ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0);
ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, phy_val);
ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x12);
ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0x4C04);
ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x4);
ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0x8BBB);
ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x5);
ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0x2C46);
ret_val = atl1e_write_phy_reg(hw, MII_INT_CTRL, 0xC00);
err = atl1e_write_phy_reg(hw, MII_ADVERTISE, hw->mii_autoneg_adv_reg);
err = atl1e_write_phy_reg(hw, MII_CTRL1000,
err = atl1e_write_phy_reg(hw, MII_BMCR,
s32 atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data);
if ((atl1e_write_phy_reg(hw, MII_CTRL1000, 0) != 0) ||
(atl1e_write_phy_reg(hw,
if (atl1e_write_phy_reg(hw, MII_INT_CTRL, 0x400) != 0) {
if (atl1e_write_phy_reg(&adapter->hw,
if (atl1e_write_phy_reg(&adapter->hw,