Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c357 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()
447 ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x12); in atl1e_phy_init()
454 ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x4); in atl1e_phy_init()
461 ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x5); in atl1e_phy_init()
471 ret_val = atl1e_write_phy_reg(hw, MII_INT_CTRL, 0xC00); in atl1e_phy_init()
627 err = atl1e_write_phy_reg(hw, MII_CTRL1000, in atl1e_restart_autoneg()
[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()