Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c566 if (sc->xl_flags & XL_FLAG_EEPROM_OFFSET_30) in xl_read_eeprom()
570 if (sc->xl_flags & XL_FLAG_8BITROM) in xl_read_eeprom()
841 ((sc->xl_flags & XL_FLAG_WEIRDRESET) ? in xl_reset()
851 if (sc->xl_flags & XL_FLAG_USE_MMIO) in xl_reset()
876 if (sc->xl_flags & XL_FLAG_INVERT_LED_PWR || in xl_reset()
877 sc->xl_flags & XL_FLAG_INVERT_MII_PWR) { in xl_reset()
881 ((sc->xl_flags & XL_FLAG_INVERT_LED_PWR) ? in xl_reset()
883 ((sc->xl_flags & XL_FLAG_INVERT_MII_PWR) ? in xl_reset()
1079 sc->xl_flags = 0; in xl_attach()
1081 sc->xl_flags |= XL_FLAG_EEPROM_OFFSET_30 | XL_FLAG_PHYOK; in xl_attach()
[all …]
H A Dif_xlreg.h612 int xl_flags; member