Go to the documentation of this file.
18 #define ISA_POLL_LOOP 40
33 #define ISA_COR_PERR 0x01
34 #define ISA_COR_WS 0x02
35 #define ISA_COR_IRQOFF 0x38
36 #define ISA_COR_IRQ07 0x30
37 #define ISA_COR_IRQ05 0x28
38 #define ISA_COR_IRQ03 0x20
39 #define ISA_COR_IRQ10 0x18
40 #define ISA_COR_IRQ11 0x10
41 #define ISA_COR_IRQ12 0x08
42 #define ISA_COR_IRQ15 0x00
43 #define ISA_COR_IRQPULSE 0x40
44 #define ISA_COR_RESET 0x80
53 #define ISA_ISR_ERR 0x01
54 #define ISA_ISR_OUT 0x02
55 #define ISA_ISR_INP 0x04
56 #define ISA_ISR_SERIAL 0x08
57 #define ISA_ISR_ERRSIG 0x10
58 #define ISA_ISR_ERR_MASK 0xfe
59 #define ISA_ISR_OUT_MASK 0xfd
60 #define ISA_ISR_INP_MASK 0xfb
63 #define ISA_SER_ID 0x0201
72 #define ISA_EPR_OUT 0x01
73 #define ISA_EPR_IN 0x02
74 #define ISA_EPR_CLK 0x04
75 #define ISA_EPR_CS 0x08
76 #define ISA_EPR_HOLD 0x10
100 #define ISA_SIS_READY 0x01
101 #define ISA_SIS_INT 0x02
110 #define ISA_SOS_READY 0x01
111 #define ISA_SOS_INT 0x02
117 #define ISA_PORT_COR (card->port + ISA_COR)
118 #define ISA_PORT_ISR (card->port + ISA_ISR)
119 #define ISA_PORT_EPR (card->port + ISA_EPR)
120 #define ISA_PORT_EER (card->port + ISA_EER)
121 #define ISA_PORT_SDI (card->port + ISA_SDI)
122 #define ISA_PORT_SDO (card->port + ISA_SDO)
123 #define ISA_PORT_SIS (card->port + ISA_SIS)
124 #define ISA_PORT_SOS (card->port + ISA_SOS)