Lines Matching refs:temp
97 s16 temp;
117 int temp = reg & ~0xf;
120 temp = temp - 64 * 256;
122 temp = (s16)temp;
124 return DIV_ROUND_CLOSEST(temp * 1000, 256);
146 data->channel[i].temp = ret << 8;
151 data->channel[i].temp |= ret;
210 *val = temp_from_raw(tmp421->channel[channel].temp,
220 *val = !!(tmp421->channel[channel].temp & 0x03);