Searched refs:PHY_CONTROL (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_phy.c262 MiWrite(etdev, PHY_CONTROL, 0x8000);
280 MiRead(etdev, PHY_CONTROL, &data);
284 MiWrite(etdev, PHY_CONTROL, data);
300 MiRead(etdev, PHY_CONTROL, &data);
304 MiWrite(etdev, PHY_CONTROL, data);
319 MiRead(etdev, PHY_CONTROL, &data);
323 MiWrite(etdev, PHY_CONTROL, data);
340 MiRead(etdev, PHY_CONTROL, &data);
344 MiWrite(etdev, PHY_CONTROL, data | bits[speed]);
380 MiRead(etdev, PHY_CONTROL,
[all...]
H A Det1310_phy.h789 #define PHY_CONTROL 0x00 /* #define TRU_MI_CONTROL_REGISTER 0 */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_phy.c751 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl);
756 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl);
1017 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_data);
1023 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_data);
1104 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_data);
1110 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_data);
1180 * @phy_ctrl: pointer to current value of PHY_CONTROL
1186 * caller must write to the PHY_CONTROL register for these settings to
1789 ret_val = hw->phy.ops.read_reg(hw, PHY_CONTROL, &phy_ctrl);
1794 ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL, phy_ctr
[all...]
H A De1000_defines.h526 #define PHY_CONTROL 0x00 /* Control Register */ macro
H A Digb_ethtool.c1459 igb_write_phy_reg(hw, PHY_CONTROL, 0x9140);
1461 igb_write_phy_reg(hw, PHY_CONTROL, 0x8140);
1470 igb_write_phy_reg(hw, PHY_CONTROL, 0x4140);
1557 igb_read_phy_reg(hw, PHY_CONTROL, &phy_reg);
1560 igb_write_phy_reg(hw, PHY_CONTROL, phy_reg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dphy.c1093 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_ctrl);
1098 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_ctrl);
1192 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
1198 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
1278 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
1284 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
1373 ret_val = e1e_rphy(hw, PHY_CONTROL, &data);
1379 ret_val = e1e_wphy(hw, PHY_CONTROL, data);
1428 * @phy_ctrl: pointer to current value of PHY_CONTROL
1434 * caller must write to the PHY_CONTROL registe
[all...]
H A Dethtool.c1271 e1e_wphy(hw, PHY_CONTROL, 0x6100);
1293 e1e_wphy(hw, PHY_CONTROL, 0x9140);
1295 e1e_wphy(hw, PHY_CONTROL, 0x8140);
1342 e1e_wphy(hw, PHY_CONTROL, 0x4140);
1521 e1e_rphy(hw, PHY_CONTROL, &phy_reg);
1524 e1e_wphy(hw, PHY_CONTROL, phy_reg);
H A Des2lan.c654 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
663 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
H A Ddefines.h582 #define PHY_CONTROL 0x00 /* Control Register */ macro
H A Dich8lan.c1313 ret_val = e1e_wphy(hw, PHY_CONTROL, 0x3140);
H A Dnetdev.c3904 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy->bmcr);

Completed in 272 milliseconds