Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
Ddefines.h250 #define E1000_PHY_LED0_IVRT 0x00000008 macro
Dich8lan.c4542 const u32 ledctl_off = E1000_LEDCTL_MODE_LINK_UP | E1000_PHY_LED0_IVRT; in e1000_id_led_init_pchlan()
5549 if (led & E1000_PHY_LED0_IVRT) in e1000_led_on_pchlan()
5550 data &= ~(E1000_PHY_LED0_IVRT << (i * 5)); in e1000_led_on_pchlan()
5552 data |= (E1000_PHY_LED0_IVRT << (i * 5)); in e1000_led_on_pchlan()
5579 if (led & E1000_PHY_LED0_IVRT) in e1000_led_off_pchlan()
5580 data &= ~(E1000_PHY_LED0_IVRT << (i * 5)); in e1000_led_off_pchlan()
5582 data |= (E1000_PHY_LED0_IVRT << (i * 5)); in e1000_led_off_pchlan()