Searched refs:atl1c_write_phy_reg (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c_hw.c98 atl1c_write_phy_reg(hw, MII_DBG_ADDR, 0x00);
102 atl1c_write_phy_reg(hw, MII_DBG_DATA, phy_data);
104 atl1c_write_phy_reg(hw, MII_DBG_ADDR, 0x3B);
108 atl1c_write_phy_reg(hw, MII_DBG_DATA, phy_data);
145 atl1c_write_phy_reg(hw, MII_DBG_ADDR, 0x00);
149 atl1c_write_phy_reg(hw, MII_DBG_DATA, phy_data);
151 atl1c_write_phy_reg(hw, MII_DBG_ADDR, 0x3B);
155 atl1c_write_phy_reg(hw, MII_DBG_DATA, phy_data);
316 int atl1c_write_phy_reg(struct atl1c_hw *hw, u32 reg_addr, u16 phy_data) function
375 if (atl1c_write_phy_reg(h
[all...]
H A Datl1c_main.c548 atl1c_write_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, val);
591 if (atl1c_write_phy_reg(&adapter->hw,
2502 if (atl1c_write_phy_reg(hw, MII_IER, IER_LINK_UP) != 0) {
H A Datl1c_hw.h40 int atl1c_write_phy_reg(struct atl1c_hw *hw, u32 reg_addr, u16 phy_data);

Completed in 70 milliseconds