Home
last modified time | relevance | path

Searched refs:scaled (Results 1 – 25 of 59) sorted by relevance

123

/Linux-v5.4/drivers/macintosh/
Dwindfarm_smu_sensors.c92 s64 scaled; in smu_cputemp_get() local
102 scaled = (s64)(((u64)val) * (u64)cpudiode->m_value); in smu_cputemp_get()
103 scaled >>= 3; in smu_cputemp_get()
104 scaled += ((s64)cpudiode->b_value) << 9; in smu_cputemp_get()
105 *value = (s32)(scaled << 1); in smu_cputemp_get()
113 s32 val, scaled; in smu_cpuamp_get() local
124 scaled = (s32)(val * (u32)cpuvcp->curr_scale); in smu_cpuamp_get()
125 scaled += (s32)cpuvcp->curr_offset; in smu_cpuamp_get()
126 *value = scaled << 4; in smu_cpuamp_get()
134 s32 val, scaled; in smu_cpuvolt_get() local
[all …]
Dwindfarm_pm81.c330 s32 new_setpoint, temp, scaled, cputarget; in wf_smu_sys_fans_tick() local
358 scaled = ((((s64)new_setpoint) * (s64)st->scale0) >> 12) + st->offset0; in wf_smu_sys_fans_tick()
360 DBG("wf_smu: scaled setpoint: %d RPM\n", (int)scaled); in wf_smu_sys_fans_tick()
364 scaled = max(scaled, cputarget); in wf_smu_sys_fans_tick()
365 scaled = max(scaled, st->pid.param.min); in wf_smu_sys_fans_tick()
366 scaled = min(scaled, st->pid.param.max); in wf_smu_sys_fans_tick()
368 DBG("wf_smu: adjusted setpoint: %d RPM\n", (int)scaled); in wf_smu_sys_fans_tick()
370 if (st->sys_setpoint == scaled && new_setpoint == st->hd_setpoint) in wf_smu_sys_fans_tick()
372 st->sys_setpoint = scaled; in wf_smu_sys_fans_tick()
/Linux-v5.4/arch/sparc/kernel/
Dvisemul.c493 int scaled = src << scale; in pformat() local
494 int from_fixed = scaled >> 7; in pformat()
516 s64 scaled = src << scale; in pformat() local
517 s64 from_fixed = scaled >> 23; in pformat()
539 s64 scaled = src << scale; in pformat() local
540 s64 from_fixed = scaled >> 16; in pformat()
606 u16 scaled = ((prod & 0x00ffff00) >> 8); in pmul() local
610 scaled++; in pmul()
611 rd_val |= ((scaled & 0xffffUL) << (byte * 16UL)); in pmul()
631 u16 scaled = ((prod & 0x00ffff00) >> 8); in pmul() local
[all …]
/Linux-v5.4/Documentation/media/v4l-drivers/
Dsh_mobile_ceu_camera.rst46 accents represent "useful" data, basically, CEU scaled and cropped output,
76 2. Calculate "effective" input crop (sensor subwindow) - CEU crop scaled back at
137 4. Sensor scaled to 3 : 3'. Sensor's scale is (2' - 2) / (3' - 3). Calculate
Drcar-fdp1.rst26 - The current field is scaled vertically by averaging adjacent lines to
/Linux-v5.4/tools/perf/util/
Dcounts.h13 s8 scaled; member
/Linux-v5.4/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py329 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument
339 …" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(…
452 scaled = search_obj.group(12)
487 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
/Linux-v5.4/Documentation/accounting/
Dtaskstats-struct.rst187 __u64 ac_utimescaled; /* utime scaled on frequency etc */
188 __u64 ac_stimescaled; /* stime scaled on frequency etc */
189 __u64 cpu_scaled_run_real_total; /* scaled cpu_run_real_total */
/Linux-v5.4/drivers/iio/light/
Dtsl2563.c434 unsigned long scaled = adc; in tsl2563_calib_adc() local
436 scaled *= calib; in tsl2563_calib_adc()
437 scaled >>= CALIB_FRAC_BITS; in tsl2563_calib_adc()
439 return (u32) scaled; in tsl2563_calib_adc()
/Linux-v5.4/Documentation/devicetree/bindings/iio/afe/
Dvoltage-divider.txt29 is scaled by the Rout / (R + Rout) quotient.
/Linux-v5.4/Documentation/hwmon/
Dsmsc47m192.rst44 Voltages are scaled such that the nominal voltage corresponds to
48 Both voltage and temperature values are scaled by 1000, the sys files
Dadm1026.rst70 dedicated inputs. There are several inputs scaled to 0-3V full-scale range
71 for SCSI terminator power. The remaining inputs are not scaled and have
Dadm9240.rst144 Voltage (IN) measurement is internally scaled:
163 The driver reports and accepts voltage limits scaled to the above table.
Dsht3x.rst25 scaled by 1000, i.e. the value for 31.5 degrees celsius is 31500.
/Linux-v5.4/kernel/sched/
Dcputime.c533 u64 scaled; in scale_stime() local
567 scaled = div_u64((u64) (u32) stime * (u64) (u32) rtime, (u32)total); in scale_stime()
568 return scaled; in scale_stime()
/Linux-v5.4/Documentation/misc-devices/
Dlis3lv02d.rst25 /sys/devices/platform/lis3lv02d. Reported values are scaled
42 By default output values are scaled between -32768 .. 32767. In joystick raw
/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-css-params.c320 unsigned int scaled; member
426 int scaled = 0; in imgu_css_osys_calc_frame_and_stripe_params() local
464 scaled = 1; in imgu_css_osys_calc_frame_and_stripe_params()
476 frame_params[pin].scaled = scaled; in imgu_css_osys_calc_frame_and_stripe_params()
783 if (frame_params[i].scaled) { in imgu_css_osys_calc_frame_and_stripe_params()
797 pin_scale += frame_params[i].scaled; in imgu_css_osys_calc_frame_and_stripe_params()
1007 fr_pr->scaled = frame_params[pin].scaled; in imgu_css_osys_calc()
1053 if (frame_params[pin].scaled) { in imgu_css_osys_calc()
1103 if (frame_params[pin].scaled) { in imgu_css_osys_calc()
1144 if (frame_params[pin].scaled) in imgu_css_osys_calc()
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dilitek,ili9322.txt4 streams that get adapted and scaled to the panel. The panel output has
/Linux-v5.4/Documentation/media/uapi/v4l/
Ddev-subdev.rst344 the area of the image that will be scaled up.
362 from the original and scaled image sizes. Both sizes are represented by
366 rectangle on the subdev's sink pad is scaled to the size configured
479 scaled image. The location of the scaled image in the cropped image is
494 from both of the sink pads are individually cropped, then scaled and
Dlibv4l-introduction.rst170 not locked sets the cid to the scaled value.
174 This function returns a value of 0 - 65535, scaled to from the actual range
Dcolorspaces-details.rst184 scaled and offset according to the limited range formula:
197 scaled and offset according to the limited range formula:
761 with full range quantization where Y' is scaled to [0…255] and Cb/Cr are
762 scaled to [-128…128] and then clipped to [-128…127].
/Linux-v5.4/Documentation/devicetree/bindings/arm/
Dcpu-capacity.txt62 The capacities-dmips-mhz or DMIPS/MHz values (scaled to 1024)
197 capacities-dmips-mhz are scaled w.r.t. 2 (cpu@0 and cpu@1), this means that first
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-class-tpm66 scaled to be displayed in usecs. In this case "[adjusted]"
185 were scaled by the driver to be reported in usec from msecs.
/Linux-v5.4/Documentation/devicetree/bindings/net/can/
Drcar_can.txt43 scaled to maximum frequency if any of these controllers use it. This is done
Drcar_canfd.txt37 and CAN FD controller at the same time. It needs to be scaled to maximum

123