Home
last modified time | relevance | path

Searched refs:adjusted (Results 1 – 25 of 129) sorted by relevance

123456

/linux/arch/x86/kernel/
A Dtsc_sync.c28 s64 adjusted; member
69 if (adj->adjusted == curval) in tsc_verify_tsc_adjust()
73 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust()
77 smp_processor_id(), adj->adjusted, curval); in tsc_verify_tsc_adjust()
152 cur->adjusted = bootval; in tsc_sanitize_first_cpu()
198 cur->adjusted = bootval; in tsc_store_and_check_tsc_adjust()
230 if (bootval != ref->adjusted) { in tsc_store_and_check_tsc_adjust()
231 cur->adjusted = ref->adjusted; in tsc_store_and_check_tsc_adjust()
232 wrmsrl(MSR_IA32_TSC_ADJUST, ref->adjusted); in tsc_store_and_check_tsc_adjust()
516 cur->adjusted += cur_max_warp; in check_tsc_sync_target()
[all …]
/linux/arch/arm/boot/dts/xen/
A Dxenvm-4.2.dts20 /* this field is going to be adjusted by the hypervisor */
50 /* this field is going to be adjusted by the hypervisor */
73 /* this field is going to be adjusted by the hypervisor */
75 /* this field is going to be adjusted by the hypervisor */
/linux/Documentation/hwmon/
A Dmax197.rst62 For the MAX197, it will be adjusted to -10000, -5000, or 0.
63 For the MAX199, it will be adjusted to -4000, -2000, or 0.
67 For the MAX197, it will be adjusted to 0, 5000, or 10000.
68 For the MAX199, it will be adjusted to 0, 2000, or 4000.
A Dmax127.rst38 For the MAX127, it will be adjusted to -10000, -5000, or 0.
43 For the MAX127, it will be adjusted to 0, 5000, or 10000.
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-g-selection.rst77 rectangle. The original rectangle must lay inside the adjusted one.
80 rectangle. The adjusted rectangle must lay inside the original one.
99 3. Keep center of adjusted rectangle as close as possible to the
108 contains the adjusted rectangle. When the parameters are unsuitable the
/linux/Documentation/devicetree/bindings/serial/
A Darm_sbsa_uart.txt4 cannot be adjusted at runtime, so it lacks a clock specifier here.
A Dnvidia,tegra20-hsuart.yaml62 contains a set of 3 values: range low/high and adjusted rate. When the baud rate set on the
63 controller falls within the range mentioned in this field, the baud rate will be adjusted by
/linux/Documentation/devicetree/bindings/clock/
A Dsilabs,si5351.yaml77 0 - reset whenever PLL rate is adjusted (default mode)
78 1 - do not reset when PLL rate is adjusted
83 to be adjusted without glitches.
/linux/drivers/misc/
A Dbh1770glc.c245 u16 adjusted; in bh1770_psraw_to_adjusted() local
246 adjusted = (u16)(((u32)(psraw + chip->prox_const) * chip->prox_coef) / in bh1770_psraw_to_adjusted()
248 if (adjusted > BH1770_PROX_RANGE) in bh1770_psraw_to_adjusted()
249 adjusted = BH1770_PROX_RANGE; in bh1770_psraw_to_adjusted()
250 return adjusted; in bh1770_psraw_to_adjusted()
294 u16 adjusted) in bh1770_lux_adjusted_to_raw() argument
296 return (u32)adjusted * BH1770_LUX_CORR_SCALE / chip->lux_corr; in bh1770_lux_adjusted_to_raw()
/linux/Documentation/driver-api/
A Ddevfreq.rst17 automatically adjusted by governors.
/linux/Documentation/core-api/
A Dfloating-point.rst36 file must have its compilation flags adjusted using the following pattern::
56 from files implementing FP code (those with their compilation flags adjusted as
/linux/Documentation/devicetree/bindings/net/
A Dqcom,qca807x.yaml78 (amplitude is adjusted based on cable length)
90 (bias current is adjusted based on cable length)
/linux/Documentation/admin-guide/mm/
A Dindex.rst13 filesystem and can be queried and adjusted using ``sysctl``. These APIs
/linux/arch/m68k/fpsp040/
A Ddecbin.S38 | if negative, count the trailing zeros. Set the adjusted
58 | mantissa in FP0 by the factor in FP1 if the adjusted
471 | Check the sign of the adjusted exp and make the value in fp0 the
/linux/Documentation/devicetree/bindings/hwmon/
A Dmaxim,max20730.yaml42 resistance. Therefore, the adjusted vout is equal to
/linux/Documentation/admin-guide/nfs/
A Dnfsd-admin-interfaces.rst28 Between startup and shutdown, the number of threads may be adjusted up
/linux/arch/arm/boot/dts/marvell/
A Darmada-xp-crs305-1g-4s.dtsi17 * solution) or the below Device Tree should be adjusted.
A Darmada-xp-crs326-24g-2s.dtsi17 * solution) or the below Device Tree should be adjusted.
A Darmada-xp-crs328-4c-20s-4s.dtsi17 * solution) or the below Device Tree should be adjusted.
A Darmada-xp-db-xc3-24g4xg.dts16 * solution) or the below Device Tree should be adjusted.
A Darmada-xp-db-dxbc2.dts16 * solution) or the below Device Tree should be adjusted.
/linux/arch/arc/lib/
A Dstrcmp.S72 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
/linux/Documentation/devicetree/bindings/interconnect/
A Dfsl,imx8m-noc.yaml14 sometimes voltage) can be adjusted.
/linux/drivers/staging/media/atomisp/
A Dnotes.txt42 -raw_bayer_order, adjusted by the ov2680 driver when flipping since
/linux/Documentation/userspace-api/
A Dsysfs-platform_profile.rst7 platform configuration is often automatically adjusted to the current

Completed in 54 milliseconds

123456