| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | windfarm_smu_sensors.c | 92 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 …]
|
| H A D | windfarm_pm81.c | 26 * - the main control (first control) gets the target value scaled with 29 * scaled with the second pair of factors, and the max of that and 30 * the scaled target is applied to the main control. 70 * systems fan control loop target result (the one before it gets scaled 330 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() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | scaled.xml | 10 <title>Scaled Window Support in DMX</title> 19 This document investigates the possibility of adding scaled window 69 <listitem><para>Scaled window support (for VNC) 72 Investigate possibility of implementing a "scaled 80 All primitives drawn to scaled window would be 81 scaled by appropriate (integral?) scaling factor 113 differently (i.e., by using a suitably scaled font), and 125 support for scaled still images was provided, using both 184 makes use of a scaled blit that is supplied by the 186 provide support for a scaled blit, and some X servers [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/ |
| H A D | gsc-core.h | 187 * @crop: cropped(source)/scaled(destination) size 230 * @target_rot_dis_w: max pixel dst scaled width with the rotator is off 231 * @target_rot_dis_h: max pixel dst scaled height with the rotator is off 232 * @target_rot_en_w: max pixel dst scaled width with the rotator is on 233 * @target_rot_en_h: max pixel dst scaled height with the rotator is on 257 * @target_rot_dis_w: minimum output scaled pixel height when rotator is off 258 * @target_rot_dis_h: minimum output scaled pixel height when rotator is off 259 * @target_rot_en_w: minimum output scaled pixel height when rotator is on 260 * @target_rot_en_h: minimum output scaled pixel height when rotator is on
|
| /OK3568_Linux_fs/kernel/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) */
|
| /OK3568_Linux_fs/kernel/drivers/clk/bcm/ |
| H A D | clk-kona.c | 57 /* Convert a divider into the scaled divisor value it represents. */ 64 * Build a scaled divider value as close as possible to the 81 /* The scaled minimum divisor representable by a divider */ 91 /* The scaled maximum divisor representable by a divider */ 105 * Convert a scaled divisor into its divider representation as 117 /* Return a rate scaled for use when dividing by a scaled divisor. */ 563 /* Read a divider value and return the scaled divisor it represents. */ 580 /* Return the scaled divisor value it represents */ in divider_read_scaled() 585 * Convert a divider's scaled divisor value into its recorded form 615 /* Convert the scaled divisor to the value we need to record */ in __div_commit() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_config_defaults.h | 165 * Timeouts are scaled based on the relation between this value and the lowest 184 * Based on 2500ms timeout at nominal 100MHz, scaled from a 50MHz GPU system. 190 * Based on 2500ms timeout at 100MHz, scaled from a 50MHz GPU system 196 * Based on 1500ms timeout at 100MHz, scaled from a 50MHz GPU system. 202 * Based on 250ms timeout at 100MHz, scaled from a 50MHz GPU system. 208 * Based on 6000ms timeout at 100MHz, scaled from a 50MHz GPU system.
|
| /OK3568_Linux_fs/kernel/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(… 438 …re.search(r'(^(.*?)\[)((\d+)[^\]])(.*?)(\d+)([.])(\d+)(.*?core_busy=)(\d+)(.*?scaled=)(\d+)(.*?fro… [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/imu/ |
| H A D | adi,adis16475.yaml | 74 adi,scaled-output-hz: 76 This property must be present if the clock mode is scaled-sync through 78 of 1Hz to 128HZ which must be scaled to originate an allowable sample
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ |
| H A D | ia_css_xnr3_types.h | 46 * sigma parameters are fixed-point values between 0.0 and 1.0, scaled with 63 * All coring parameters are fixed-point values between 0.0 and 1.0, scaled 78 * scaled with IA_CSS_XNR3_BLENDING_SCALE.
|
| H A D | ia_css_xnr3_param.h | 40 * for dark areas, and a scaled diff towards the value for bright areas. */ 51 * for dark areas, and a scaled diff towards the value for bright areas. */
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_est.c | 44 * Average bps is scaled by 2^5, while average pps and cps are scaled by 2^10. 110 /* scaled by 2^10, but divided 2 seconds */ in estimation_timer() 123 /* scaled by 2^5, but divided 2 seconds */ in estimation_timer()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | gateworks-gsc.yaml | 82 1 - pre-scaled 24-bit voltage value 83 2 - scaled voltage based on an optional resistor divider 85 3 - pre-scaled 16-bit voltage value
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sched_clock.h | 17 * @mult: Multipler for scaled math conversion. 18 * @shift: Shift value for scaled math conversion.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | timex.h | 30 __syscall_slong_t freq; /* frequency offset (scaled ppm) */ 39 __syscall_slong_t ppsfreq; /* pps frequency (scaled ppm) (ro) */ 42 __syscall_slong_t stabil; /* pps stability (scaled ppm) (ro) */
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | timex.h | 30 __syscall_slong_t freq; /* frequency offset (scaled ppm) */ 39 __syscall_slong_t ppsfreq; /* pps frequency (scaled ppm) (ro) */ 42 __syscall_slong_t stabil; /* pps stability (scaled ppm) (ro) */
|
| /OK3568_Linux_fs/app/lvgl_demo/lv_demo/ |
| H A D | main.h | 39 // side is scaled equally 42 // side is scaled equally
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | dev-subdev.rst | 342 the area of the image that will be scaled up. 360 from the original and scaled image sizes. Both sizes are represented by 364 rectangle on the subdev's sink pad is scaled to the size configured 477 scaled image. The location of the scaled image in the cropped image is 492 from both of the sink pads are individually cropped, then scaled and
|
| /OK3568_Linux_fs/kernel/net/dccp/ccids/lib/ |
| H A D | tfrc_equation.c | 54 scaled by 1000000: 608 * @R: RTT scaled by 1000000 (i.e., microseconds) 609 * @p: loss ratio estimate scaled by 1000000 611 * Returns X_calc in bytes per second (not scaled). 645 * Since f(p) and R are both scaled by 1000000, we need to multiply by in tfrc_calc_x() 658 * @fvalue: function value to match, scaled by 1000000 660 * Returns closest match for p, also scaled by 1000000
|
| /OK3568_Linux_fs/kernel/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 */
|