Home
last modified time | relevance | path

Searched refs:E1000_CTRL (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dregs.h30 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_mac.c763 ctrl = rd32(E1000_CTRL); in igb_force_mac_fc()
805 wr32(E1000_CTRL, ctrl); in igb_force_mac_fc()
1479 ctrl = rd32(E1000_CTRL); in igb_disable_pcie_master()
1481 wr32(E1000_CTRL, ctrl); in igb_disable_pcie_master()
De1000_82575.c1461 ctrl = rd32(E1000_CTRL); in igb_reset_hw_82575()
1464 wr32(E1000_CTRL, ctrl | E1000_CTRL_RST); in igb_reset_hw_82575()
1561 ctrl = rd32(E1000_CTRL); in igb_setup_copper_link_82575()
1564 wr32(E1000_CTRL, ctrl); in igb_setup_copper_link_82575()
1663 ctrl_reg = rd32(E1000_CTRL); in igb_setup_serdes_link_82575()
1716 wr32(E1000_CTRL, ctrl_reg); in igb_setup_serdes_link_82575()
2250 ctrl = rd32(E1000_CTRL); in igb_reset_hw_82580()
2278 wr32(E1000_CTRL, ctrl); in igb_reset_hw_82580()
Digb_ptp.c386 ctrl = rd32(E1000_CTRL); in igb_pin_extts()
404 wr32(E1000_CTRL, ctrl); in igb_pin_extts()
442 ctrl = rd32(E1000_CTRL); in igb_pin_perout()
470 wr32(E1000_CTRL, ctrl); in igb_pin_perout()
De1000_i210.c876 ctrl = rd32(E1000_CTRL); in igb_pll_workaround_i210()
877 wr32(E1000_CTRL, ctrl|E1000_CTRL_PHY_RST); in igb_pll_workaround_i210()
De1000_phy.c1356 ctrl = rd32(E1000_CTRL); in igb_phy_force_speed_duplex_setup()
1392 wr32(E1000_CTRL, ctrl); in igb_phy_force_speed_duplex_setup()
2094 ctrl = rd32(E1000_CTRL); in igb_phy_hw_reset()
2095 wr32(E1000_CTRL, ctrl | E1000_CTRL_PHY_RST); in igb_phy_hw_reset()
2100 wr32(E1000_CTRL, ctrl); in igb_phy_hw_reset()
De1000_regs.h27 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
Digb_ethtool.c462 regs_buff[0] = rd32(E1000_CTRL); in igb_get_regs()
1625 ctrl_reg = rd32(E1000_CTRL); in igb_integrated_phy_loopback()
1636 wr32(E1000_CTRL, ctrl_reg); in igb_integrated_phy_loopback()
1685 reg = rd32(E1000_CTRL); in igb_setup_loopback_test()
1691 wr32(E1000_CTRL, reg); in igb_setup_loopback_test()
Digb_main.c264 {E1000_CTRL, "CTRL"},
4257 ctrl = rd32(E1000_CTRL); in igb_watchdog_task()
7182 ctrl = rd32(E1000_CTRL); in igb_vlan_mode()
7184 wr32(E1000_CTRL, ctrl); in igb_vlan_mode()
7192 ctrl = rd32(E1000_CTRL); in igb_vlan_mode()
7194 wr32(E1000_CTRL, ctrl); in igb_vlan_mode()
7347 ctrl = rd32(E1000_CTRL); in __igb_shutdown()
7353 wr32(E1000_CTRL, ctrl); in __igb_shutdown()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dregs.h25 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
Dnetdev.c83 {E1000_CTRL, "CTRL"},
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_hw.h804 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
1058 #define E1000_82542_CTRL E1000_CTRL