Searched refs:atl1e_read_phy_reg (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_ethtool.c192 atl1e_read_phy_reg(hw, MII_BMCR, &phy_data);
194 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data);
H A Datl1e_hw.c213 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) function
608 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data);
H A Datl1e_main.c171 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data);
172 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data);
235 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data);
236 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data);
412 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result);
448 if (atl1e_read_phy_reg(&adapter->hw, data->reg_num & 0x1F,
1197 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data);
2051 atl1e_read_phy_reg(hw, MII_BMSR, (u16 *)&mii_bmsr_data);
2052 atl1e_read_phy_reg(hw, MII_BMSR, (u16 *)&mii_bmsr_data);
2075 atl1e_read_phy_reg(h
[all...]
H A Datl1e_hw.h40 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);

Completed in 62 milliseconds