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

/drivers/staging/comedi/drivers/
H A Ds626.c1022 unsigned int tempdata; local
1024 tempdata = (data >> 18);
1025 if (tempdata & 0x2000)
1026 tempdata &= 0x1fff;
1028 tempdata += (1 << 13);
1030 return tempdata;
1047 short tempdata; local
1092 tempdata = s626_ai_reg_to_uint((int)*readaddr);
1096 /* comedi_buf_put(s->async, tempdata); */
1097 if (cfc_write_to_buffer(s, tempdata)
[all...]

Completed in 13 milliseconds