IO_RANGE          731 drivers/scsi/aha152x.c 	shpnt->n_io_port = IO_RANGE;
IO_RANGE          857 drivers/scsi/aha152x.c 		release_region(shpnt->io_port, IO_RANGE);
IO_RANGE         3024 drivers/scsi/aha152x.c 	if (!request_region(setup->io_port, IO_RANGE, "aha152x")) {
IO_RANGE         3034 drivers/scsi/aha152x.c 		release_region(setup->io_port, IO_RANGE);
IO_RANGE         3038 drivers/scsi/aha152x.c 	release_region(setup->io_port, IO_RANGE);
IO_RANGE         3269 drivers/scsi/aha152x.c 			if (!request_region(ports[i], IO_RANGE, "aha152x")) {
IO_RANGE         3285 drivers/scsi/aha152x.c 				release_region(ports[i], IO_RANGE);
IO_RANGE         3289 drivers/scsi/aha152x.c 			release_region(ports[i], IO_RANGE);
IO_RANGE         3312 drivers/scsi/aha152x.c 		if ( request_region(setup[i].io_port, IO_RANGE, "aha152x") ) {
IO_RANGE         3316 drivers/scsi/aha152x.c 				release_region(setup[i].io_port, IO_RANGE);