Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c516 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()
[all …]
/linux-2.4.37.9/drivers/net/
Dtg3.c1111 tw32(MAC_LED_CTRL, tp->led_ctrl); in tg3_set_power_state()
1597 if (tp->led_ctrl == LED_CTRL_MODE_PHY_1) in tg3_setup_copper_phy()
1731 if ((tp->led_ctrl == LED_CTRL_MODE_PHY_2) || in tg3_setup_copper_phy()
2460 tw32(MAC_LED_CTRL, (tp->led_ctrl | in tg3_setup_fiber_phy()
2466 tw32(MAC_LED_CTRL, (tp->led_ctrl | in tg3_setup_fiber_phy()
5600 tw32(MAC_LED_CTRL, tp->led_ctrl); in tg3_reset_hw()
7967 tp->led_ctrl = LED_CTRL_MODE_PHY_1; in tg3_get_eeprom_hw_cfg()
8014 tp->led_ctrl = LED_CTRL_MODE_PHY_1; in tg3_get_eeprom_hw_cfg()
8018 tp->led_ctrl = LED_CTRL_MODE_PHY_2; in tg3_get_eeprom_hw_cfg()
8022 tp->led_ctrl = LED_CTRL_MODE_MAC; in tg3_get_eeprom_hw_cfg()
[all …]
Dtg3.h2202 u32 led_ctrl; member