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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dg_NCR5380.c65 * ncr_addr=xx the port or base address (for port or memory
71 * modprobe g_NCR5380 ncr_irq=5 ncr_addr=0x350 ncr_5380=1
73 * modprobe g_NCR5380 ncr_irq=255 ncr_addr=0xc8000 ncr_53c400=1
121 static int ncr_addr = NCR_NOT_SET; variable
311 if (ncr_addr != NCR_NOT_SET)
312 overrides[0].NCR5380_map_name = (NCR5380_map_type) ncr_addr;
900 module_param(ncr_addr, int, 0);

Completed in 91 milliseconds