Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xl.c1081 sc->xl_flags |= XL_FLAG_EEPROM_OFFSET_30 | XL_FLAG_PHYOK; in xl_attach()
1084 sc->xl_flags |= XL_FLAG_FUNCREG | XL_FLAG_PHYOK | in xl_attach()
1103 sc->xl_flags |= XL_FLAG_PHYOK | XL_FLAG_EEPROM_OFFSET_30 | in xl_attach()
1106 sc->xl_flags |= XL_FLAG_FUNCREG | XL_FLAG_PHYOK; in xl_attach()
1119 sc->xl_flags |= XL_FLAG_PHYOK; in xl_attach()
1381 if ((sc->xl_flags & XL_FLAG_PHYOK) == 0) in xl_attach()
H A Dif_xlreg.h575 #define XL_FLAG_PHYOK 0x0002 macro