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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dt128.c170 static int commandline_current = 0; local
175 if (commandline_current < NO_OVERRIDES) {
176 overrides[commandline_current].address = ints[1];
177 overrides[commandline_current].irq = ints[2];
183 ++commandline_current;
H A Ddtc.c179 static int commandline_current = 0; local
183 else if (commandline_current < NO_OVERRIDES) {
184 overrides[commandline_current].address = ints[1];
185 overrides[commandline_current].irq = ints[2];
191 ++commandline_current;
H A Dpas16.c349 static int commandline_current = 0; local
354 if (commandline_current < NO_OVERRIDES) {
355 overrides[commandline_current].io_port = (unsigned short) ints[1];
356 overrides[commandline_current].irq = ints[2];
362 ++commandline_current;
H A Dg_NCR5380.c160 static int commandline_current = 0; local
188 if (commandline_current < NO_OVERRIDES) {
189 overrides[commandline_current].NCR5380_map_name = (NCR5380_map_type) ints[1];
190 overrides[commandline_current].irq = ints[2];
192 overrides[commandline_current].dma = ints[3];
194 overrides[commandline_current].dma = DMA_NONE;
195 overrides[commandline_current].board = board;
196 ++commandline_current;

Completed in 60 milliseconds