Home
last modified time | relevance | path

Searched full:fractional (Results 1 – 25 of 258) sorted by relevance

1234567891011

/linux/Documentation/netlink/specs/
H A Ddpll.yaml81 name: fractional-frequency-offset-too-high
83 the FFO (Fractional Frequency Offset) between the RX and TX
127 Value of (DPLL_A_TEMP % DPLL_TEMP_DIVIDER) is fractional part of
275 as a fractional value with three digit decimal precision.
279 fractional part of a measured phase offset value.
286 a value of measured input frequency as a fractional value with
292 DPLL_PIN_MEASURED_FREQUENCY_DIVIDER) is a fractional part of
464 name: fractional-frequency-offset
467 The FFO (Fractional Frequency Offset) of the pin.
477 fractional-frequency-offset-ppt.
[all …]
H A Dtcp_metrics.yaml96 Round Trip Time (RTT), in msecs with 3 bits fractional
102 Round Trip Time VARiance (RTT), in msecs with 2 bits fractional
120 Round Trip Time (RTT), in usecs, with 3 bits fractional
126 Round Trip Time (RTT), in usecs, with 2 bits fractional
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c99 /* Read and discard fractional part */ in mvpp22_tai_read_ts()
132 * fractional = abs_scaled_ppm / (2^16 * 10^6)
135 * freq_adjusted = freq_nominal * (1 + fractional)
137 * freq_delta = freq_nominal * (1 + fractional) - freq_nominal
138 * So: freq_delta = freq_nominal * fractional
141 * period_adjusted = period_nominal / (1 + fractional)
143 * period_delta = period_nominal * fractional / (1 + fractional)
319 /* As the fractional nanosecond is a signed offset, if the MSB (sign) in mvpp22_tai_set_step()
407 * size, and a 32-bit fractional nanosecond step size split over two in mvpp22_tai_probe()
408 * registers. The fractional nanosecond step size has units of 2^-32ns. in mvpp22_tai_probe()
[all …]
/linux/include/media/
H A Dv4l2-vp9.h23 * @class0_fr: motion vector class0 fractional bit probabilities.
24 * @fr: motion vector fractional bit probabilities.
25 * @class0_hp: motion vector class0 high precision fractional bit probabilities.
26 * @hp: motion vector high precision fractional bit probabilities.
107 * @class0_fp: motion vector class0 fractional bit counts.
108 * @fp: motion vector fractional bit counts.
109 * @class0_hp: motion vector class0 high precision fractional bit counts.
110 * @hp: motion vector high precision fractional bit counts.
/linux/drivers/clk/mxs/
H A Dclk-frac.c13 * struct clk_frac - mxs fractional divider clock
14 * @hw: clk_hw for the fractional divider clock
20 * The clock is an adjustable fractional divider with a busy bit to wait
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml232 description: Specifies the trackpad's ATI fine fractional divider.
238 description: Specifies the trackpad's ATI coarse fractional multiplier.
244 description: Specifies the trackpad's ATI coarse fractional divider.
388 description: Specifies the ALP's ATI fine fractional divider.
394 description: Specifies the ALP's ATI coarse fractional multiplier.
400 description: Specifies the ALP's ATI coarse fractional divider.
480 description: Specifies the button's ATI fine fractional divider.
486 description: Specifies the button's ATI coarse fractional multiplier.
492 description: Specifies the button's ATI coarse fractional divider.
/linux/drivers/clk/
H A Dclk-fractional-divider_test.c3 * Kunit tests for clk fractional divider
8 #include "clk-fractional-divider.h"
147 MODULE_DESCRIPTION("Kunit tests for clk fractional divider");
H A DKconfig214 tristate "Clock driver for CS2000 Fractional-N Clock Synthesizer & Clock Multiplier"
439 and jitter attenuator ICs with fractional and integer dividers.
578 tristate "Basic fractional divider type Kunit test" if !KUNIT_ALL_TESTS
582 Kunit test for the clk-fractional-divider type.
H A Dclk-plldig.c48 * Denominator part of the fractional part of the
212 /* Enable fractional divider */ in plldig_init()
/linux/drivers/clk/spear/
H A Dclk-frac-synth.c6 * Fractional Synthesizer clock implementation
20 * DOC: Fractional Synthesizer clock
26 * 0-13 (fractional part)
/linux/arch/powerpc/include/uapi/asm/
H A Dnvram.h45 unsigned int latitude; /* 2+30 bit Fractional number */
46 unsigned int longitude; /* 2+30 bit Fractional number */
/linux/drivers/clk/renesas/
H A Drcar-gen4-cpg.c49 #define CPG_PLLxCR0_SSMODE_FM BIT(18) /* Fractional Multiplication */
55 /* Fractional 8.25 PLL */
57 #define CPG_PLLxCR1_NF25 GENMASK(24, 0) /* Fractional mult. factor */
59 /* Fractional 9.24 PLL */
61 #define CPG_PLLxCR1_NF24 GENMASK(23, 0) /* Fractional mult. factor */
468 /* Variable fractional 9.24 is not yet supported, using fixed */ in rcar_gen4_cpg_clk_register()
/linux/Documentation/devicetree/bindings/iio/light/
H A Dupisemi,us5182.yaml36 8-bit dark gain compensation factor(4 int and 4 fractional bits - Q4.4)
43 8-bit dark gain compensation factor(4 int and 4 fractional bits - Q4.4)
/linux/include/linux/
H A Daverage.h20 * used for the fractional part of the fixed-precision values.
38 * some bits for the non-fractional part... \
/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h143 fractional phase accumulation
145 Fractional increment per output sample in the input sample buffer
148 On wavetable/3D voices: this 32-bit word specifies the integer.fractional
269 insure that the fractional error is always
317 hi: Fractional sample accumulator 0.16b
329 hi: Fractional sample correction factor 0.16b
674 /* accumPhi: accumulated fractional phase increment (6.26) */
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pll.c33 * amdgpu_pll_reduce_ratio - fractional number reduction
115 * @frac_fb_div_p: fractional part of the feedback divider
194 /* represent the searched ratio as fractional number */ in amdgpu_pll_compute()
232 /* avoid high jitter with small fractional dividers */ in amdgpu_pll_compute()
/linux/drivers/clk/sunxi-ng/
H A Dccu_frac.c71 pr_debug("%s: Read fractional\n", clk_hw_get_name(&common->hw)); in ccu_frac_helper_read_rate()
76 pr_debug("%s: clock is fractional (rates %lu and %lu)\n", in ccu_frac_helper_read_rate()
/linux/sound/soc/tegra/
H A Dtegra186_asrc.c711 /* Controls for fractional part of ratio */
712 SOC_SINGLE_EXT_FRAC("Ratio1 Fractional Part",
718 SOC_SINGLE_EXT_FRAC("Ratio2 Fractional Part",
724 SOC_SINGLE_EXT_FRAC("Ratio3 Fractional Part",
730 SOC_SINGLE_EXT_FRAC("Ratio4 Fractional Part",
736 SOC_SINGLE_EXT_FRAC("Ratio5 Fractional Part",
742 SOC_SINGLE_EXT_FRAC("Ratio6 Fractional Part",
/linux/drivers/clk/zynqmp/
H A Ddivider.c28 #define CLK_FRAC BIT(13) /* has a fractional parent */
29 #define CUSTOM_FLAG_CLK_FRAC BIT(0) /* has a fractional parent in custom type flag */
35 * @is_frac: The divider is a fractional divider
/linux/drivers/clk/bcm/
H A Dclk-kona.h234 * of its bits represent a "fractional" part of the divider. Such
238 * fractional bits. Variable dividers with non-zero fraction width
241 * affects the bits above the fractional part only. (Often in this
247 * been left-shifted by the fractional width of a divider. Dividing
300 /* A divider whose divisor has an integer and fractional part */
/linux/drivers/gpu/drm/tests/
H A Ddrm_damage_helper_test.c144 /* Plane src has fractional part. */ in drm_test_damage_iter_no_damage_fractional_src()
184 /* Plane src has fractional part and it moved since old plane state. */ in drm_test_damage_iter_no_damage_fractional_src_moved()
350 /* Plane src has fractional part. */ in drm_test_damage_iter_single_damage_fractional_src()
375 /* Plane src has fractional part. */ in drm_test_damage_iter_single_damage_intersect_fractional_src()
402 /* Plane src has fractional part. */ in drm_test_damage_iter_single_damage_outside_fractional_src()
452 /* Plane src with fractional part moved since old plane state. */ in drm_test_damage_iter_single_damage_fractional_src_moved()
/linux/Documentation/devicetree/bindings/input/
H A Dazoteq,iqs7222.yaml67 description: Specifies the preloaded ATI fine fractional divider.
73 description: Specifies the preloaded ATI coarse fractional divider.
522 3: Fine fractional divider
523 4: Coarse fractional divider
530 description: Specifies the channel's ATI fine fractional divider.
536 description: Specifies the channel's ATI coarse fractional multiplier.
542 description: Specifies the channel's ATI coarse fractional divider.
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_sienna_cichlid.h436 uint32_t a; // store in fixed point, [31:20] signed integer, [19:0] fractional bits
437 uint32_t b; // store in fixed point, [31:20] signed integer, [19:0] fractional bits
438 uint32_t c; // store in fixed point, [31:20] signed integer, [19:0] fractional bits
664 uint16_t LoadLineResistanceGfx; // In mOhms with 8 fractional bits
665 uint16_t LoadLineResistanceSoc; // In mOhms with 8 fractional bits
883 …uint32_t MvddRatio; // This is used for MVDD Svi2 Div Ratio workaround. It has 16 fractional
1024 uint16_t LoadLineResistanceGfx; // In mOhms with 8 fractional bits
1025 uint16_t LoadLineResistanceSoc; // In mOhms with 8 fractional bits
1244 …uint32_t MvddRatio; // This is used for MVDD Svi2 Div Ratio workaround. It has 16 fractional
1709 uint32_t VInversion[AVFS_VOLTAGE_COUNT]; // in mV with 2 fractional bits
/linux/drivers/clk/imx/
H A Dclk-frac-pll.c5 * This driver supports the fractional plls found in the imx8m SOCs
7 * Documentation for this fractional pll can be found at:
/linux/drivers/clk/at91/
H A Dsam9x7.c42 * @PLL_TYPE_FRAC: fractional PLL identifier
62 /* Fractional PLL core output range. */
83 /* Fractional PLL output range. */
146 /* Layout for fractional PLL ID PLLA. */
155 /* Layout for fractional PLLs. */

1234567891011