Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Ddc21040reg.h163 #define TULIP_STS_RXSTOPPED 0x00000100L /* (RW) Receive Process Stopped */ macro
H A Dif_de.c3038 sc->tulip_intrmask &= ~TULIP_STS_RXSTOPPED; in tulip_addr_filter()
3235 |TULIP_STS_RXSTOPPED; in tulip_reset()
3293 sc->tulip_intrmask |= TULIP_STS_RXSTOPPED; in tulip_init_locked()
3297 sc->tulip_intrmask &= ~TULIP_STS_RXSTOPPED; in tulip_init_locked()
3634 sc->tulip_intrmask |= TULIP_STS_RXSTOPPED; in tulip_tx_intr()
3638 TULIP_CSR_WRITE(sc, csr_status, TULIP_STS_RXSTOPPED); in tulip_tx_intr()
3817 while ((TULIP_CSR_READ(sc, csr_status) & TULIP_STS_RXSTOPPED) == 0) in tulip_intr_handler()
3819 TULIP_CSR_WRITE(sc, csr_status, TULIP_STS_RXSTOPPED); in tulip_intr_handler()