Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dmac.c1543 ledctl &= ~(E1000_LEDCTL_LED0_IVRT | E1000_LEDCTL_LED0_BLINK | in e1000e_setup_led_generic()
1596 if ((!(led_default & E1000_LEDCTL_LED0_IVRT) && in e1000e_blink_led_generic()
1598 ((led_default & E1000_LEDCTL_LED0_IVRT) && in e1000e_blink_led_generic()
H A Ddefines.h258 #define E1000_LEDCTL_LED0_IVRT 0x00000040 macro
H A D82571.c1346 ctrl |= (E1000_LEDCTL_LED0_IVRT << (i * 8)); in e1000_led_on_82574()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_mac.c1502 if ((!(led_default & E1000_LEDCTL_LED0_IVRT) && in igb_blink_led()
1504 ((led_default & E1000_LEDCTL_LED0_IVRT) && in igb_blink_led()
H A De1000_defines.h289 #define E1000_LEDCTL_LED0_IVRT 0x00000040 macro
/openbmc/u-boot/drivers/net/
H A De1000.h1368 #define E1000_LEDCTL_LED0_IVRT 0x00000040 macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1650 #define E1000_LEDCTL_LED0_IVRT 0x00000040 macro
H A De1000_hw.c4516 ledctl &= ~(E1000_LEDCTL_LED0_IVRT | in e1000_setup_led()