Searched refs:PHY_CTRL (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
| D | e1000_ethtool.c | 1189 e1000_write_phy_reg(hw, PHY_CTRL, 0x8100); in e1000_nonintegrated_phy_loopback() 1201 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_nonintegrated_phy_loopback() 1203 e1000_write_phy_reg(hw, PHY_CTRL, phy_reg); in e1000_nonintegrated_phy_loopback() 1209 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_nonintegrated_phy_loopback() 1237 e1000_write_phy_reg(hw, PHY_CTRL, 0x9140); in e1000_integrated_phy_loopback() 1239 e1000_write_phy_reg(hw, PHY_CTRL, 0x8140); in e1000_integrated_phy_loopback() 1245 e1000_write_phy_reg(hw, PHY_CTRL, 0x4140); in e1000_integrated_phy_loopback() 1315 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_set_phy_loopback() 1317 e1000_write_phy_reg(hw, PHY_CTRL, phy_reg); in e1000_set_phy_loopback() 1367 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_loopback_cleanup() [all …]
|
| D | e1000_main.c | 452 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() 4696 !e1000_read_phy_reg(hw, PHY_CTRL, in e1000_smartspeed() 4700 e1000_write_phy_reg(hw, PHY_CTRL, in e1000_smartspeed() 4711 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) { in e1000_smartspeed() 4714 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl); in e1000_smartspeed() 4785 case PHY_CTRL: in e1000_mii_ioctl() 4820 case PHY_CTRL: in e1000_mii_ioctl()
|
| D | e1000_hw.c | 1366 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()
|
| D | e1000_hw.h | 2506 #define PHY_CTRL 0x00 /* Control Register */ macro
|
| /linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
| D | ich8lan.c | 2313 mac_reg = er32(PHY_CTRL); in e1000_oem_bits_config_ich8lan() 2935 phy_ctrl = er32(PHY_CTRL); in e1000_set_d0_lplu_state_ich8lan() 2939 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d0_lplu_state_ich8lan() 2960 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d0_lplu_state_ich8lan() 3018 phy_ctrl = er32(PHY_CTRL); in e1000_set_d3_lplu_state_ich8lan() 3022 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d3_lplu_state_ich8lan() 3059 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d3_lplu_state_ich8lan() 5108 phy_ctrl = er32(PHY_CTRL); in e1000_kmrn_lock_loss_workaround_ich8lan() 5111 ew32(PHY_CTRL, phy_ctrl); in e1000_kmrn_lock_loss_workaround_ich8lan() 5165 reg = er32(PHY_CTRL); in e1000e_igp3_phy_powerdown_workaround_ich8lan() [all …]
|
| D | phy.c | 2662 (!(er32(PHY_CTRL) & E1000_PHY_CTRL_GBE_DISABLE))) in e1000_access_phy_wakeup_reg_bm()
|