Home
last modified time | relevance | path

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; in ecpp_open()
2732 if (pp->io_mode == ECPP_DMA) { in ecpp_start()
4913 pp->io_mode = (pp->fast_compat == TRUE) ? ECPP_DMA : ECPP_PIO; in ecpp_default_negotiation()
4917 pp->io_mode = (pp->fast_compat == TRUE) ? ECPP_DMA : ECPP_PIO; in ecpp_default_negotiation()
4921 (pp->fast_centronics == TRUE) ? ECPP_DMA : ECPP_PIO; in ecpp_default_negotiation()