Home
last modified time | relevance | path

Searched refs:PHY_CTRL (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_ethtool.c1191 e1000_write_phy_reg(hw, PHY_CTRL, 0x8100); in e1000_nonintegrated_phy_loopback()
1203 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_nonintegrated_phy_loopback()
1205 e1000_write_phy_reg(hw, PHY_CTRL, phy_reg); in e1000_nonintegrated_phy_loopback()
1211 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_nonintegrated_phy_loopback()
1239 e1000_write_phy_reg(hw, PHY_CTRL, 0x9140); in e1000_integrated_phy_loopback()
1241 e1000_write_phy_reg(hw, PHY_CTRL, 0x8140); in e1000_integrated_phy_loopback()
1247 e1000_write_phy_reg(hw, PHY_CTRL, 0x4140); in e1000_integrated_phy_loopback()
1317 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_set_phy_loopback()
1319 e1000_write_phy_reg(hw, PHY_CTRL, phy_reg); in e1000_set_phy_loopback()
1369 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_loopback_cleanup()
[all …]
De1000_main.c452 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); in e1000_power_up_phy()
454 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); in e1000_power_up_phy()
489 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); in e1000_power_down_phy()
491 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); in e1000_power_down_phy()
4701 !e1000_read_phy_reg(hw, PHY_CTRL, in e1000_smartspeed()
4705 e1000_write_phy_reg(hw, PHY_CTRL, in e1000_smartspeed()
4716 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) { in e1000_smartspeed()
4719 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl); in e1000_smartspeed()
4790 case PHY_CTRL: in e1000_mii_ioctl()
4825 case PHY_CTRL: in e1000_mii_ioctl()
De1000_hw.c1366 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data); in e1000_copper_link_autoneg()
1371 ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data); in e1000_copper_link_autoneg()
1694 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &mii_ctrl_reg); in e1000_phy_force_speed_duplex()
1781 ret_val = e1000_write_phy_reg(hw, PHY_CTRL, mii_ctrl_reg); in e1000_phy_force_speed_duplex()
1952 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data); in e1000_config_mac_to_phy()
3140 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data); in e1000_phy_reset()
3145 ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data); in e1000_phy_reset()
De1000_hw.h2506 #define PHY_CTRL 0x00 /* Control Register */ macro
/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c177 ipg_w8(IPG_PC_RSVD_MASK & data, PHY_CTRL); in ipg_write_phy_ctl()
197 phyctrlpolarity) & IPG_PC_RSVD_MASK, PHY_CTRL); in send_end()
206 bit_data = ((ipg_r8(PHY_CTRL) & IPG_PC_MGMTDATA) >> 1) & 1; in read_phy_bit()
251 polarity = ipg_r8(PHY_CTRL); in mdio_read()
342 polarity = ipg_r8(PHY_CTRL); in mdio_write()
375 ipg_r8(PHY_CTRL); in mdio_write()
487 phyctrl = ipg_r8(PHY_CTRL); in ipg_config_autoneg()
Dipg.h80 PHY_CTRL = 0x76, enumerator
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dich8lan.c2247 mac_reg = er32(PHY_CTRL); in e1000_oem_bits_config_ich8lan()
2869 phy_ctrl = er32(PHY_CTRL); in e1000_set_d0_lplu_state_ich8lan()
2873 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d0_lplu_state_ich8lan()
2894 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d0_lplu_state_ich8lan()
2952 phy_ctrl = er32(PHY_CTRL); in e1000_set_d3_lplu_state_ich8lan()
2956 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d3_lplu_state_ich8lan()
2993 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d3_lplu_state_ich8lan()
5042 phy_ctrl = er32(PHY_CTRL); in e1000_kmrn_lock_loss_workaround_ich8lan()
5045 ew32(PHY_CTRL, phy_ctrl); in e1000_kmrn_lock_loss_workaround_ich8lan()
5099 reg = er32(PHY_CTRL); in e1000e_igp3_phy_powerdown_workaround_ich8lan()
[all …]
Dphy.c2662 (!(er32(PHY_CTRL) & E1000_PHY_CTRL_GBE_DISABLE))) in e1000_access_phy_wakeup_reg_bm()