Home
last modified time | relevance | path

Searched refs:n_io_port (Results 1 – 25 of 49) sorted by relevance

12

/linux-2.4.37.9/drivers/acorn/scsi/
Decoscsi.c108 instance->n_io_port = 144; in ecoscsi_detect()
111 if (check_region (instance->io_port, instance->n_io_port)) { in ecoscsi_detect()
128 if (request_region (instance->io_port, instance->n_io_port, "ecoscsi") == NULL) { in ecoscsi_detect()
163 release_region (shpnt->io_port, shpnt->n_io_port); in ecoscsi_release()
Doak.c136 instance->n_io_port = 255; in oakscsi_detect()
137 request_region (instance->io_port, instance->n_io_port, "Oak SCSI"); in oakscsi_detect()
178 release_region (shpnt->io_port, shpnt->n_io_port); in oakscsi_release()
Dcumana_1.c150 instance->n_io_port = 255; in cumanascsi_detect()
151 request_region (instance->io_port, instance->n_io_port, "CumanaSCSI-1"); in cumanascsi_detect()
191 release_region (shpnt->io_port, shpnt->n_io_port); in cumanascsi_release()
/linux-2.4.37.9/drivers/scsi/
Dhosts.h360 unsigned char n_io_port; member
Dfdomain.c975 shpnt->n_io_port = 0x10; in fdomain_16x0_detect()
2043 if (shpnt->io_port && shpnt->n_io_port) in fdomain_16x0_release()
2044 release_region(shpnt->io_port, shpnt->n_io_port); in fdomain_16x0_release()
Dmac_scsi.c299 instance->n_io_port = 255; in macscsi_detect()
Deata_pio.c86 if (sh->io_port && sh->n_io_port) in eata_pio_release()
87 release_region(sh->io_port, sh->n_io_port); in eata_pio_release()
793 sh->n_io_port = 8; in register_pio_HBA()
Dpci2000.c739 pshost->n_io_port = 0xFF; in Pci2000_Detect()
822 release_region (pshost->io_port, pshost->n_io_port); in Pci2000_Release()
Dnsp32.c1564 …SPRINTF("IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1… in nsp32_proc_info()
2735 host->n_io_port = data->NumAddress; in nsp32_detect()
2863 host->irq, host->io_port, host->n_io_port); in nsp32_detect()
2896 res = request_region(host->io_port, host->n_io_port, "nsp32"); in nsp32_detect()
2950 if (host->io_port && host->n_io_port) { in nsp32_release()
2951 release_region(host->io_port, host->n_io_port); in nsp32_release()
Dsun3_scsi.c261 instance->n_io_port = 32; in sun3scsi_detect()
Dsun3_scsi_vme.c230 instance->n_io_port = 32; in sun3scsi_detect()
Dfd_mcs.c479 shpnt->n_io_port = 0x10; in fd_mcs_detect()
1147 release_region(shpnt->io_port, shpnt->n_io_port); in fd_mcs_release()
Deata_dma.c143 if (sh->io_port && sh->n_io_port) in eata_release()
144 release_region(sh->io_port, sh->n_io_port); in eata_release()
1296 sh->n_io_port = 9; in register_HBA()
Dqlogicfas.c655 hreg->n_io_port = 16; in qlogicfas_detect()
Dtmscsim.c2013 psh->n_io_port = 0x80; in dc390_initACB()
2093 if (check_region (io_port, psh->n_io_port)) in dc390_initAdapter()
2099 request_region (io_port, psh->n_io_port, "tmscsim"); in dc390_initAdapter()
2106 release_region (io_port, psh->n_io_port); in dc390_initAdapter()
3056 release_region(host->io_port,host->n_io_port); in DC390_release()
Daha1740.c551 shpnt->n_io_port = SLOTSIZE; in aha1740_detect()
Dini9100u.c396 hreg->n_io_port = 0xff; in i91u_detect()
Dinia100.c389 hreg->n_io_port = 0xff; in inia100_detect()
Dpsi240i.c615 pshost->n_io_port = 16; /* Number of bytes of I/O space used */ in Psi240i_Detect()
DNCR53c406a.c580 shpnt->n_io_port = 0x10; in NCR53c406a_detect()
Dsym53c416.c734 shpnt->n_io_port = IO_RANGE; in sym53c416_detect()
Datp870u.c2669 shpnt->n_io_port = 0x60; /* Number of bytes of I/O space used */ in atp870u_detect()
2673 shpnt->n_io_port = 0x40; /* Number of bytes of I/O space used */ in atp870u_detect()
2876 release_region (pshost->io_port, pshost->n_io_port); in atp870u_release()
Dppa.c212 hreg->n_io_port = ports; in ppa_detect()
/linux-2.4.37.9/drivers/scsi/pcmcia/
Dnsp_cs.c1394 host->n_io_port = data->NumAddress; in nsp_detect()
1403 host->io_port, host->io_port + host->n_io_port - 1, in nsp_detect()
1509 …SPRINTF("IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1… in nsp_proc_info()
/linux-2.4.37.9/drivers/message/i2o/
Di2o_scsi.c451 shpnt->n_io_port = 0; in i2o_scsi_detect()

12