Lines Matching refs:s32
165 s32 itarget;
166 s32 gd, gp, gr;
181 s32 sys_setpoint;
182 s32 hd_setpoint;
250 s32 cpu_setpoint;
251 s32 scale;
252 s32 offset;
331 s32 new_setpoint, temp, scaled, cputarget; in wf_smu_sys_fans_tick()
400 s32 tmax, tdelta, maxpow, powadj; in wf_smu_create_cpu_fans()
417 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
443 tdelta = ((s32)piddata->target_temp_delta) << 16; in wf_smu_create_cpu_fans()
444 maxpow = ((s32)piddata->max_power) << 16; in wf_smu_create_cpu_fans()
445 powadj = ((s32)piddata->power_adj) << 16; in wf_smu_create_cpu_fans()
475 s32 new_setpoint, temp, power, systarget; in wf_smu_cpu_fans_tick()