Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xl/
Dif_xlreg.h581 #define XL_FLAG_INVERT_LED_PWR 0x0020 macro
Dif_xl.c884 if (sc->xl_flags & XL_FLAG_INVERT_LED_PWR || in xl_reset()
889 ((sc->xl_flags & XL_FLAG_INVERT_LED_PWR) ? in xl_reset()
1096 XL_FLAG_INVERT_LED_PWR | XL_FLAG_INVERT_MII_PWR; in xl_attach()
1118 sc->xl_flags |= XL_FLAG_INVERT_LED_PWR; in xl_attach()
1126 XL_FLAG_INVERT_LED_PWR; in xl_attach()