/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/ |
H A D | e1000_82543.c | 596 E1000_WRITE_REG(hw, E1000_CTRL, (*ctrl | E1000_CTRL_MDC)); in e1000_raise_mdi_clk_82543() 615 E1000_WRITE_REG(hw, E1000_CTRL, (*ctrl & ~E1000_CTRL_MDC)); in e1000_lower_mdi_clk_82543() 644 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_shift_out_mdi_bits_82543() 661 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_shift_out_mdi_bits_82543() 697 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_shift_in_mdi_bits_82543() 706 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_shift_in_mdi_bits_82543() 720 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_shift_in_mdi_bits_82543() 923 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82543() 927 E1000_WRITE_REG(hw, E1000_CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82543() 933 E1000_WRITE_REG_IO(hw, E1000_CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82543() [all …]
|
H A D | e1000_82542.c | 218 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82542() 221 E1000_WRITE_REG(hw, E1000_CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82542() 289 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_init_hw_82542() 290 E1000_WRITE_REG(hw, E1000_CTRL, ctrl | E1000_CTRL_PRIOR); in e1000_init_hw_82542() 375 u32 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_led_on_82542() 381 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_led_on_82542() 394 u32 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_led_off_82542() 400 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_led_off_82542()
|
H A D | e1000_mac.c | 791 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_check_for_fiber_link_generic() 815 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_check_for_fiber_link_generic() 817 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_check_for_fiber_link_generic() 833 E1000_WRITE_REG(hw, E1000_CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000_check_for_fiber_link_generic() 858 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_check_for_serdes_link_generic() 880 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_check_for_serdes_link_generic() 882 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_check_for_serdes_link_generic() 898 E1000_WRITE_REG(hw, E1000_CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000_check_for_serdes_link_generic() 1190 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_fiber_serdes_link_generic() 1209 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_setup_fiber_serdes_link_generic() [all …]
|
H A D | e1000_82571.c | 987 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82571() 990 E1000_WRITE_REG(hw, E1000_CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82571() 1204 reg = E1000_READ_REG(hw, E1000_CTRL); in e1000_initialize_hw_bits_82571() 1206 E1000_WRITE_REG(hw, E1000_CTRL, reg); in e1000_initialize_hw_bits_82571() 1456 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_copper_link_82571() 1459 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_setup_copper_link_82571() 1541 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_check_for_serdes_link_82571() 1574 E1000_WRITE_REG(hw, E1000_CTRL, in e1000_check_for_serdes_link_82571() 1610 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_check_for_serdes_link_82571() 1633 E1000_WRITE_REG(hw, E1000_CTRL, (ctrl & in e1000_check_for_serdes_link_82571()
|
H A D | e1000_82540.c | 290 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82540() 304 E1000_WRITE_REG_IO(hw, E1000_CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82540() 419 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_copper_link_82540() 422 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_setup_copper_link_82540()
|
H A D | e1000_82541.c | 315 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82541() 319 E1000_WRITE_REG(hw, E1000_CTRL, (ctrl | E1000_CTRL_PHY_RST)); in e1000_reset_hw_82541() 333 E1000_WRITE_REG_IO(hw, E1000_CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82541() 336 E1000_WRITE_REG(hw, E1000_CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82541() 542 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_copper_link_82541() 545 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_setup_copper_link_82541()
|
H A D | e1000_vf.c | 269 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_vf() 270 E1000_WRITE_REG(hw, E1000_CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_vf()
|
H A D | e1000_80003es2lan.c | 770 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_80003es2lan() 777 E1000_WRITE_REG(hw, E1000_CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_80003es2lan() 1124 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_copper_link_80003es2lan() 1127 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_setup_copper_link_80003es2lan()
|
H A D | e1000_ich8lan.c | 286 mac_reg = E1000_READ_REG(hw, E1000_CTRL); in e1000_toggle_lanphypc_pch_lpt() 289 E1000_WRITE_REG(hw, E1000_CTRL, mac_reg); in e1000_toggle_lanphypc_pch_lpt() 293 E1000_WRITE_REG(hw, E1000_CTRL, mac_reg); in e1000_toggle_lanphypc_pch_lpt() 2522 ctrl_reg = E1000_READ_REG(hw, E1000_CTRL); in e1000_configure_k1_ich8lan() 2526 E1000_WRITE_REG(hw, E1000_CTRL, reg); in e1000_configure_k1_ich8lan() 2531 E1000_WRITE_REG(hw, E1000_CTRL, ctrl_reg); in e1000_configure_k1_ich8lan() 5025 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_ich8lan() 5052 E1000_WRITE_REG(hw, E1000_CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw_ich8lan() 5270 reg = E1000_READ_REG(hw, E1000_CTRL); in e1000_initialize_hw_bits_ich8lan() 5272 E1000_WRITE_REG(hw, E1000_CTRL, reg); in e1000_initialize_hw_bits_ich8lan() [all …]
|
H A D | e1000_82575.c | 1327 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82575() 1330 E1000_WRITE_REG(hw, E1000_CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82575() 1410 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_copper_link_82575() 1413 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_setup_copper_link_82575() 1520 ctrl_reg = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_serdes_link_82575() 1569 E1000_WRITE_REG(hw, E1000_CTRL, ctrl_reg); in e1000_setup_serdes_link_82575() 2239 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82580() 2268 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_reset_hw_82580()
|
H A D | e1000_i210.c | 745 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_pll_workaround_i210() 746 E1000_WRITE_REG(hw, E1000_CTRL, ctrl|E1000_CTRL_PHY_RST); in e1000_pll_workaround_i210()
|
H A D | e1000_regs.h | 38 #define E1000_CTRL 0x00000 /* Device Control - RW */ macro
|
H A D | if_em.c | 653 regs_buff[0] = E1000_READ_REG(hw, E1000_CTRL); in em_get_regs() 3704 reg = E1000_READ_REG(hw, E1000_CTRL); 3706 E1000_WRITE_REG(hw, E1000_CTRL, reg); 3708 reg = E1000_READ_REG(hw, E1000_CTRL); 3710 E1000_WRITE_REG(hw, E1000_CTRL, reg); 4092 ctrl = E1000_READ_REG(&sc->hw, E1000_CTRL); 4094 E1000_WRITE_REG(&sc->hw, E1000_CTRL, ctrl); 4170 mreg = E1000_READ_REG(hw, E1000_CTRL); 4447 sc, E1000_CTRL, em_sysctl_reg_handler, "IU",
|
H A D | e1000_phy.c | 2035 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_phy_force_speed_duplex_setup() 2070 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_phy_force_speed_duplex_setup() 2879 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_phy_hw_reset_generic() 2880 E1000_WRITE_REG(hw, E1000_CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000_phy_hw_reset_generic() 2885 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_phy_hw_reset_generic()
|