Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igbvf/
Dregs.h7 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
/linux-6.1.9/drivers/net/ethernet/intel/igb/
De1000_mac.c842 ctrl = rd32(E1000_CTRL); in igb_force_mac_fc()
884 wr32(E1000_CTRL, ctrl); in igb_force_mac_fc()
1558 ctrl = rd32(E1000_CTRL); in igb_disable_pcie_master()
1560 wr32(E1000_CTRL, ctrl); in igb_disable_pcie_master()
De1000_82575.c1477 ctrl = rd32(E1000_CTRL); in igb_reset_hw_82575()
1480 wr32(E1000_CTRL, ctrl | E1000_CTRL_RST); in igb_reset_hw_82575()
1574 ctrl = rd32(E1000_CTRL); in igb_setup_copper_link_82575()
1577 wr32(E1000_CTRL, ctrl); in igb_setup_copper_link_82575()
1679 ctrl_reg = rd32(E1000_CTRL); in igb_setup_serdes_link_82575()
1733 wr32(E1000_CTRL, ctrl_reg); in igb_setup_serdes_link_82575()
2267 ctrl = rd32(E1000_CTRL); in igb_reset_hw_82580()
2295 wr32(E1000_CTRL, ctrl); in igb_reset_hw_82580()
Digb_ptp.c420 ctrl = rd32(E1000_CTRL); in igb_pin_extts()
438 wr32(E1000_CTRL, ctrl); in igb_pin_extts()
476 ctrl = rd32(E1000_CTRL); in igb_pin_perout()
504 wr32(E1000_CTRL, ctrl); in igb_pin_perout()
611 level = (rd32(E1000_CTRL) & level_mask) ? 1 : 0; in igb_ptp_feature_enable_82580()
De1000_i210.c857 ctrl = rd32(E1000_CTRL); in igb_pll_workaround_i210()
858 wr32(E1000_CTRL, ctrl|E1000_CTRL_PHY_RST); in igb_pll_workaround_i210()
De1000_phy.c1342 ctrl = rd32(E1000_CTRL); in igb_phy_force_speed_duplex_setup()
1378 wr32(E1000_CTRL, ctrl); in igb_phy_force_speed_duplex_setup()
2097 ctrl = rd32(E1000_CTRL); in igb_phy_hw_reset()
2098 wr32(E1000_CTRL, ctrl | E1000_CTRL_PHY_RST); in igb_phy_hw_reset()
2103 wr32(E1000_CTRL, ctrl); in igb_phy_hw_reset()
De1000_regs.h7 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
Digb_ethtool.c477 regs_buff[0] = rd32(E1000_CTRL); in igb_get_regs()
1650 ctrl_reg = rd32(E1000_CTRL); in igb_integrated_phy_loopback()
1661 wr32(E1000_CTRL, ctrl_reg); in igb_integrated_phy_loopback()
1710 reg = rd32(E1000_CTRL); in igb_setup_loopback_test()
1716 wr32(E1000_CTRL, reg); in igb_setup_loopback_test()
Digb_main.c252 {E1000_CTRL, "CTRL"},
5478 ctrl = rd32(E1000_CTRL); in igb_watchdog_task()
6818 level = (rd32(E1000_CTRL) & level_mask) ? 1 : 0; in igb_perout()
9163 ctrl = rd32(E1000_CTRL); in igb_vlan_mode()
9165 wr32(E1000_CTRL, ctrl); in igb_vlan_mode()
9173 ctrl = rd32(E1000_CTRL); in igb_vlan_mode()
9175 wr32(E1000_CTRL, ctrl); in igb_vlan_mode()
9319 ctrl = rd32(E1000_CTRL); in __igb_shutdown()
9321 wr32(E1000_CTRL, ctrl); in __igb_shutdown()
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
Dregs.h7 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
Dnetdev.c65 {E1000_CTRL, "CTRL"},
/linux-6.1.9/drivers/net/ethernet/intel/e1000/
De1000_hw.h779 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
1033 #define E1000_82542_CTRL E1000_CTRL