Lines Matching refs:temps
76 u8 temps[3];
204 th->temps[i] = read_reg(th, TEMP_REG[i]);
210 if (th->temps[0] != th->cached_temp[0]
211 || th->temps[1] != th->cached_temp[1]
212 || th->temps[2] != th->cached_temp[2]) {
217 th->temps[0], th->temps[1], th->temps[2],
221 th->cached_temp[0] = th->temps[0];
222 th->cached_temp[1] = th->temps[1];
223 th->cached_temp[2] = th->temps[2];
236 int var = th->temps[i] - th->limits[i];