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

/drivers/staging/comedi/drivers/addi-data/
H A Daddi_eeprom.c151 void v_EepromClock76(unsigned int dw_Address, unsigned int dw_RegisterValue);
153 void v_EepromSendCommand76(unsigned int dw_Address, unsigned int dw_EepromCommand,
155 void v_EepromCs76Read(unsigned int dw_Address, unsigned short w_offset, unsigned short *pw_Value);
422 | Function Name : void v_EepromClock76(unsigned int dw_Address, |
432 | Input Parameters : unsigned int dw_Address : PCI eeprom base address |
448 void v_EepromClock76(unsigned int dw_Address, unsigned int dw_RegisterValue) argument
457 outl(dw_RegisterValue & 0x6, dw_Address);
473 outl(dw_RegisterValue | 0x1, dw_Address);
489 | Function Name : void v_EepromSendCommand76(unsigned int dw_Address, |
501 | Input Parameters : unsigned int dw_Address
519 v_EepromSendCommand76(unsigned int dw_Address, unsigned int dw_EepromCommand, unsigned char b_DataLengthInBits) argument
654 v_EepromCs76Read(unsigned int dw_Address, unsigned short w_offset, unsigned short *pw_Value) argument
[all...]

Completed in 109 milliseconds