Searched refs:E1000_CTRL (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/ |
D | regs.h | 7 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | e1000_mac.c | 813 ctrl = rd32(E1000_CTRL); in igb_force_mac_fc() 855 wr32(E1000_CTRL, ctrl); in igb_force_mac_fc() 1529 ctrl = rd32(E1000_CTRL); in igb_disable_pcie_master() 1531 wr32(E1000_CTRL, ctrl); in igb_disable_pcie_master()
|
D | e1000_82575.c | 1481 ctrl = rd32(E1000_CTRL); in igb_reset_hw_82575() 1484 wr32(E1000_CTRL, ctrl | E1000_CTRL_RST); in igb_reset_hw_82575() 1578 ctrl = rd32(E1000_CTRL); in igb_setup_copper_link_82575() 1581 wr32(E1000_CTRL, ctrl); in igb_setup_copper_link_82575() 1683 ctrl_reg = rd32(E1000_CTRL); in igb_setup_serdes_link_82575() 1737 wr32(E1000_CTRL, ctrl_reg); in igb_setup_serdes_link_82575() 2271 ctrl = rd32(E1000_CTRL); in igb_reset_hw_82580() 2299 wr32(E1000_CTRL, ctrl); in igb_reset_hw_82580()
|
D | igb_ptp.c | 372 ctrl = rd32(E1000_CTRL); in igb_pin_extts() 390 wr32(E1000_CTRL, ctrl); in igb_pin_extts() 428 ctrl = rd32(E1000_CTRL); in igb_pin_perout() 456 wr32(E1000_CTRL, ctrl); in igb_pin_perout()
|
D | e1000_i210.c | 856 ctrl = rd32(E1000_CTRL); in igb_pll_workaround_i210() 857 wr32(E1000_CTRL, ctrl|E1000_CTRL_PHY_RST); in igb_pll_workaround_i210()
|
D | e1000_phy.c | 1341 ctrl = rd32(E1000_CTRL); in igb_phy_force_speed_duplex_setup() 1377 wr32(E1000_CTRL, ctrl); in igb_phy_force_speed_duplex_setup() 2096 ctrl = rd32(E1000_CTRL); in igb_phy_hw_reset() 2097 wr32(E1000_CTRL, ctrl | E1000_CTRL_PHY_RST); in igb_phy_hw_reset() 2102 wr32(E1000_CTRL, ctrl); in igb_phy_hw_reset()
|
D | e1000_regs.h | 7 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
|
D | igb_ethtool.c | 468 regs_buff[0] = rd32(E1000_CTRL); in igb_get_regs() 1633 ctrl_reg = rd32(E1000_CTRL); in igb_integrated_phy_loopback() 1644 wr32(E1000_CTRL, ctrl_reg); in igb_integrated_phy_loopback() 1693 reg = rd32(E1000_CTRL); in igb_setup_loopback_test() 1699 wr32(E1000_CTRL, reg); in igb_setup_loopback_test()
|
D | igb_main.c | 258 {E1000_CTRL, "CTRL"}, 5291 ctrl = rd32(E1000_CTRL); in igb_watchdog_task() 8629 ctrl = rd32(E1000_CTRL); in igb_vlan_mode() 8631 wr32(E1000_CTRL, ctrl); in igb_vlan_mode() 8639 ctrl = rd32(E1000_CTRL); in igb_vlan_mode() 8641 wr32(E1000_CTRL, ctrl); in igb_vlan_mode() 8793 ctrl = rd32(E1000_CTRL); in __igb_shutdown() 8799 wr32(E1000_CTRL, ctrl); in __igb_shutdown()
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/ |
D | regs.h | 7 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
|
D | netdev.c | 66 {E1000_CTRL, "CTRL"},
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 779 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro 1033 #define E1000_82542_CTRL E1000_CTRL
|