Lines Matching defs:tmp
218 unsigned char tmp, ovol, nvol;
224 tmp = stac9460_get(ice, idx);
225 ovol = 0x7f - (tmp & 0x7f);
228 stac9460_put(ice, idx, (0x7f - nvol) | (tmp & 0x80));
229 stac9460_2_put(ice, idx, (0x7f - nvol) | (tmp & 0x80));
236 tmp = stac9460_get(ice, idx);
238 tmp = stac9460_2_get(ice, idx - 6);
239 ovol = 0x7f - (tmp & 0x7f);
244 (tmp & 0x80));
247 (tmp & 0x80));