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

/drivers/staging/comedi/drivers/addi-data/
H A Daddi_amcc_S5920.c79 unsigned char b_ReadHighByte = 0; local
179 b_ReadHighByte = pb_ReadByte[0];
186 (b_ReadLowByte | (((unsigned short)b_ReadHighByte) *
H A Daddi_eeprom.c188 unsigned char b_ReadHighByte = 0; local
327 b_ReadHighByte = b_ReadByte;
333 w_ReadWord = (b_ReadLowByte | (((unsigned short) b_ReadHighByte) * 256));
H A Dhwdrv_apci3200.c123 unsigned char b_ReadHighByte = 0; local
223 b_ReadHighByte = pb_ReadByte[0];
231 (b_ReadLowByte | (((unsigned short)b_ReadHighByte) *

Completed in 34 milliseconds