Lines Matching refs:led_ctrl
516 uint32_t led_ctrl; in e1000_reset_hw() local
692 led_ctrl = E1000_READ_REG(hw, LEDCTL); in e1000_reset_hw()
693 led_ctrl &= IGP_ACTIVITY_LED_MASK; in e1000_reset_hw()
694 led_ctrl |= (IGP_ACTIVITY_LED_ENABLE | IGP_LED3_MODE); in e1000_reset_hw()
695 E1000_WRITE_REG(hw, LEDCTL, led_ctrl); in e1000_reset_hw()
1442 uint32_t led_ctrl; in e1000_copper_link_igp_setup() local
1461 led_ctrl = E1000_READ_REG(hw, LEDCTL); in e1000_copper_link_igp_setup()
1462 led_ctrl &= IGP_ACTIVITY_LED_MASK; in e1000_copper_link_igp_setup()
1463 led_ctrl |= (IGP_ACTIVITY_LED_ENABLE | IGP_LED3_MODE); in e1000_copper_link_igp_setup()
1464 E1000_WRITE_REG(hw, LEDCTL, led_ctrl); in e1000_copper_link_igp_setup()
3791 uint32_t led_ctrl; in e1000_phy_hw_reset() local
3856 led_ctrl = E1000_READ_REG(hw, LEDCTL); in e1000_phy_hw_reset()
3857 led_ctrl &= IGP_ACTIVITY_LED_MASK; in e1000_phy_hw_reset()
3858 led_ctrl |= (IGP_ACTIVITY_LED_ENABLE | IGP_LED3_MODE); in e1000_phy_hw_reset()
3859 E1000_WRITE_REG(hw, LEDCTL, led_ctrl); in e1000_phy_hw_reset()