/linux/drivers/macintosh/ |
H A D | windfarm_smu_sensors.c | 93 s64 scaled; in smu_cputemp_get() local 103 scaled = (s64)(((u64)val) * (u64)cpudiode->m_value); in smu_cputemp_get() 104 scaled >>= 3; in smu_cputemp_get() 105 scaled += ((s64)cpudiode->b_value) << 9; in smu_cputemp_get() 106 *value = (s32)(scaled << 1); in smu_cputemp_get() 114 s32 val, scaled; in smu_cpuamp_get() local 125 scaled = (s32)(val * (u32)cpuvcp->curr_scale); in smu_cpuamp_get() 126 scaled += (s32)cpuvcp->curr_offset; in smu_cpuamp_get() 127 *value = scaled << 4; in smu_cpuamp_get() 135 s32 val, scaled; in smu_cpuvolt_get() local [all …]
|
/linux/arch/sparc/kernel/ |
H A D | visemul.c | 493 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/Documentation/hwmon/ |
H A D | gsc-hwmon.rst | 21 The voltage inputs are scaled either internally or by the driver depending 32 Temperatures are measured with 12-bit or 10-bit resolution and are scaled 44 PWM value will be scaled depending on 6 temperature boundaries.
|
/linux/include/uapi/linux/ |
H A D | timex.h | 68 __kernel_long_t freq; /* frequency offset (scaled ppm) */ 80 __kernel_long_t ppsfreq;/* pps frequency (scaled ppm) (ro) */ 83 __kernel_long_t stabil; /* pps stability (scaled ppm) (ro) */ 106 long long freq; /* frequency offset (scaled ppm) */ 119 long long ppsfreq;/* pps frequency (scaled ppm) (ro) */ 123 long long stabil; /* pps stability (scaled ppm) (ro) */
|
H A D | taskstats.h | 162 __u64 ac_utimescaled; /* utime scaled on frequency etc */ 163 __u64 ac_stimescaled; /* stime scaled on frequency etc */ 164 __u64 cpu_scaled_run_real_total; /* scaled cpu_run_real_total */
|
/linux/Documentation/iio/ |
H A D | opt4060.rst | 15 - Scaled color values for red, green and blue. 52 The data sheet suggests using the scaled values to normalize the scaled R, G
|
/linux/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 114 g_plot('set y2label "Scaled Busy/performance/io-busy(%)"') 117 …_name + '" using {:d}:{:d} with linespoints linestyle 2 axis x1y2 title "scaled-busy",\\'.format(C… 133 g_plot('set y2label "Scaled Busy/performance/io-busy(%)"') 136 …_name + '" using {:d}:{:d} with linespoints linestyle 2 axis x1y2 title "scaled-busy",\\'.format(C… 247 """ Plot all cpu scaled busy """ 252 g_plot('set ylabel "Scaled Busy (Unitless)"') 253 g_plot('set title "{} : cpu scaled busy : {:%F %H:%M}"'.format(testname, datetime.now())) 326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument 336 …" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(… 434 …re.search(r'(^(.*?)\[)((\d+)[^\]])(.*?)(\d+)([.])(\d+)(.*?core_busy=)(\d+)(.*?scaled=)(\d+)(.*?fro… [all …]
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ |
H A D | ia_css_xnr3_types.h | 37 * sigma parameters are fixed-point values between 0.0 and 1.0, scaled with 54 * All coring parameters are fixed-point values between 0.0 and 1.0, scaled 69 * scaled with IA_CSS_XNR3_BLENDING_SCALE.
|
H A D | ia_css_xnr3_param.h | 31 * for dark areas, and a scaled diff towards the value for bright areas. */ 42 * for dark areas, and a scaled diff towards the value for bright areas. */
|
/linux/drivers/clk/bcm/ |
H A D | clk-kona.c | 50 /* Convert a divider into the scaled divisor value it represents. */ 56 /* The scaled minimum divisor representable by a divider */ 66 /* The scaled maximum divisor representable by a divider */ 80 * Convert a scaled divisor into its divider representation as 92 /* Return a rate scaled for use when dividing by a scaled divisor. */ 538 /* Read a divider value and return the scaled divisor it represents. */ 555 /* Return the scaled divisor value it represents */ in divider_read_scaled() 560 * Convert a divider's scaled divisor value into its recorded form 590 /* Convert the scaled divisor to the value we need to record */ in __div_commit() 683 * If there is a pre-divider, divide the scaled parent rate in clk_recalc_rate() [all …]
|
/linux/include/linux/ |
H A D | ptp_clock_kernel.h | 249 * scaled_ppm_to_ppb() - convert scaled ppm to ppb 275 * diff_by_scaled_ppm - Calculate difference using scaled ppm 277 * @scaled_ppm: scaled parts per million to adjust by 280 * Calculate the difference to adjust the base increment using scaled parts 303 * adjust_by_scaled_ppm - Adjust a base increment by scaled parts per million 305 * @scaled_ppm: scaled parts per million frequency adjustment 308 * requested scaled parts per million adjustment.
|
H A D | sched_clock.h | 19 * @mult: Multiplier for scaled math conversion. 20 * @shift: Shift value for scaled math conversion.
|
H A D | timekeeper_internal.h | 35 * @mult: (NTP adjusted) multiplier for scaled math conversion 36 * @shift: Shift value for scaled math conversion 96 * @ntp_err_mult: Multiplication factor for scaled math conversion
|
/linux/Documentation/devicetree/bindings/cpufreq/ |
H A D | airoha,en7581-cpufreq.yaml | 13 On newer Airoha SoC, CPU Frequency is scaled indirectly with SMC commands 23 CPUs can't be individually scaled as the CPU frequency is shared across
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | gateworks-gsc.yaml | 83 1 - pre-scaled 24-bit voltage value 84 2 - scaled voltage based on an optional resistor divider 86 3 - pre-scaled 16-bit voltage value
|
/linux/drivers/iio/test/ |
H A D | iio-test-rescale.c | 128 .name = "small IIO_VAL_FRACTIONAL, 261/509 scaled by 90/1373754273", 137 .name = "small IIO_VAL_FRACTIONAL, 90/1373754273 scaled by 261/509", 146 .name = "small IIO_VAL_FRACTIONAL, 760/1373754273 scaled by 427/2727", 155 .name = "small IIO_VAL_FRACTIONAL, 761/1373754273 scaled by 427/2727", 164 .name = "small IIO_VAL_FRACTIONAL, 5/32768 scaled by 3/10000", 209 .name = "small IIO_VAL_FRACTIONAL_LOG2, 760/32768 scaled by 15/22", 218 .name = "small IIO_VAL_FRACTIONAL_LOG2, 761/32768 scaled by 15/22",
|
/linux/sound/isa/msnd/ |
H A D | msnd_pinnacle_mixer.c | 204 /* scaled by IMIX in digital mix */ in snd_msndmix_set() 213 /* scaled by IMIX in digital mix */ in snd_msndmix_set() 224 /* scaled by master volume */ in snd_msndmix_set() 230 /* scaled by master volume */ in snd_msndmix_set() 239 /* update master volume scaled controls */ in snd_msndmix_set()
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | sh_mobile_ceu_camera.rst | 46 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
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | maxim,max20730.yaml | 39 will be scaled. The properties will convert the raw reading to a more 63 vout-voltage-divider = <1000 2000>; // vout would be scaled to 0.5
|
/linux/Documentation/accounting/ |
H A D | taskstats-struct.rst | 187 __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/tools/perf/Documentation/ |
H A D | topdown.txt | 155 that represent a scaled ratio that represent the Level 1 bottleneck. 198 # compute scaled metrics for measurement a 204 # compute delta scaled metrics between b and a 229 # compute scaled metrics for measurement a 235 # compute delta scaled metrics between b and a
|
/linux/tools/lib/perf/tests/ |
H A D | test-evlist.c | 457 s8 scaled = 0; in test_stat_multiplexing() local 533 perf_counts_values__scale(&counts[i], true, &scaled); in test_stat_multiplexing() 534 if (scaled == 1) { in test_stat_multiplexing() 535 __T_VERBOSE("\t Scaled count = %" PRIu64 " (%.2lf%%, %" PRIu64 "/%" PRIu64 ")\n", in test_stat_multiplexing() 539 } else if (scaled == -1) { in test_stat_multiplexing()
|
/linux/drivers/clk/ti/ |
H A D | clkt_dpll.c | 133 * a non-scaled m upon return. This non-scaled m will result in a 137 * non-scaled m attempted to underflow, which can allow the calling 323 /* Compute the scaled DPLL multiplier, based on the divider */ in omap2_dpll_round_rate()
|
/linux/Documentation/misc-devices/ |
H A D | lis3lv02d.rst | 25 /sys/devices/faux/lis3lv02d. Reported values are scaled 42 By default output values are scaled between -32768 .. 32767. In joystick raw
|
/linux/net/mac80211/ |
H A D | rc80211_minstrel_ht.h | 15 /* scaled fraction values */ 25 * scaled by 10 bits
|