Lines Matching refs:io_port
439 unsigned int base = SCpnt->host->io_port;
458 unsigned int base = SCpnt->device->host->io_port; in nsp32_selection_autopara()
589 unsigned int base = SCpnt->device->host->io_port; in nsp32_selection_autoscsi()
814 unsigned int base = SCpnt->device->host->io_port; in nsp32_reselection()
1457 base = host->io_port; in nsp32_show_info()
1463 …seq_printf(m, "IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_po… in nsp32_show_info()
1526 unsigned int base = SCpnt->device->host->io_port; in nsp32_scsi_done()
1564 unsigned int base = SCpnt->device->host->io_port; in nsp32_busfree_occur()
1795 unsigned int base = SCpnt->device->host->io_port; in nsp32_msgout_occur()
1939 unsigned int base = SCpnt->device->host->io_port; in nsp32_msgin_occur()
2586 host->io_port = data->BaseAddress; in nsp32_detect()
2711 host->irq, host->io_port, host->n_io_port); in nsp32_detect()
2743 res = request_region(host->io_port, host->n_io_port, "nsp32"); in nsp32_detect()
2761 release_region(host->io_port, host->n_io_port); in nsp32_detect()
2799 if (host->io_port && host->n_io_port) { in nsp32_release()
2800 release_region(host->io_port, host->n_io_port); in nsp32_release()
2824 unsigned int base = SCpnt->device->host->io_port; in nsp32_eh_abort()
2852 unsigned int base = SCpnt->device->host->io_port; in nsp32_eh_bus_reset()
2912 unsigned int base = SCpnt->device->host->io_port; in nsp32_eh_host_reset()