Lines Matching full:low
33 unsigned char low; member
59 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TIE | THRM1_TID); in set_thresholds()
67 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TID); in set_thresholds()
83 if(thrm & THRM1_TIN){ /* crossed low threshold */ in TAUupdate()
84 if (tau[cpu].low >= step_size){ in TAUupdate()
85 tau[cpu].low -= step_size; in TAUupdate()
90 printk("low threshold crossed "); in TAUupdate()
97 tau[cpu].low += (step_size - window_expand); in TAUupdate()
151 size = tau[cpu].high - tau[cpu].low; in tau_timeout()
156 tau[cpu].low += shrink; in tau_timeout()
159 tau[cpu].low += 1; in tau_timeout()
161 if ((tau[cpu].high - tau[cpu].low) != min_window){ in tau_timeout()
213 tau[cpu].low = 5; in TAU_init_smp()
259 return ((tau[cpu].high << 16) | tau[cpu].low); in cpu_temp_both()
264 return ((tau[cpu].high + tau[cpu].low) / 2); in cpu_temp()