Lines Matching +full:machine +full:- +full:mode +full:- +full:visible
10 /* Start off with user-visible constants */
12 /* Maximum of 16 ports per machine */
16 #define PARPORT_IRQ_NONE -1
17 #define PARPORT_DMA_NONE -1
18 #define PARPORT_IRQ_AUTO -2
19 #define PARPORT_DMA_AUTO -2
20 #define PARPORT_DMA_NOFIFO -3
21 #define PARPORT_DISABLE -2
22 #define PARPORT_IRQ_PROBEONLY -3
23 #define PARPORT_IOHI_AUTO -1
36 /* Type classes for Plug-and-Play probe. */
38 PARPORT_CLASS_LEGACY = 0, /* Non-IEEE1284 device */
65 Nibble mode, byte mode, ECP, ECPRLE and EPP are their own
71 #define IEEE1284_MODE_BECP (1<<9) /* Bounded ECP mode */
74 #define IEEE1284_MODE_ECPSWE (1<<10) /* Software-emulated */
77 #define IEEE1284_MODE_EPPSWE (1<<12) /* Software-emulated */
82 * bits 0-6. */
93 #define PARPORT_EPP_FAST_32 PARPORT_EPP_FAST /* 32-bit EPP transfers */
94 #define PARPORT_EPP_FAST_16 (1<<2) /* 16-bit EPP transfers */
95 #define PARPORT_EPP_FAST_8 (1<<3) /* 8-bit EPP transfers */