Searched refs:IM_N_IO_PORT (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dibmmca.c77 #define IM_N_IO_PORT 8 macro
1734 if (!request_region(port, IM_N_IO_PORT, hostname)) {
1735 printk(KERN_ERR "IBM MCA SCSI: Unable to get I/O region 0x%x-0x%x (%d ports).\n", port, port + IM_N_IO_PORT - 1, IM_N_IO_PORT);
1743 release_region(port, IM_N_IO_PORT);
1753 shpnt->n_io_port = IM_N_IO_PORT;

Completed in 56 milliseconds