Lines Matching refs:this_port
78 static struct parport *this_port[MAX_MFC] = {NULL, }; variable
184 if (this_port[i] != NULL) in mfc3_interrupt()
185 if (pia(this_port[i])->crb & 128) { /* Board caused interrupt */ in mfc3_interrupt()
186 dummy = pia(this_port[i])->pprb; /* clear irq bit */ in mfc3_interrupt()
187 parport_generic_irq(this_port[i]); in mfc3_interrupt()
326 this_port[pias++] = p; in parport_mfc3_init()
351 if (!this_port[i]) in parport_mfc3_exit()
353 parport_remove_port(this_port[i]); in parport_mfc3_exit()
354 if (this_port[i]->irq != PARPORT_IRQ_NONE) { in parport_mfc3_exit()
358 release_mem_region(ZTWO_PADDR(this_port[i]->private_data), sizeof(struct pia)); in parport_mfc3_exit()
359 parport_put_port(this_port[i]); in parport_mfc3_exit()