Searched refs:IO_RANGE (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | sym53c416.c | 176 #define IO_RANGE 0x20 /* 0x00 - 0x1F */ macro 629 if(!check_region(*base, IO_RANGE) && sym53c416_test(*base)) in sym53c416_probe() 713 if(hosts[i].irq && !check_region(hosts[i].base, IO_RANGE)) in sym53c416_detect() 731 request_region(hosts[i].base, IO_RANGE, ID); in sym53c416_detect() 734 shpnt->n_io_port = IO_RANGE; in sym53c416_detect()
|
D | aha152x.h | 90 #define IO_RANGE 0x20 macro
|
D | aha152x.c | 879 if (check_region(io_port, IO_RANGE)) 897 if (check_region(io_port, IO_RANGE)) 1254 shpnt->n_io_port = IO_RANGE; 1347 request_region(shpnt->io_port, IO_RANGE, "aha152x"); 1366 release_region(shpnt->io_port, IO_RANGE); 1396 release_region(shpnt->io_port, IO_RANGE); 1413 release_region(shpnt->io_port, IO_RANGE); 1431 release_region(shpnt->io_port, IO_RANGE);
|