Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_de.c3469 TULIP_CSR_WRITE(sc, csr_status, TULIP_STS_RXSTOPPED); in tulip_tx_intr()
3596 while ((csr = TULIP_CSR_READ(sc, csr_status)) & sc->tulip_intrmask) { in tulip_intr_handler()
3598 TULIP_CSR_WRITE(sc, csr_status, csr); in tulip_intr_handler()
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()
4303 sc->tulip_csrs.csr_status = csr_base + 5 * csr_size; in tulip_initcsrs()
H A Dif_devar.h59 bus_size_t csr_status; /* CSR5 */ member