Lines Matching refs:CTRL

436 	ctrl = er32(CTRL);  in e1000_reset_hw()
440 ew32(CTRL, (ctrl | E1000_CTRL_PHY_RST)); in e1000_reset_hw()
462 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
471 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
615 ctrl = er32(CTRL); in e1000_init_hw()
616 ew32(CTRL, ctrl | E1000_CTRL_PRIOR); in e1000_init_hw()
841 ctrl = er32(CTRL); in e1000_setup_fiber_serdes_link()
916 ew32(CTRL, ctrl); in e1000_setup_fiber_serdes_link()
930 (er32(CTRL) & E1000_CTRL_SWDPIN1) == signal) { in e1000_setup_fiber_serdes_link()
1035 ctrl = er32(CTRL); in e1000_copper_link_preconfig()
1043 ew32(CTRL, ctrl); in e1000_copper_link_preconfig()
1047 ew32(CTRL, ctrl); in e1000_copper_link_preconfig()
1684 ctrl = er32(CTRL); in e1000_phy_force_speed_duplex()
1739 ew32(CTRL, ctrl); in e1000_phy_force_speed_duplex()
1946 ctrl = er32(CTRL); in e1000_config_mac_to_phy()
1995 ew32(CTRL, ctrl); in e1000_config_mac_to_phy()
2015 ctrl = er32(CTRL); in e1000_force_mac_fc()
2059 ew32(CTRL, ctrl); in e1000_force_mac_fc()
2298 ctrl = er32(CTRL); in e1000_check_for_serdes_link_generic()
2320 ctrl = er32(CTRL); in e1000_check_for_serdes_link_generic()
2322 ew32(CTRL, ctrl); in e1000_check_for_serdes_link_generic()
2338 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000_check_for_serdes_link_generic()
2408 ctrl = er32(CTRL); in e1000_check_for_link()
2685 ew32(CTRL, (*ctrl | E1000_CTRL_MDC)); in e1000_raise_mdi_clk()
2700 ew32(CTRL, (*ctrl & ~E1000_CTRL_MDC)); in e1000_lower_mdi_clk()
2725 ctrl = er32(CTRL); in e1000_shift_out_mdi_bits()
2741 ew32(CTRL, ctrl); in e1000_shift_out_mdi_bits()
2772 ctrl = er32(CTRL); in e1000_shift_in_mdi_bits()
2780 ew32(CTRL, ctrl); in e1000_shift_in_mdi_bits()
2793 ctrl = er32(CTRL); in e1000_shift_in_mdi_bits()
3083 ctrl = er32(CTRL); in e1000_phy_hw_reset()
3084 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000_phy_hw_reset()
3089 ew32(CTRL, ctrl); in e1000_phy_hw_reset()
4605 u32 ctrl = er32(CTRL); in e1000_led_on()
4638 ew32(CTRL, ctrl); in e1000_led_on()
4649 u32 ctrl = er32(CTRL); in e1000_led_off()
4682 ew32(CTRL, ctrl); in e1000_led_off()