Lines Matching +full:enable +full:- +full:remote +full:- +full:sense

1 /* SPDX-License-Identifier: GPL-1.0+ */
6 * under the same license. Auto-loading of 8390.o only in v2.2 - Paul G.
21 /* The 8390 specific per-packet-header format. */
34 /* Without I/O delay - non ISA or later chips */
70 /* You have one of these per-board */
85 unsigned word16:1; /* We have the 16-bit (vs 8-bit)
88 unsigned bigendian:1; /* 16-bit big endian mode. Do NOT
93 unsigned dmaing:1; /* Remote DMA Active */
98 short tx1, tx2; /* Packet lengths for ping-pong tx. */
102 unsigned char saved_irq; /* Original dev->irq value. */
144 #define E8390_RREAD 0x08 /* Remote read */
145 #define E8390_RWRITE 0x10 /* Remote write */
146 #define E8390_NODMA 0x20 /* Remote DMA */
148 #define E8390_PAGE1 0x40 /* using the two high-order bits */
152 * - removed AMIGA_PCMCIA from this list, handled as ISA io now
153 * - the _p for generates no delay by default 8390p.c overrides this.
181 #define EN0_CRDALO EI_SHIFT(0x08) /* low byte of current remote dma address RD */
182 #define EN0_RSARLO EI_SHIFT(0x08) /* Remote start address reg 0 */
183 #define EN0_CRDAHI EI_SHIFT(0x09) /* high byte, current remote dma address RD */
184 #define EN0_RSARHI EI_SHIFT(0x09) /* Remote start address reg 1 */
185 #define EN0_RCNTLO EI_SHIFT(0x0a) /* Remote byte count reg WR */
186 #define EN0_RCNTHI EI_SHIFT(0x0b) /* Remote byte count reg WR */
196 /* Bits in EN0_ISR - Interrupt status register */
203 #define ENISR_RDC 0x40 /* remote dma complete */
205 #define ENISR_ALL 0x3f /* Interrupts we will enable */
207 /* Bits in EN0_DCFG - Data config register */
233 #define ENTSR_CRS 0x10 /* The carrier sense was lost. */
236 #define ENTSR_OWC 0x80 /* There was an out-of-window collision. */