Home
last modified time | relevance | path

Searched refs:atl1e_write_phy_reg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c234 int atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data) in atl1e_write_phy_reg() function
352 ret_val = atl1e_write_phy_reg(hw, MII_ADVERTISE, mii_autoneg_adv_reg); in atl1e_phy_setup_autoneg_adv()
357 ret_val = atl1e_write_phy_reg(hw, MII_CTRL1000, in atl1e_phy_setup_autoneg_adv()
382 ret_val = atl1e_write_phy_reg(hw, MII_BMCR, phy_data); in atl1e_phy_commit()
430 ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0xB); in atl1e_phy_init()
433 ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0xBC00); in atl1e_phy_init()
437 ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0); in atl1e_phy_init()
443 ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, phy_val); in atl1e_phy_init()
447 ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x12); in atl1e_phy_init()
450 ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0x4C04); in atl1e_phy_init()
[all …]
H A Datl1e_hw.h28 s32 atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data);
H A Datl1e_main.c458 if (atl1e_write_phy_reg(&adapter->hw, in atl1e_mdio_write()
496 if (atl1e_write_phy_reg(&adapter->hw, in atl1e_mii_ioctl()
2105 if ((atl1e_write_phy_reg(hw, MII_CTRL1000, 0) != 0) || in atl1e_suspend()
2106 (atl1e_write_phy_reg(hw, in atl1e_suspend()
2136 if (atl1e_write_phy_reg(hw, MII_INT_CTRL, 0x400) != 0) { in atl1e_suspend()