Lines Matching refs:temps
77 u8 temps[3];
205 th->temps[i] = read_reg(th, TEMP_REG[i]);
211 if (th->temps[0] != th->cached_temp[0]
212 || th->temps[1] != th->cached_temp[1]
213 || th->temps[2] != th->cached_temp[2]) {
218 th->temps[0], th->temps[1], th->temps[2],
222 th->cached_temp[0] = th->temps[0];
223 th->cached_temp[1] = th->temps[1];
224 th->cached_temp[2] = th->temps[2];
237 int var = th->temps[i] - th->limits[i];