Home
last modified time | relevance | path

Searched refs:spread (Results 1 – 25 of 101) sorted by relevance

12345

/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dti,cdce925.yaml57 optional child node can be used to specify spread
63 spread-spectrum:
67 spread-spectrum-center:
99 spread-spectrum = <4>;
100 spread-spectrum-center;
H A Dmediatek,mt8186-fhctl.yaml7 title: MediaTek frequency hopping and spread spectrum clocking control
35 description: The percentage of spread spectrum clocking for one PLL.
H A Dst,stm32-rcc.yaml73 - center-spread
74 - down-spread
132 st,ssc-modmethod = "center-spread";
H A Drenesas,9series.yaml59 renesas,out-spread-spectrum:
62 description: Output clock down spread in pcm (1/1000 of percent)
H A Dmarvell,berlin.txt7 Clock related registers are spread among the chip control registers. Berlin
H A Dnuvoton,ma35d1-clk.yaml43 - spread-spectrum
/linux-6.15/Documentation/devicetree/bindings/clock/ti/
H A Ddpll.txt43 "ssc-deltam" - DPLL supports spread spectrum clocking (SSC), contains
45 "ssc-modfreq" - DPLL supports spread spectrum clocking (SSC), contains
59 - ti,ssc-deltam : DPLL supports spread spectrum clocking, frequency
61 - ti,ssc-modfreq-hz : DPLL supports spread spectrum clocking, spread
63 - ti,ssc-downspread : DPLL supports spread spectrum clocking, boolean
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-platform-dptf134 (RO) Presents SSC (spread spectrum clock) information for EMI
140 [7:0] Sets clock spectrum spread percentage:
142 1 LSB = 0.1% increase in spread (for
144 1 LSB = 0.2% increase in spread (for
146 [8] When set to 1, enables spread
155 to spread waveform
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dnvidia,tegra-regulators-coupling.txt40 regulator-coupled-max-spread = <170000 550000>;
50 regulator-coupled-max-spread = <170000 550000>;
60 regulator-coupled-max-spread = <550000 550000>;
/linux-6.15/Documentation/misc-devices/
H A Dics932s401.rst25 frequency. If spread spectrum mode is enabled, the driver also reports by what
26 percent the clock signal is being spread, which should be between 0 and -0.5%.
/linux-6.15/lib/zstd/common/
H A Dfse_decompress.c64 BYTE* spread = (BYTE*)(symbolNext + maxSymbolValue + 1); in FSE_buildDTable_internal() local
109 MEM_write64(spread + pos, sv); in FSE_buildDTable_internal()
111 MEM_write64(spread + pos + i, sv); in FSE_buildDTable_internal()
130 tableDecode[uPosition].symbol = spread[s + u]; in FSE_buildDTable_internal()
/linux-6.15/Documentation/devicetree/bindings/ata/
H A Dimx-sata.yaml60 fsl,no-spread-spectrum:
62 description: if present, disable spread-spectrum clocking on the SATA link.
/linux-6.15/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi57 regulator-coupled-max-spread = <300000>;
134 regulator-coupled-max-spread = <300000>;
H A Dtegra30-asus-nexus7-grouper-maxim-pmic.dtsi70 regulator-coupled-max-spread = <300000>;
83 regulator-coupled-max-spread = <300000>;
/linux-6.15/Documentation/driver-api/thermal/
H A Dintel_dptf.rst241 Set the FIVR spread spectrum clocking percentage
244 Enable/disable of the FIVR spread spectrum clocking feature
309 Sets DLVR spread spectrum percent value.
312 Specifies how frequencies are spread using spread spectrum.
313 0: Down spread,
/linux-6.15/fs/udf/
H A Dballoc.c562 uint32_t spread = 0xFFFFFFFF, nspread = 0xFFFFFFFF; in udf_table_new_block() local
594 while (spread) { in udf_table_new_block()
609 if (nspread < spread) { in udf_table_new_block()
610 spread = nspread; in udf_table_new_block()
625 if (ret < 0 || spread == 0xFFFFFFFF) { in udf_table_new_block()
/linux-6.15/lib/zstd/compress/
H A Dfse_compress.c121 …BYTE* const spread = tableSymbol + tableSize; /* size = tableSize + 8 (may write beyond tableSize)… in FSE_buildCTable_wksp() local
129 MEM_write64(spread + pos, sv); in FSE_buildCTable_wksp()
131 MEM_write64(spread + pos + i, sv); in FSE_buildCTable_wksp()
149 tableSymbol[uPosition] = spread[s + u]; in FSE_buildCTable_wksp()
/linux-6.15/arch/arm64/boot/dts/rockchip/
H A Drk3588-quartzpro64.dts513 regulator-coupled-max-spread = <10000>;
571 regulator-coupled-max-spread = <10000>;
840 regulator-coupled-max-spread = <10000>;
855 regulator-coupled-max-spread = <10000>;
870 regulator-coupled-max-spread = <10000>;
898 regulator-coupled-max-spread = <10000>;
914 regulator-coupled-max-spread = <10000>;
942 regulator-coupled-max-spread = <10000>;
H A Drk3588-evb1-v10.dts727 regulator-coupled-max-spread = <10000>;
781 regulator-coupled-max-spread = <10000>;
1031 regulator-coupled-max-spread = <10000>;
1045 regulator-coupled-max-spread = <10000>;
1059 regulator-coupled-max-spread = <10000>;
1085 regulator-coupled-max-spread = <10000>;
1100 regulator-coupled-max-spread = <10000>;
1126 regulator-coupled-max-spread = <10000>;
H A Drk3588s-evb1-v10.dts810 regulator-coupled-max-spread = <10000>;
825 regulator-coupled-max-spread = <10000>;
840 regulator-coupled-max-spread = <10000>;
869 regulator-coupled-max-spread = <10000>;
885 regulator-coupled-max-spread = <10000>;
913 regulator-coupled-max-spread = <10000>;
/linux-6.15/drivers/clk/
H A Dclk-eyeq.c166 u32 spread; in eqc_pll_parse_registers() local
207 spread = FIELD_GET(PCSR1_SPREAD, r1); in eqc_pll_parse_registers()
208 *acc = spread * 500000; in eqc_pll_parse_registers()
215 *mult *= 2000 - spread; in eqc_pll_parse_registers()
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Dsamsung,s2mps11.yaml205 regulator-coupled-max-spread = <300000>;
219 regulator-coupled-max-spread = <300000>;
/linux-6.15/Documentation/driver-api/media/drivers/
H A Drkisp1.rst22 reached much market spread.
/linux-6.15/arch/arm64/boot/dts/mediatek/
H A Dmt8183-evb.dts146 regulator-coupled-max-spread = <100000>;
154 regulator-coupled-max-spread = <100000>;
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Drenesas,usb3-phy.yaml53 Enable/disable spread spectrum clock (ssc). 0 or the property doesn't

12345