Searched refs:n_io_port (Results  1 – 25 of 25) sorted by relevance
| /Linux-v5.4/drivers/scsi/ | 
| D | qlogicfas.c | 99 	hreg->n_io_port = 16;  in __qlogicfas_detect()174 	if (shost->io_port && shost->n_io_port)  in qlogicfas_release()
 175 		release_region(shost->io_port, shost->n_io_port);  in qlogicfas_release()
 
 | 
| D | nsp32.c | 1450 …ntf(m, "IO:                    0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1);  in nsp32_show_info()2574 	host->n_io_port	= data->NumAddress;  in nsp32_detect()
 2699 		 host->irq, host->io_port, host->n_io_port);  in nsp32_detect()
 2731 	res = request_region(host->io_port, host->n_io_port, "nsp32");  in nsp32_detect()
 2749 	release_region(host->io_port, host->n_io_port);  in nsp32_detect()
 2787 	if (host->io_port && host->n_io_port) {  in nsp32_release()
 2788 		release_region(host->io_port, host->n_io_port);  in nsp32_release()
 
 | 
| D | aha1542.c | 749 	sh->n_io_port = AHA1542_REGION_SIZE;  in aha1542_hw_init()841 	if (sh->io_port && sh->n_io_port)  in aha1542_release()
 842 		release_region(sh->io_port, sh->n_io_port);  in aha1542_release()
 
 | 
| D | am53c974.c | 466 	shost->n_io_port = pci_resource_len(pdev, 0);  in pci_esp_probe_one()
 | 
| D | fdomain.c | 538 	sh->n_io_port = FDOMAIN_REGION_SIZE;  in fdomain_create()
 | 
| D | aha1740.c | 584 	shpnt->n_io_port = SLOTSIZE;  in aha1740_probe()
 | 
| D | ppa.c | 1107 	host->n_io_port = ports;  in __ppa_attach()
 | 
| D | imm.c | 1238 	host->n_io_port = ports;  in __imm_attach()
 | 
| D | a100u2w.c | 1151 	shost->n_io_port = 0xff;  in inia100_probe_one()
 | 
| D | aha152x.c | 731 	shpnt->n_io_port = IO_RANGE;  in aha152x_probe_one()2816 		shpnt->io_port, shpnt->io_port + shpnt->n_io_port - 1);  in aha152x_show_info()
 
 | 
| D | hptiop.c | 1343 	host->n_io_port = 0;  in hptiop_probe()
 | 
| D | atp870u.c | 1536 	shpnt->n_io_port = pci_resource_len(pdev, 0);  in atp870u_probe()
 | 
| D | initio.c | 2892 	shost->n_io_port = 0xff;  in initio_probe_one()
 | 
| D | dpt_i2o.c | 2329 	host->n_io_port = 0;  in adpt_scsi_host_alloc()
 | 
| D | megaraid.c | 4275 		adapter->host->n_io_port = 16;  in megaraid_probe_one()
 | 
| D | dc395x.c | 4316 	host->n_io_port = acb->io_port_len;  in adapter_init_scsi_host()
 | 
| D | hpsa.c | 5799 	sh->n_io_port = 0;  in hpsa_scsi_host_alloc()
 | 
| /Linux-v5.4/drivers/scsi/pcmcia/ | 
| D | sym53c500_cs.c | 518 	if (shost->io_port && shost->n_io_port)  in SYM53C500_release()519 		release_region(shost->io_port, shost->n_io_port);  in SYM53C500_release()
 771 	host->n_io_port = 0x10;  in SYM53C500_config()
 
 | 
| D | qlogic_stub.c | 110 	shost->n_io_port = 16;  in qlogic_detect()
 | 
| D | nsp_cs.c | 1337 	host->n_io_port	  = data->NumAddress;  in nsp_detect()1346 		 host->io_port, host->io_port + host->n_io_port - 1,  in nsp_detect()
 1382 …ntf(m, "IO:                    0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1);  in nsp_show_info()
 
 | 
| /Linux-v5.4/include/scsi/ | 
| D | scsi_host.h | 672 	unsigned char n_io_port;  member
 | 
| /Linux-v5.4/drivers/message/fusion/ | 
| D | mptfc.c | 1245 	sh->n_io_port = 0;  in mptfc_probe()
 | 
| D | mptspi.c | 1428 	sh->n_io_port = 0;  in mptspi_probe()
 | 
| D | mptsas.c | 5199 	sh->n_io_port = 0;  in mptsas_probe()
 | 
| /Linux-v5.4/drivers/scsi/smartpqi/ | 
| D | smartpqi_init.c | 6547 	shost->n_io_port = 0;  in pqi_register_scsi()
 |