Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/e1000/
De1000_ethtool.c1153 e1000_write_phy_reg(hw, PHY_CTRL, 0x8100); in e1000_nonintegrated_phy_loopback()
1165 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_nonintegrated_phy_loopback()
1167 e1000_write_phy_reg(hw, PHY_CTRL, phy_reg); in e1000_nonintegrated_phy_loopback()
1173 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_nonintegrated_phy_loopback()
1201 e1000_write_phy_reg(hw, PHY_CTRL, 0x9140); in e1000_integrated_phy_loopback()
1203 e1000_write_phy_reg(hw, PHY_CTRL, 0x8140); in e1000_integrated_phy_loopback()
1209 e1000_write_phy_reg(hw, PHY_CTRL, 0x4140); in e1000_integrated_phy_loopback()
1279 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_set_phy_loopback()
1281 e1000_write_phy_reg(hw, PHY_CTRL, phy_reg); in e1000_set_phy_loopback()
1332 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_loopback_cleanup()
[all …]
De1000_main.c448 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); in e1000_power_up_phy()
450 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); in e1000_power_up_phy()
484 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); in e1000_power_down_phy()
486 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); in e1000_power_down_phy()
4595 !e1000_read_phy_reg(hw, PHY_CTRL, in e1000_smartspeed()
4599 e1000_write_phy_reg(hw, PHY_CTRL, in e1000_smartspeed()
4610 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) { in e1000_smartspeed()
4613 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl); in e1000_smartspeed()
4686 case PHY_CTRL: in e1000_mii_ioctl()
4721 case PHY_CTRL: in e1000_mii_ioctl()
De1000_hw.c1379 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data); in e1000_copper_link_autoneg()
1384 ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data); in e1000_copper_link_autoneg()
1711 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &mii_ctrl_reg); in e1000_phy_force_speed_duplex()
1798 ret_val = e1000_write_phy_reg(hw, PHY_CTRL, mii_ctrl_reg); in e1000_phy_force_speed_duplex()
1966 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data); in e1000_config_mac_to_phy()
3153 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data); in e1000_phy_reset()
3158 ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data); in e1000_phy_reset()
De1000_hw.h2508 #define PHY_CTRL 0x00 /* Control Register */ macro
/linux-3.4.99/drivers/net/ethernet/intel/e1000e/
Dich8lan.c1299 mac_reg = er32(PHY_CTRL); in e1000_oem_bits_config_ich8lan()
1928 phy_ctrl = er32(PHY_CTRL); in e1000_set_d0_lplu_state_ich8lan()
1932 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d0_lplu_state_ich8lan()
1952 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d0_lplu_state_ich8lan()
2011 phy_ctrl = er32(PHY_CTRL); in e1000_set_d3_lplu_state_ich8lan()
2015 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d3_lplu_state_ich8lan()
2053 ew32(PHY_CTRL, phy_ctrl); in e1000_set_d3_lplu_state_ich8lan()
3541 phy_ctrl = er32(PHY_CTRL); in e1000_kmrn_lock_loss_workaround_ich8lan()
3544 ew32(PHY_CTRL, phy_ctrl); in e1000_kmrn_lock_loss_workaround_ich8lan()
3599 reg = er32(PHY_CTRL); in e1000e_igp3_phy_powerdown_workaround_ich8lan()
[all …]
Dphy.c2710 (!(er32(PHY_CTRL) & E1000_PHY_CTRL_GBE_DISABLE))) in e1000_access_phy_wakeup_reg_bm()
/linux-3.4.99/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.h81 PHY_CTRL = 0x76, enumerator
/linux-3.4.99/drivers/net/ethernet/renesas/
Dsh_eth.h588 PHY_CTRL = 0, PHY_STAT = 1, PHY_IDT1 = 2, PHY_IDT2 = 3, enumerator