Home
last modified time | relevance | path

Searched refs:DCSR_EN_DMA (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dfdreg.h294 #define DCSR_EN_DMA 0x00000200 /* 1= enable DMA */ macro
305 | DCSR_TCI_DIS | DCSR_EN_DMA
/illumos-gate/usr/src/uts/common/sys/
H A Decppreg.h220 #define DCSR_EN_DMA 0x00000200 /* 1= enable DMA */ macro
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c5675 SET_DMAC_CSR(pp, DCSR_INT_EN | DCSR_EN_CNT | DCSR_EN_DMA | in cheerio_dma_start()
5678 SET_DMAC_CSR(pp, DCSR_INT_EN | DCSR_EN_CNT | DCSR_EN_DMA | in cheerio_dma_start()
5695 ~(DCSR_EN_DMA | DCSR_EN_CNT| DCSR_INT_EN)); in cheerio_dma_stop()
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c4442 DCSR_EN_DMA); in fdintr_dma()