Searched refs:E1000_CTRL (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | regs.h | 30 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_mac.c | 763 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()
|
D | e1000_82575.c | 1442 ctrl = rd32(E1000_CTRL); in igb_reset_hw_82575() 1445 wr32(E1000_CTRL, ctrl | E1000_CTRL_RST); in igb_reset_hw_82575() 1542 ctrl = rd32(E1000_CTRL); in igb_setup_copper_link_82575() 1545 wr32(E1000_CTRL, ctrl); in igb_setup_copper_link_82575() 1643 ctrl_reg = rd32(E1000_CTRL); in igb_setup_serdes_link_82575() 1696 wr32(E1000_CTRL, ctrl_reg); in igb_setup_serdes_link_82575() 2226 ctrl = rd32(E1000_CTRL); in igb_reset_hw_82580() 2254 wr32(E1000_CTRL, ctrl); in igb_reset_hw_82580()
|
D | igb_ptp.c | 386 ctrl = rd32(E1000_CTRL); in igb_pin_extts() 404 wr32(E1000_CTRL, ctrl); in igb_pin_extts() 434 ctrl = rd32(E1000_CTRL); in igb_pin_perout() 456 wr32(E1000_CTRL, ctrl); in igb_pin_perout()
|
D | e1000_phy.c | 1358 ctrl = rd32(E1000_CTRL); in igb_phy_force_speed_duplex_setup() 1394 wr32(E1000_CTRL, ctrl); in igb_phy_force_speed_duplex_setup() 2095 ctrl = rd32(E1000_CTRL); in igb_phy_hw_reset() 2096 wr32(E1000_CTRL, ctrl | E1000_CTRL_PHY_RST); in igb_phy_hw_reset() 2101 wr32(E1000_CTRL, ctrl); in igb_phy_hw_reset()
|
D | e1000_i210.c | 876 ctrl = rd32(E1000_CTRL); in igb_pll_workaround_i210() 877 wr32(E1000_CTRL, ctrl|E1000_CTRL_PHY_RST); in igb_pll_workaround_i210()
|
D | e1000_regs.h | 27 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
|
D | igb_ethtool.c | 462 regs_buff[0] = rd32(E1000_CTRL); in igb_get_regs() 1629 ctrl_reg = rd32(E1000_CTRL); in igb_integrated_phy_loopback() 1640 wr32(E1000_CTRL, ctrl_reg); in igb_integrated_phy_loopback() 1689 reg = rd32(E1000_CTRL); in igb_setup_loopback_test() 1695 wr32(E1000_CTRL, reg); in igb_setup_loopback_test()
|
D | igb_main.c | 262 {E1000_CTRL, "CTRL"}, 4261 ctrl = rd32(E1000_CTRL); in igb_watchdog_task() 7229 ctrl = rd32(E1000_CTRL); in igb_vlan_mode() 7231 wr32(E1000_CTRL, ctrl); in igb_vlan_mode() 7239 ctrl = rd32(E1000_CTRL); in igb_vlan_mode() 7241 wr32(E1000_CTRL, ctrl); in igb_vlan_mode() 7394 ctrl = rd32(E1000_CTRL); in __igb_shutdown() 7400 wr32(E1000_CTRL, ctrl); in __igb_shutdown()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | regs.h | 25 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
|
D | netdev.c | 83 {E1000_CTRL, "CTRL"},
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 804 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro 1058 #define E1000_82542_CTRL E1000_CTRL
|