Lines Matching refs:CTRL

410 	ctrl = er32(CTRL);  in e1000_reset_hw()
414 ew32(CTRL, (ctrl | E1000_CTRL_PHY_RST)); in e1000_reset_hw()
436 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
445 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
589 ctrl = er32(CTRL); in e1000_init_hw()
590 ew32(CTRL, ctrl | E1000_CTRL_PRIOR); in e1000_init_hw()
814 ctrl = er32(CTRL); in e1000_setup_fiber_serdes_link()
889 ew32(CTRL, ctrl); in e1000_setup_fiber_serdes_link()
903 (er32(CTRL) & E1000_CTRL_SWDPIN1) == signal) { in e1000_setup_fiber_serdes_link()
1008 ctrl = er32(CTRL); in e1000_copper_link_preconfig()
1016 ew32(CTRL, ctrl); in e1000_copper_link_preconfig()
1020 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()
1920 ctrl = er32(CTRL); in e1000_config_mac_to_phy()
1969 ew32(CTRL, ctrl); in e1000_config_mac_to_phy()
1989 ctrl = er32(CTRL); in e1000_force_mac_fc()
2033 ew32(CTRL, ctrl); in e1000_force_mac_fc()
2271 ctrl = er32(CTRL); in e1000_check_for_serdes_link_generic()
2293 ctrl = er32(CTRL); in e1000_check_for_serdes_link_generic()
2295 ew32(CTRL, ctrl); in e1000_check_for_serdes_link_generic()
2311 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000_check_for_serdes_link_generic()
2378 er32(CTRL); in e1000_check_for_link()
2655 ew32(CTRL, (*ctrl | E1000_CTRL_MDC)); in e1000_raise_mdi_clk()
2670 ew32(CTRL, (*ctrl & ~E1000_CTRL_MDC)); in e1000_lower_mdi_clk()
2695 ctrl = er32(CTRL); in e1000_shift_out_mdi_bits()
2711 ew32(CTRL, ctrl); in e1000_shift_out_mdi_bits()
2742 ctrl = er32(CTRL); in e1000_shift_in_mdi_bits()
2750 ew32(CTRL, ctrl); in e1000_shift_in_mdi_bits()
2763 ctrl = er32(CTRL); in e1000_shift_in_mdi_bits()
3052 ctrl = er32(CTRL); in e1000_phy_hw_reset()
3053 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000_phy_hw_reset()
3058 ew32(CTRL, ctrl); in e1000_phy_hw_reset()
4570 u32 ctrl = er32(CTRL); in e1000_led_on()
4603 ew32(CTRL, ctrl); in e1000_led_on()
4614 u32 ctrl = er32(CTRL); in e1000_led_off()
4647 ew32(CTRL, ctrl); in e1000_led_off()