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

/drivers/staging/comedi/drivers/addi-data/
H A Daddi_eeprom.c182 unsigned char b_Counter = 0; local
206 for (b_Counter = 0; b_Counter < 2; b_Counter++)
209 b_SelectedAddressLow = (w_EepromStartAddress + b_Counter) % 256; /* Read the low 8 bit part */
211 b_SelectedAddressHigh = (w_EepromStartAddress + b_Counter) / 256; /* Read the high 8 bit part */
317 if (b_Counter == 0)
322 } /* if(b_Counter==0) */
329 } /* if(b_Counter==0) */
331 } /* for (b_Counter
[all...]

Completed in 10 milliseconds