Go to the documentation of this file.
17 #define EL1_IO_EXTENT 16
22 #define debug el_debug
39 #define RX_STATUS (ioaddr + 0x06)
40 #define RX_CMD RX_STATUS
41 #define TX_STATUS (ioaddr + 0x07)
42 #define TX_CMD TX_STATUS
43 #define GP_LOW (ioaddr + 0x08)
44 #define GP_HIGH (ioaddr + 0x09)
45 #define RX_BUF_CLR (ioaddr + 0x0A)
46 #define RX_LOW (ioaddr + 0x0A)
47 #define RX_HIGH (ioaddr + 0x0B)
48 #define SAPROM (ioaddr + 0x0C)
49 #define AX_STATUS (ioaddr + 0x0E)
50 #define AX_CMD AX_STATUS
51 #define DATAPORT (ioaddr + 0x0F)
54 #define EL1_DATAPTR 0x08
55 #define EL1_RXPTR 0x0A
56 #define EL1_SAPROM 0x0C
57 #define EL1_DATAPORT 0x0f
84 #define TX_COLLISION 0x02
85 #define TX_16COLLISIONS 0x04
89 #define RX_MISSED 0x01