Searched refs:E1000_CTRL (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/igbvf/ |
D | regs.h | 7 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
|
/linux-6.12.1/drivers/net/ethernet/intel/igb/ |
D | e1000_mac.c | 842 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()
|
D | e1000_82575.c | 1475 ctrl = rd32(E1000_CTRL); in igb_reset_hw_82575() 1478 wr32(E1000_CTRL, ctrl | E1000_CTRL_RST); in igb_reset_hw_82575() 1572 ctrl = rd32(E1000_CTRL); in igb_setup_copper_link_82575() 1575 wr32(E1000_CTRL, ctrl); in igb_setup_copper_link_82575() 1677 ctrl_reg = rd32(E1000_CTRL); in igb_setup_serdes_link_82575() 1731 wr32(E1000_CTRL, ctrl_reg); in igb_setup_serdes_link_82575() 2265 ctrl = rd32(E1000_CTRL); in igb_reset_hw_82580() 2293 wr32(E1000_CTRL, ctrl); in igb_reset_hw_82580()
|
D | igb_ptp.c | 401 ctrl = rd32(E1000_CTRL); in igb_pin_extts() 419 wr32(E1000_CTRL, ctrl); in igb_pin_extts() 457 ctrl = rd32(E1000_CTRL); in igb_pin_perout() 485 wr32(E1000_CTRL, ctrl); in igb_pin_perout() 592 level = (rd32(E1000_CTRL) & level_mask) ? 1 : 0; in igb_ptp_feature_enable_82580()
|
D | e1000_i210.c | 858 ctrl = rd32(E1000_CTRL); in igb_pll_workaround_i210() 859 wr32(E1000_CTRL, ctrl|E1000_CTRL_PHY_RST); in igb_pll_workaround_i210()
|
D | e1000_phy.c | 1342 ctrl = rd32(E1000_CTRL); in igb_phy_force_speed_duplex_setup() 1378 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_regs.h | 7 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
|
D | igb_ethtool.c | 477 regs_buff[0] = rd32(E1000_CTRL); in igb_get_regs() 1653 ctrl_reg = rd32(E1000_CTRL); in igb_integrated_phy_loopback() 1664 wr32(E1000_CTRL, ctrl_reg); in igb_integrated_phy_loopback() 1713 reg = rd32(E1000_CTRL); in igb_setup_loopback_test() 1719 wr32(E1000_CTRL, reg); in igb_setup_loopback_test()
|
D | igb_main.c | 223 {E1000_CTRL, "CTRL"}, 5541 ctrl = rd32(E1000_CTRL); in igb_watchdog_task() 6881 level = (rd32(E1000_CTRL) & level_mask) ? 1 : 0; in igb_perout() 9236 ctrl = rd32(E1000_CTRL); in igb_vlan_mode() 9238 wr32(E1000_CTRL, ctrl); in igb_vlan_mode() 9246 ctrl = rd32(E1000_CTRL); in igb_vlan_mode() 9248 wr32(E1000_CTRL, ctrl); in igb_vlan_mode() 9392 ctrl = rd32(E1000_CTRL); in __igb_shutdown() 9394 wr32(E1000_CTRL, ctrl); in __igb_shutdown()
|
/linux-6.12.1/drivers/net/ethernet/intel/e1000e/ |
D | regs.h | 7 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
|
D | netdev.c | 67 {E1000_CTRL, "CTRL"},
|
/linux-6.12.1/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 776 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro 1030 #define E1000_82542_CTRL E1000_CTRL
|