Searched refs:IO_RANGE (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | sym53c416.c | 175 #define IO_RANGE 0x20 /* 0x00 - 0x1F */ macro 601 if (request_region(*base, IO_RANGE, ID)) { in sym53c416_probe() 606 release_region(*base, IO_RANGE); in sym53c416_probe() 682 if (!request_region(hosts[i].base, IO_RANGE, ID)) in sym53c416_detect() 705 shpnt->n_io_port = IO_RANGE; in sym53c416_detect() 716 release_region(hosts[i].base, IO_RANGE); in sym53c416_detect()
|
D | aha152x.c | 740 shpnt->n_io_port = IO_RANGE; in aha152x_probe_one() 866 release_region(shpnt->io_port, IO_RANGE); in aha152x_release() 3038 if (!request_region(setup->io_port, IO_RANGE, "aha152x")) { in checksetup() 3048 release_region(setup->io_port, IO_RANGE); in checksetup() 3052 release_region(setup->io_port, IO_RANGE); in checksetup() 3283 if (!request_region(ports[i], IO_RANGE, "aha152x")) { in aha152x_init() 3299 release_region(ports[i], IO_RANGE); in aha152x_init() 3303 release_region(ports[i], IO_RANGE); in aha152x_init() 3326 if ( request_region(setup[i].io_port, IO_RANGE, "aha152x") ) { in aha152x_init() 3330 release_region(setup[i].io_port, IO_RANGE); in aha152x_init()
|
D | aha152x.h | 47 #define IO_RANGE 0x20 macro
|