Home
last modified time | relevance | path

Searched refs:led_ctrl (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/net/
De1000.c2657 uint32_t led_ctrl; in e1000_copper_link_igp_setup() local
2676 led_ctrl = E1000_READ_REG(hw, LEDCTL); in e1000_copper_link_igp_setup()
2677 led_ctrl &= IGP_ACTIVITY_LED_MASK; in e1000_copper_link_igp_setup()
2678 led_ctrl |= (IGP_ACTIVITY_LED_ENABLE | IGP_LED3_MODE); in e1000_copper_link_igp_setup()
2679 E1000_WRITE_REG(hw, LEDCTL, led_ctrl); in e1000_copper_link_igp_setup()
4595 uint32_t led_ctrl; in e1000_phy_hw_reset() local
4653 led_ctrl = E1000_READ_REG(hw, LEDCTL); in e1000_phy_hw_reset()
4654 led_ctrl &= IGP_ACTIVITY_LED_MASK; in e1000_phy_hw_reset()
4655 led_ctrl |= (IGP_ACTIVITY_LED_ENABLE | IGP_LED3_MODE); in e1000_phy_hw_reset()
4656 E1000_WRITE_REG(hw, LEDCTL, led_ctrl); in e1000_phy_hw_reset()