Searched refs:led_ctrl (Results 1 – 1 of 1) sorted by relevance
543 uint32_t led_ctrl; in e1000_reset_hw() local718 led_ctrl = E1000_READ_REG(hw, LEDCTL); in e1000_reset_hw()719 led_ctrl &= IGP_ACTIVITY_LED_MASK; in e1000_reset_hw()720 led_ctrl |= (IGP_ACTIVITY_LED_ENABLE | IGP_LED3_MODE); in e1000_reset_hw()721 E1000_WRITE_REG(hw, LEDCTL, led_ctrl); in e1000_reset_hw()1498 uint32_t led_ctrl; in e1000_copper_link_igp_setup() local1521 led_ctrl = E1000_READ_REG(hw, LEDCTL); in e1000_copper_link_igp_setup()1522 led_ctrl &= IGP_ACTIVITY_LED_MASK; in e1000_copper_link_igp_setup()1523 led_ctrl |= (IGP_ACTIVITY_LED_ENABLE | IGP_LED3_MODE); in e1000_copper_link_igp_setup()1524 E1000_WRITE_REG(hw, LEDCTL, led_ctrl); in e1000_copper_link_igp_setup()[all …]