/kernel/linux/linux-5.10/drivers/scsi/ |
H A 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()
|
H A D | nsp32.c | 1450 seq_printf(m, "IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1); in nsp32_show_info() 2539 * Note: n_io_port is defined as 0x7f because I/O register port is 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()
|
H A 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()
|
H A D | fdomain.c | 538 sh->n_io_port = FDOMAIN_REGION_SIZE; in fdomain_create()
|
H A D | am53c974.c | 466 shost->n_io_port = pci_resource_len(pdev, 0); in pci_esp_probe_one()
|
H A D | aha1740.c | 584 shpnt->n_io_port = SLOTSIZE; in aha1740_probe()
|
H A D | imm.c | 1235 host->n_io_port = ports; in __imm_attach()
|
H A D | a100u2w.c | 1151 shost->n_io_port = 0xff; in inia100_probe_one()
|
H A D | ppa.c | 1104 host->n_io_port = ports; in __ppa_attach()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | qlogicfas.c | 103 hreg->n_io_port = 16; in __qlogicfas_detect() 178 if (shost->io_port && shost->n_io_port) in qlogicfas_release() 179 release_region(shost->io_port, shost->n_io_port); in qlogicfas_release()
|
H A D | nsp32.c | 1463 host->io_port, host->io_port + host->n_io_port - 1); in nsp32_show_info() 2539 * Note: n_io_port is defined as 0x7f because I/O register port is 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()
|
H A D | aha1542.c | 761 sh->n_io_port = AHA1542_REGION_SIZE; in aha1542_hw_init() 853 if (sh->io_port && sh->n_io_port) in aha1542_release() 854 release_region(sh->io_port, sh->n_io_port); in aha1542_release()
|
H A D | am53c974.c | 466 shost->n_io_port = pci_resource_len(pdev, 0); in pci_esp_probe_one()
|
H A D | fdomain.c | 548 sh->n_io_port = FDOMAIN_REGION_SIZE; in fdomain_create()
|
H A D | aha1740.c | 592 shpnt->n_io_port = SLOTSIZE; in aha1740_probe()
|
H A D | imm.c | 1235 host->n_io_port = ports; in __imm_attach()
|
H A D | ppa.c | 1115 host->n_io_port = ports; in __ppa_attach()
|
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A 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()
|
H A D | qlogic_stub.c | 110 shost->n_io_port = 16; in qlogic_detect()
|
H A D | nsp_cs.c | 1336 host->n_io_port = data->NumAddress; in nsp_detect() 1345 host->io_port, host->io_port + host->n_io_port - 1, in nsp_detect() 1381 seq_printf(m, "IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1); in nsp_show_info()
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | sym53c500_cs.c | 525 if (shost->io_port && shost->n_io_port) in SYM53C500_release() 526 release_region(shost->io_port, shost->n_io_port); in SYM53C500_release() 780 host->n_io_port = 0x10; in SYM53C500_config()
|
H A D | qlogic_stub.c | 113 shost->n_io_port = 16; in qlogic_detect()
|
H A D | nsp_cs.c | 1346 host->n_io_port = data->NumAddress; in nsp_detect() 1355 host->io_port, host->io_port + host->n_io_port - 1, in nsp_detect() 1391 seq_printf(m, "IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1); in nsp_show_info()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_host.h | 673 unsigned char n_io_port; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_host.h | 691 unsigned char n_io_port; member
|