Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A De1000.c2443 uint32_t led_ctrl; in e1000_copper_link_igp_setup() local
2462 led_ctrl = E1000_READ_REG(hw, LEDCTL); in e1000_copper_link_igp_setup()
2463 led_ctrl &= IGP_ACTIVITY_LED_MASK; in e1000_copper_link_igp_setup()
2464 led_ctrl |= (IGP_ACTIVITY_LED_ENABLE | IGP_LED3_MODE); in e1000_copper_link_igp_setup()
2465 E1000_WRITE_REG(hw, LEDCTL, led_ctrl); in e1000_copper_link_igp_setup()
4381 uint32_t led_ctrl; in e1000_phy_hw_reset() local
4439 led_ctrl = E1000_READ_REG(hw, LEDCTL); in e1000_phy_hw_reset()
4440 led_ctrl &= IGP_ACTIVITY_LED_MASK; in e1000_phy_hw_reset()
4441 led_ctrl |= (IGP_ACTIVITY_LED_ENABLE | IGP_LED3_MODE); in e1000_phy_hw_reset()
4442 E1000_WRITE_REG(hw, LEDCTL, led_ctrl); in e1000_phy_hw_reset()