Searched refs:dtemp (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/thermal/ |
H A D | k3_bandgap.c | 113 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local 132 dtemp = vtm_get_best_value(s0, s1, s2); in k3_bgp_read_temp() 134 if (dtemp < K3_VTM_ADC_BEGIN_VAL || dtemp > K3_VTM_ADC_END_VAL) in k3_bgp_read_temp() 137 *temp = k3_adc_to_temp[dtemp - K3_VTM_ADC_BEGIN_VAL]; in k3_bgp_read_temp()
|
H A D | k3_j72xx_bandgap.c | 220 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local 238 dtemp = vtm_get_best_value(s0, s1, s2); in k3_bgp_read_temp() 240 if (dtemp < 0 || dtemp >= TABLE_SIZE) in k3_bgp_read_temp() 243 *temp = derived_table[dtemp]; in k3_bgp_read_temp()
|
/openbmc/linux/drivers/macintosh/ |
H A D | windfarm_rm31.c | 204 s32 dtemp, volts, amps; in read_one_cpu_vals() local 208 rc = wf_sensor_get(sens_cpu_temp[cpu], &dtemp); in read_one_cpu_vals() 213 DBG_LOTS(" CPU%d: temp = %d.%03d\n", cpu, FIX32TOPRINT((dtemp))); in read_one_cpu_vals() 214 *temp = dtemp; in read_one_cpu_vals() 367 s32 temp, dtemp; in backside_fan_tick() local 397 err = wf_sensor_get(dimms_temp, &dtemp); in backside_fan_tick() 405 dspeed = wf_pid_run(&dimms_pid, dtemp); in backside_fan_tick()
|
H A D | windfarm_pm72.c | 210 s32 dtemp, volts, amps; in read_one_cpu_vals() local 214 rc = wf_sensor_get(sens_cpu_temp[cpu], &dtemp); in read_one_cpu_vals() 219 DBG_LOTS(" CPU%d: temp = %d.%03d\n", cpu, FIX32TOPRINT((dtemp))); in read_one_cpu_vals() 220 *temp = dtemp; in read_one_cpu_vals()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
H A D | support-jpeg-turbo.patch | 1187 - JDIMENSION dtemp; 1192 - dtemp = dstinfo->image_width; 1196 - dstinfo->image_height = dtemp;
|