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

/drivers/staging/comedi/drivers/addi-data/
H A Daddi_amcc_S5920.c55 /*| unsigned short w_EepromStartAddress, |*/
62 /*| unsigned short w_EepromStartAddress : Eeprom start address |*/
71 unsigned short w_EepromStartAddress, unsigned short *pw_DataRead)
94 b_SelectedAddressLow = (w_EepromStartAddress + i_Counter) % 256; /* Read the low 8 bit part */
95 b_SelectedAddressHigh = (w_EepromStartAddress + i_Counter) / 256; /* Read the high 8 bit part */
191 w_EepromStartAddress += 2; /* to read the next word */
69 i_AddiHeaderRW_ReadEeprom(int i_NbOfWordsToRead, unsigned int dw_PCIBoardEepromAddress, unsigned short w_EepromStartAddress, unsigned short *pw_DataRead) argument
H A Daddi_eeprom.c149 unsigned short w_EepromStartAddress);
162 | unsigned short w_EepromStartAddress) |
170 | unsigned short w_EepromStartAddress : Selected eeprom address |
179 unsigned short w_EepromStartAddress)
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 */
346 v_EepromCs76Read(w_PCIBoardEepromAddress, w_EepromStartAddress,
178 w_EepromReadWord(unsigned short w_PCIBoardEepromAddress, char *pc_PCIChipInformation, unsigned short w_EepromStartAddress) argument
H A Dhwdrv_apci3200.c99 /*| unsigned short w_EepromStartAddress, |*/
106 /*| unsigned short w_EepromStartAddress : Eeprom start address |*/
115 unsigned short w_EepromStartAddress, unsigned short *pw_DataRead)
138 b_SelectedAddressLow = (w_EepromStartAddress + i_Counter) % 256; /* Read the low 8 bit part */
139 b_SelectedAddressHigh = (w_EepromStartAddress + i_Counter) / 256; /* Read the high 8 bit part */
236 w_EepromStartAddress += 2; /* to read the next word */
278 dw_PCIBoardEepromAddress, 0x116, /* w_EepromStartAddress: Analog input header address */
290 dw_PCIBoardEepromAddress, w_AnalogInputMainHeaderAddress + 0x02, /* w_EepromStartAddress: Number of conponment */
351 dw_PCIBoardEepromAddress, w_SingleHeaderAddress, /* w_EepromStartAddress: Single header address */
113 i_AddiHeaderRW_ReadEeprom(int i_NbOfWordsToRead, unsigned int dw_PCIBoardEepromAddress, unsigned short w_EepromStartAddress, unsigned short *pw_DataRead) argument

Completed in 477 milliseconds