Lines Matching refs:CTRL
411 ctrl = er32(CTRL); in e1000_reset_hw()
415 ew32(CTRL, (ctrl | E1000_CTRL_PHY_RST)); in e1000_reset_hw()
437 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
446 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
590 ctrl = er32(CTRL); in e1000_init_hw()
591 ew32(CTRL, ctrl | E1000_CTRL_PRIOR); in e1000_init_hw()
815 ctrl = er32(CTRL); in e1000_setup_fiber_serdes_link()
890 ew32(CTRL, ctrl); in e1000_setup_fiber_serdes_link()
904 (er32(CTRL) & E1000_CTRL_SWDPIN1) == signal) { in e1000_setup_fiber_serdes_link()
1009 ctrl = er32(CTRL); in e1000_copper_link_preconfig()
1017 ew32(CTRL, ctrl); in e1000_copper_link_preconfig()
1021 ew32(CTRL, ctrl); in e1000_copper_link_preconfig()
1658 ctrl = er32(CTRL); in e1000_phy_force_speed_duplex()
1713 ew32(CTRL, ctrl); in e1000_phy_force_speed_duplex()
1921 ctrl = er32(CTRL); in e1000_config_mac_to_phy()
1970 ew32(CTRL, ctrl); in e1000_config_mac_to_phy()
1990 ctrl = er32(CTRL); in e1000_force_mac_fc()
2034 ew32(CTRL, ctrl); in e1000_force_mac_fc()
2272 ctrl = er32(CTRL); in e1000_check_for_serdes_link_generic()
2294 ctrl = er32(CTRL); in e1000_check_for_serdes_link_generic()
2296 ew32(CTRL, ctrl); in e1000_check_for_serdes_link_generic()
2312 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000_check_for_serdes_link_generic()
2382 ctrl = er32(CTRL); in e1000_check_for_link()
2662 ew32(CTRL, (*ctrl | E1000_CTRL_MDC)); in e1000_raise_mdi_clk()
2677 ew32(CTRL, (*ctrl & ~E1000_CTRL_MDC)); in e1000_lower_mdi_clk()
2702 ctrl = er32(CTRL); in e1000_shift_out_mdi_bits()
2718 ew32(CTRL, ctrl); in e1000_shift_out_mdi_bits()
2749 ctrl = er32(CTRL); in e1000_shift_in_mdi_bits()
2757 ew32(CTRL, ctrl); in e1000_shift_in_mdi_bits()
2770 ctrl = er32(CTRL); in e1000_shift_in_mdi_bits()
3059 ctrl = er32(CTRL); in e1000_phy_hw_reset()
3060 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000_phy_hw_reset()
3065 ew32(CTRL, ctrl); in e1000_phy_hw_reset()
4590 u32 ctrl = er32(CTRL); in e1000_led_on()
4623 ew32(CTRL, ctrl); in e1000_led_on()
4634 u32 ctrl = er32(CTRL); in e1000_led_off()
4667 ew32(CTRL, ctrl); in e1000_led_off()