Lines Matching refs:io_port
438 unsigned int base = SCpnt->host->io_port;
457 unsigned int base = SCpnt->device->host->io_port; in nsp32_selection_autopara()
588 unsigned int base = SCpnt->device->host->io_port; in nsp32_selection_autoscsi()
813 unsigned int base = SCpnt->device->host->io_port; in nsp32_reselection()
1456 base = host->io_port; in nsp32_show_info()
1462 …seq_printf(m, "IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_po… in nsp32_show_info()
1525 unsigned int base = SCpnt->device->host->io_port; in nsp32_scsi_done()
1563 unsigned int base = SCpnt->device->host->io_port; in nsp32_busfree_occur()
1794 unsigned int base = SCpnt->device->host->io_port; in nsp32_msgout_occur()
1938 unsigned int base = SCpnt->device->host->io_port; in nsp32_msgin_occur()
2585 host->io_port = data->BaseAddress; in nsp32_detect()
2710 host->irq, host->io_port, host->n_io_port); in nsp32_detect()
2742 res = request_region(host->io_port, host->n_io_port, "nsp32"); in nsp32_detect()
2760 release_region(host->io_port, host->n_io_port); in nsp32_detect()
2798 if (host->io_port && host->n_io_port) { in nsp32_release()
2799 release_region(host->io_port, host->n_io_port); in nsp32_release()
2823 unsigned int base = SCpnt->device->host->io_port; in nsp32_eh_abort()
2851 unsigned int base = SCpnt->device->host->io_port; in nsp32_eh_bus_reset()
2911 unsigned int base = SCpnt->device->host->io_port; in nsp32_eh_host_reset()