Lines Matching refs:CTRL

409 	ctrl = er32(CTRL);  in e1000_reset_hw()
413 ew32(CTRL, (ctrl | E1000_CTRL_PHY_RST)); in e1000_reset_hw()
435 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
444 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
588 ctrl = er32(CTRL); in e1000_init_hw()
589 ew32(CTRL, ctrl | E1000_CTRL_PRIOR); in e1000_init_hw()
813 ctrl = er32(CTRL); in e1000_setup_fiber_serdes_link()
888 ew32(CTRL, ctrl); in e1000_setup_fiber_serdes_link()
902 (er32(CTRL) & E1000_CTRL_SWDPIN1) == signal) { in e1000_setup_fiber_serdes_link()
1007 ctrl = er32(CTRL); in e1000_copper_link_preconfig()
1015 ew32(CTRL, ctrl); in e1000_copper_link_preconfig()
1019 ew32(CTRL, ctrl); in e1000_copper_link_preconfig()
1657 ctrl = er32(CTRL); in e1000_phy_force_speed_duplex()
1712 ew32(CTRL, ctrl); in e1000_phy_force_speed_duplex()
1919 ctrl = er32(CTRL); in e1000_config_mac_to_phy()
1968 ew32(CTRL, ctrl); in e1000_config_mac_to_phy()
1988 ctrl = er32(CTRL); in e1000_force_mac_fc()
2032 ew32(CTRL, ctrl); in e1000_force_mac_fc()
2270 ctrl = er32(CTRL); in e1000_check_for_serdes_link_generic()
2292 ctrl = er32(CTRL); in e1000_check_for_serdes_link_generic()
2294 ew32(CTRL, ctrl); in e1000_check_for_serdes_link_generic()
2310 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000_check_for_serdes_link_generic()
2377 er32(CTRL); in e1000_check_for_link()
2654 ew32(CTRL, (*ctrl | E1000_CTRL_MDC)); in e1000_raise_mdi_clk()
2669 ew32(CTRL, (*ctrl & ~E1000_CTRL_MDC)); in e1000_lower_mdi_clk()
2694 ctrl = er32(CTRL); in e1000_shift_out_mdi_bits()
2710 ew32(CTRL, ctrl); in e1000_shift_out_mdi_bits()
2741 ctrl = er32(CTRL); in e1000_shift_in_mdi_bits()
2749 ew32(CTRL, ctrl); in e1000_shift_in_mdi_bits()
2762 ctrl = er32(CTRL); in e1000_shift_in_mdi_bits()
3051 ctrl = er32(CTRL); in e1000_phy_hw_reset()
3052 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000_phy_hw_reset()
3057 ew32(CTRL, ctrl); in e1000_phy_hw_reset()
4574 u32 ctrl = er32(CTRL); in e1000_led_on()
4607 ew32(CTRL, ctrl); in e1000_led_on()
4618 u32 ctrl = er32(CTRL); in e1000_led_off()
4651 ew32(CTRL, ctrl); in e1000_led_off()