Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h569 #define CSR_DMASTAT 0x08 /* DMA status */ macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c757 DBG(dca, DCHATTY, "STATUS = %x", GETCSR(dca, CSR_DMASTAT)); in dca_attach()
1382 status = GETCSR(dca, CSR_DMASTAT); in dca_intr()
1383 PUTCSR(dca, CSR_DMASTAT, status & DMASTAT_INTERRUPTS); in dca_intr()
2129 status = GETCSR(dca, CSR_DMASTAT); in dca_schedule()