Go to the documentation of this file.
9 #define ELP_MAX_CARDS 4
14 #define PORT_COMMAND 0x00
15 #define PORT_STATUS 0x02
16 #define PORT_AUXDMA 0x02
17 #define PORT_DATA 0x04
18 #define PORT_CONTROL 0x06
20 #define ELP_IO_EXTENT 0x10
37 #define HSF_PCB_ACK HSF1
38 #define HSF_PCB_NAK HSF2
39 #define HSF_PCB_END (HSF2|HSF1)
40 #define HSF_PCB_MASK (HSF2|HSF1)
57 #define ASF_PCB_ACK ASF1
58 #define ASF_PCB_NAK ASF2
59 #define ASF_PCB_END (ASF2|ASF1)
60 #define ASF_PCB_MASK (ASF2|ASF1)
70 #define MAX_PCB_DATA 62
136 typedef unsigned short int word;
243 #define RECV_STATION 0x00
244 #define RECV_BROAD 0x01
245 #define RECV_MULTI 0x02
246 #define RECV_PROMISC 0x04
247 #define NO_LOOPBACK 0x00
248 #define INT_LOOPBACK 0x08
249 #define EXT_LOOPBACK 0x10
257 #define DMA_BUFFER_SIZE 1600
258 #define BACKLOG_SIZE 4