Searched refs:atl1e_write_phy_reg (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ | 
| D | atl1e_hw.c | 247 int atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data)  in atl1e_write_phy_reg()  function 365 	ret_val = atl1e_write_phy_reg(hw, MII_ADVERTISE, mii_autoneg_adv_reg);  in atl1e_phy_setup_autoneg_adv() 370 		ret_val = atl1e_write_phy_reg(hw, MII_CTRL1000,  in atl1e_phy_setup_autoneg_adv() 395 	ret_val = atl1e_write_phy_reg(hw, MII_BMCR, phy_data);  in atl1e_phy_commit() 443 	ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0xB);  in atl1e_phy_init() 446 	ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0xBC00);  in atl1e_phy_init() 450 	ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0);  in atl1e_phy_init() 456 	ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, phy_val);  in atl1e_phy_init() 460 	ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x12);  in atl1e_phy_init() 463 	ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0x4C04);  in atl1e_phy_init() [all …] 
 | 
| D | atl1e_hw.h | 41 s32 atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data);
  | 
| D | atl1e_main.c | 481 	atl1e_write_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, val);  in atl1e_mdio_write() 517 		if (atl1e_write_phy_reg(&adapter->hw,  in atl1e_mii_ioctl() 2117 		if ((atl1e_write_phy_reg(hw, MII_CTRL1000, 0) != 0) ||  in atl1e_suspend() 2118 		    (atl1e_write_phy_reg(hw,  in atl1e_suspend() 2148 			if (atl1e_write_phy_reg(hw, MII_INT_CTRL, 0x400) != 0) {  in atl1e_suspend()
  |