Searched refs:xl_flags (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/xl/
H A Dif_xl.c571 if (sc->xl_flags & XL_FLAG_EEPROM_OFFSET_30)
575 if (sc->xl_flags & XL_FLAG_8BITROM)
849 ((sc->xl_flags & XL_FLAG_WEIRDRESET) ?
859 if (sc->xl_flags & XL_FLAG_USE_MMIO)
884 if (sc->xl_flags & XL_FLAG_INVERT_LED_PWR ||
885 sc->xl_flags & XL_FLAG_INVERT_MII_PWR) {
889 ((sc->xl_flags & XL_FLAG_INVERT_LED_PWR) ?
891 ((sc->xl_flags & XL_FLAG_INVERT_MII_PWR) ?
1089 sc->xl_flags = 0;
1091 sc->xl_flags |
[all...]
H A Dif_xlreg.h614 int xl_flags; member in struct:xl_softc

Completed in 113 milliseconds