Lines Matching refs:card
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)
129 extern int act2000_isa_config_irq(act2000_card *card, short irq);
130 extern int act2000_isa_config_port(act2000_card *card, unsigned short portbase);
131 extern int act2000_isa_download(act2000_card *card, act2000_ddef __user *cb);
132 extern void act2000_isa_release(act2000_card *card);
133 extern void act2000_isa_receive(act2000_card *card);
134 extern void act2000_isa_send(act2000_card *card);