Searched defs:w_GainIndex (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/addi-data/
H A Dhwdrv_apci3200.c271 unsigned short w_GainIndex = 0; local
361 for (w_GainIndex = 0; w_GainIndex < w_NumberOfGainValue;
362 w_GainIndex++) {
367 dw_PCIBoardEepromAddress, w_AnalogInputComponentAddress + 70 + (2 * (1 + (w_NumberOfGainValue / 16))) + (0x02 * w_GainIndex), /* Gain value */
371 w_GainValue[w_GainIndex] = w_GainValue;
376 w_GainValue[w_GainIndex]);
383 dw_PCIBoardEepromAddress, w_AnalogInputComponentAddress + 70 + ((2 * w_NumberOfGainValue) + (2 * (1 + (w_NumberOfGainValue / 16)))) + (0x04 * w_GainIndex), /* Gain factor */
387 ul_GainFactor[w_GainIndex] =
392 printk("\n w_GainFactorValue [%d] = %lu", w_GainIndex,
[all...]

Completed in 58 milliseconds