/linux-2.4.37.9/drivers/acorn/scsi/ |
D | ecoscsi.c | 108 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()
|
D | oak.c | 136 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()
|
D | cumana_1.c | 150 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/ |
D | hosts.h | 360 unsigned char n_io_port; member
|
D | fdomain.c | 975 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()
|
D | mac_scsi.c | 299 instance->n_io_port = 255; in macscsi_detect()
|
D | eata_pio.c | 86 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()
|
D | pci2000.c | 739 pshost->n_io_port = 0xFF; in Pci2000_Detect() 822 release_region (pshost->io_port, pshost->n_io_port); in Pci2000_Release()
|
D | nsp32.c | 1564 …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()
|
D | sun3_scsi.c | 261 instance->n_io_port = 32; in sun3scsi_detect()
|
D | sun3_scsi_vme.c | 230 instance->n_io_port = 32; in sun3scsi_detect()
|
D | fd_mcs.c | 479 shpnt->n_io_port = 0x10; in fd_mcs_detect() 1147 release_region(shpnt->io_port, shpnt->n_io_port); in fd_mcs_release()
|
D | eata_dma.c | 143 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()
|
D | qlogicfas.c | 655 hreg->n_io_port = 16; in qlogicfas_detect()
|
D | tmscsim.c | 2013 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()
|
D | aha1740.c | 551 shpnt->n_io_port = SLOTSIZE; in aha1740_detect()
|
D | ini9100u.c | 396 hreg->n_io_port = 0xff; in i91u_detect()
|
D | inia100.c | 389 hreg->n_io_port = 0xff; in inia100_detect()
|
D | psi240i.c | 615 pshost->n_io_port = 16; /* Number of bytes of I/O space used */ in Psi240i_Detect()
|
D | NCR53c406a.c | 580 shpnt->n_io_port = 0x10; in NCR53c406a_detect()
|
D | sym53c416.c | 734 shpnt->n_io_port = IO_RANGE; in sym53c416_detect()
|
D | atp870u.c | 2669 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()
|
D | ppa.c | 212 hreg->n_io_port = ports; in ppa_detect()
|
/linux-2.4.37.9/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 1394 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/ |
D | i2o_scsi.c | 451 shpnt->n_io_port = 0; in i2o_scsi_detect()
|