Home
last modified time | relevance | path

Searched refs:IO_RANGE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dsym53c416.c176 #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()
Daha152x.h90 #define IO_RANGE 0x20 macro
Daha152x.c879 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);