Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ddc21040reg.h164 #define TULIP_STS_RXSTOPPED 0x00000100L /* (RW) Receive Process Stopped */ macro
/openbsd/sys/dev/pci/
H A Dif_de.c2882 sc->tulip_intrmask &= ~TULIP_STS_RXSTOPPED; in tulip_addr_filter()
3109 |TULIP_STS_RXSTOPPED; in tulip_reset()
3152 sc->tulip_intrmask |= TULIP_STS_RXSTOPPED; in tulip_init()
3156 sc->tulip_intrmask &= ~TULIP_STS_RXSTOPPED; in tulip_init()
3468 sc->tulip_intrmask |= TULIP_STS_RXSTOPPED; in tulip_tx_intr()
3469 TULIP_CSR_WRITE(sc, csr_status, TULIP_STS_RXSTOPPED); in tulip_tx_intr()
3642 while ((TULIP_CSR_READ(sc, csr_status) & TULIP_STS_RXSTOPPED) == 0) in tulip_intr_handler()
3644 TULIP_CSR_WRITE(sc, csr_status, TULIP_STS_RXSTOPPED); in tulip_intr_handler()