Lines Matching defs:t_hot
208 u32 t_hot = 0, t_cold = 0, ctrl;
216 /* Read the status of t_hot */
217 t_hot = ctrl & tsr->status_hot_mask;
222 if (!t_cold && !t_hot)
228 * If the interrupt is due to t_hot then mask t_hot and
229 * and unmask t_cold else mask t_cold and unmask t_hot
231 if (t_hot) {
244 t_hot, t_cold);
977 threshold_thot_mask, ts_data->t_hot);