Searched defs:atl1c_read_phy_reg (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c408 int atl1c_read_phy_reg(struct atl1c_hw *hw, u16 reg_addr, u16 *phy_data) function
446 err = atl1c_read_phy_reg(hw, MII_DBG_DATA, phy_data);
610 if ((atl1c_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id1) != 0) ||
611 (atl1c_read_phy_reg(hw, MII_PHYSID2, &hw->phy_id2) != 0)) {
665 err = atl1c_read_phy_reg(hw, MII_GIGA_PSSR, &phy_data);
708 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data);
709 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data);
711 atl1c_read_phy_reg(hw, MII_LPA, &mii_lpa_data);
733 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data);
734 atl1c_read_phy_reg(h
[all...]

Completed in 193 milliseconds