Home
last modified time | relevance | path

Searched refs:SLOTSIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/
Daha1740.c583 if (!request_region(slotbase, SLOTSIZE, "aha1740")) /* See if in use */ in aha1740_probe()
605 shpnt->n_io_port = SLOTSIZE; in aha1740_probe()
645 release_region(slotbase, SLOTSIZE); in aha1740_probe()
660 release_region (shpnt->io_port, SLOTSIZE); in aha1740_remove()
Daha1740.h15 #define SLOTSIZE 0x5c macro