Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Ddc21040reg.h167 #define TULIP_STS_LINKPASS 0x00000010L /* (RW) LinkPass (21041) */ macro
H A Dif_de.c952 sc->tulip_intrmask |= TULIP_STS_LINKPASS|TULIP_STS_LINKFAIL; in tulip_21040_mediainfo_init()
1063 sc->tulip_intrmask |= TULIP_STS_LINKPASS|TULIP_STS_LINKFAIL; in tulip_21041_media_probe()
2604 sc->tulip_intrmask |= TULIP_STS_LINKPASS|TULIP_STS_LINKFAIL; in tulip_srom_decode()
2609 sc->tulip_intrmask |= TULIP_STS_LINKPASS|TULIP_STS_LINKFAIL; in tulip_srom_decode()
2701 sc->tulip_intrmask |= TULIP_STS_LINKPASS|TULIP_STS_LINKFAIL; in tulip_srom_decode()
3790 if (csr & (TULIP_STS_LINKPASS|TULIP_STS_LINKFAIL) & sc->tulip_intrmask) { in tulip_intr_handler()