Searched refs:b_ReadLowByte (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/comedi/drivers/addi-data/
H A Daddi_amcc_S5920.c78 unsigned char b_ReadLowByte = 0; local
177 b_ReadLowByte = pb_ReadByte[0];
186 (b_ReadLowByte | (((unsigned short)b_ReadHighByte) *
H A Daddi_eeprom.c186 unsigned char b_ReadLowByte = 0; local
320 b_ReadLowByte = b_ReadByte;
333 w_ReadWord = (b_ReadLowByte | (((unsigned short) b_ReadHighByte) * 256));
H A Dhwdrv_apci3200.c122 unsigned char b_ReadLowByte = 0; local
221 b_ReadLowByte = pb_ReadByte[0];
231 (b_ReadLowByte | (((unsigned short)b_ReadHighByte) *

Completed in 59 milliseconds