Lines Matching refs:io_port
326 hostdata->io_port = base; in generic_NCR5380_init_one()
336 hostdata->io_port += 8; in generic_NCR5380_init_one()
470 unsigned long io_port = hostdata->io_port; in generic_NCR5380_release_resources() local
480 if (io_port) in generic_NCR5380_release_resources()
481 release_region(io_port, region_size); in generic_NCR5380_release_resources()
544 if (hostdata->io_port && hostdata->io_width == 2) in generic_NCR5380_precv()
545 insw(hostdata->io_port + hostdata->c400_host_buf, in generic_NCR5380_precv()
547 else if (hostdata->io_port) in generic_NCR5380_precv()
548 insb(hostdata->io_port + hostdata->c400_host_buf, in generic_NCR5380_precv()
623 if (hostdata->io_port && hostdata->io_width == 2) in generic_NCR5380_psend()
624 outsw(hostdata->io_port + hostdata->c400_host_buf, in generic_NCR5380_psend()
626 else if (hostdata->io_port) in generic_NCR5380_psend()
627 outsb(hostdata->io_port + hostdata->c400_host_buf, in generic_NCR5380_psend()