Searched refs:atl1c_read_phy_reg (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_hw.c | 408 int atl1c_read_phy_reg(struct atl1c_hw *hw, u16 reg_addr, u16 *phy_data) in atl1c_read_phy_reg() function 446 err = atl1c_read_phy_reg(hw, MII_DBG_DATA, phy_data); in atl1c_read_phy_dbg() 610 if ((atl1c_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id1) != 0) || in atl1c_phy_init() 611 (atl1c_read_phy_reg(hw, MII_PHYSID2, &hw->phy_id2) != 0)) { in atl1c_phy_init() 665 err = atl1c_read_phy_reg(hw, MII_GIGA_PSSR, &phy_data); in atl1c_get_speed_and_duplex() 708 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_phy_to_ps_link() 709 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_phy_to_ps_link() 711 atl1c_read_phy_reg(hw, MII_LPA, &mii_lpa_data); in atl1c_phy_to_ps_link() 733 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_phy_to_ps_link() 734 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_phy_to_ps_link() [all …]
|
D | atl1c_ethtool.c | 168 atl1c_read_phy_reg(hw, MII_BMCR, &phy_data); in atl1c_get_regs() 170 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_get_regs()
|
D | atl1c_main.c | 259 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_check_link_status() 260 atl1c_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1c_check_link_status() 311 atl1c_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1c_link_chg_event() 312 atl1c_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1c_link_chg_event() 573 atl1c_read_phy_reg(&adapter->hw, reg_num, &result); in atl1c_mdio_read() 604 if (atl1c_read_phy_reg(&adapter->hw, data->reg_num & 0x1F, in atl1c_mii_ioctl() 1540 atl1c_read_phy_reg(&adapter->hw, MII_ISR, &phy_data); in atl1c_clear_phy_int()
|
D | atl1c_hw.h | 45 int atl1c_read_phy_reg(struct atl1c_hw *hw, u16 reg_addr, u16 *phy_data);
|