Lines Matching refs:io_port
426 unsigned int base = SCpnt->host->io_port;
445 unsigned int base = SCpnt->device->host->io_port; in nsp32_selection_autopara()
576 unsigned int base = SCpnt->device->host->io_port; in nsp32_selection_autoscsi()
801 unsigned int base = SCpnt->device->host->io_port; in nsp32_reselection()
1444 base = host->io_port; in nsp32_show_info()
1450 …seq_printf(m, "IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_po… in nsp32_show_info()
1513 unsigned int base = SCpnt->device->host->io_port; in nsp32_scsi_done()
1551 unsigned int base = SCpnt->device->host->io_port; in nsp32_busfree_occur()
1782 unsigned int base = SCpnt->device->host->io_port; in nsp32_msgout_occur()
1926 unsigned int base = SCpnt->device->host->io_port; in nsp32_msgin_occur()
2572 host->io_port = data->BaseAddress; 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()
2812 unsigned int base = SCpnt->device->host->io_port; in nsp32_eh_abort()
2882 unsigned int base = SCpnt->device->host->io_port; in nsp32_eh_host_reset()