Searched refs:ECPP_DMA (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h296 #define ECPP_DMA 0x1 macro
509 #define COMPAT_DMA(pp) (((pp)->io_mode == ECPP_DMA) && \
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c1064 pp->io_mode = ECPP_DMA;
2732 if (pp->io_mode == ECPP_DMA) {
4911 pp->io_mode = (pp->fast_compat == TRUE) ? ECPP_DMA : ECPP_PIO;
4915 pp->io_mode = (pp->fast_compat == TRUE) ? ECPP_DMA : ECPP_PIO;
4919 (pp->fast_centronics == TRUE) ? ECPP_DMA : ECPP_PIO;

Completed in 1918 milliseconds