Searched refs:IO_RANGE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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() 3037 if (!request_region(setup->io_port, IO_RANGE, "aha152x")) { in checksetup() 3047 release_region(setup->io_port, IO_RANGE); in checksetup() 3051 release_region(setup->io_port, IO_RANGE); in checksetup() 3282 if (!request_region(ports[i], IO_RANGE, "aha152x")) { in aha152x_init() 3298 release_region(ports[i], IO_RANGE); in aha152x_init() 3302 release_region(ports[i], IO_RANGE); in aha152x_init() 3325 if ( request_region(setup[i].io_port, IO_RANGE, "aha152x") ) { in aha152x_init() 3329 release_region(setup[i].io_port, IO_RANGE); in aha152x_init()
|
D | aha152x.h | 47 #define IO_RANGE 0x20 macro
|