Searched refs:n_io_port (Results 1 - 25 of 54) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Decoscsi.c117 host->n_io_port = 144;
120 if (!(request_region(host->io_port, host->n_io_port, "ecoscsi")) )
145 release_region(host->io_port, host->n_io_port);
159 release_region(shpnt->io_port, shpnt->n_io_port);
H A Doak.c141 host->n_io_port = 255;
144 if (!request_region (host->io_port, host->n_io_port, "Oak SCSI"))
165 release_region(host->io_port, host->n_io_port);
180 release_region(host->io_port, host->n_io_port);
H A Dcumana_1.c270 host->n_io_port = 255;
271 if (!(request_region(host->io_port, host->n_io_port, "CumanaSCSI-1"))) {
305 release_region(host->io_port, host->n_io_port);
321 release_region(host->io_port, host->n_io_port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dbvme6000.c55 if (shost->io_port && shost->n_io_port)
56 release_region(shost->io_port, shost->n_io_port);
H A Dmvme16x.c57 if (shost->io_port && shost->n_io_port)
58 release_region(shost->io_port, shost->n_io_port);
H A Dqlogicfas.c99 hreg->n_io_port = 16;
175 if (shost->io_port && shost->n_io_port)
176 release_region(shost->io_port, shost->n_io_port);
H A Damiga7xx.c117 if (shost->io_port && shost->n_io_port)
118 release_region(shost->io_port, shost->n_io_port);
H A Dt128.c303 if (shost->io_port && shost->n_io_port)
304 release_region(shost->io_port, shost->n_io_port);
H A Ddtc.c455 if (shost->io_port && shost->n_io_port)
456 release_region(shost->io_port, shost->n_io_port);
H A Dpas16.c601 if (shost->io_port && shost->n_io_port)
602 release_region(shost->io_port, shost->n_io_port);
H A Dpsi240i.c589 pshost->n_io_port = 16; /* Number of bytes of I/O space used */
642 if (shost->io_port && shost->n_io_port)
643 release_region(shost->io_port, shost->n_io_port);
H A Dmac_esp.c466 if (shost->io_port && shost->n_io_port)
467 release_region(shost->io_port, shost->n_io_port);
H A Dmac_scsi.c266 instance->n_io_port = 255;
H A Dg_NCR5380.c453 instance->n_io_port = region_size;
523 release_region(instance->NCR5380_instance_name, instance->n_io_port);
H A Dsun3_scsi.c266 instance->n_io_port = 32;
H A Dsun3_scsi_vme.c225 instance->n_io_port = 32;
H A Dsym53c416.c727 shpnt->n_io_port = IO_RANGE;
812 if (shost->io_port && shost->n_io_port)
813 release_region(shost->io_port, shost->n_io_port);
H A DNCR53c406a.c569 shpnt->n_io_port = 0x10;
602 if (shost->io_port && shost->n_io_port)
603 release_region(shost->io_port, shost->n_io_port);
H A Deata_pio.c173 if (sh->io_port && sh->n_io_port)
174 release_region(sh->io_port, sh->n_io_port);
808 sh->n_io_port = 9;
H A Dfdomain.c945 shpnt->n_io_port = 0x10;
1689 if (shpnt->io_port && shpnt->n_io_port)
1690 release_region(shpnt->io_port, shpnt->n_io_port);
H A Dnsp32.c1530 SPRINTF("IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1);
2650 * Note: n_io_port is defined as 0x7f because I/O register port is
2699 host->n_io_port = data->NumAddress;
2825 host->irq, host->io_port, host->n_io_port);
2857 res = request_region(host->io_port, host->n_io_port, "nsp32");
2877 release_region(host->io_port, host->n_io_port);
2918 if (host->io_port && host->n_io_port) {
2919 release_region(host->io_port, host->n_io_port);
H A Daha1542.c1243 shpnt->n_io_port = 4; /* Number of bytes of I/O space used */
1271 if (shost->io_port && shost->n_io_port)
1272 release_region(shost->io_port, shost->n_io_port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_host.h632 unsigned char n_io_port; member in struct:Scsi_Host
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dqlogic_stub.c123 shost->n_io_port = 16;
H A Dsym53c500_cs.c547 if (shost->io_port && shost->n_io_port)
548 release_region(shost->io_port, shost->n_io_port);
807 host->n_io_port = 0x10;

Completed in 148 milliseconds

123