Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/e1000/
HDe1000_ich8lan.c4885 const u32 ledctl_off = E1000_LEDCTL_MODE_LINK_UP | E1000_PHY_LED0_IVRT; in e1000_id_led_init_pchlan()
5981 if (led & E1000_PHY_LED0_IVRT) in e1000_led_on_pchlan()
5982 data &= ~(E1000_PHY_LED0_IVRT << (i * 5)); in e1000_led_on_pchlan()
5984 data |= (E1000_PHY_LED0_IVRT << (i * 5)); in e1000_led_on_pchlan()
6013 if (led & E1000_PHY_LED0_IVRT) in e1000_led_off_pchlan()
6014 data &= ~(E1000_PHY_LED0_IVRT << (i * 5)); in e1000_led_off_pchlan()
6016 data |= (E1000_PHY_LED0_IVRT << (i * 5)); in e1000_led_off_pchlan()
HDe1000_defines.h380 #define E1000_PHY_LED0_IVRT 0x00000008 macro