Home
last modified time | relevance | path

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

1234

/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dti,cdce925.txt30 For all PLL1, PLL2, ... an optional child node can be used to specify spread
32 - spread-spectrum: SSC mode as defined in the data sheet.
33 - spread-spectrum-center: Use "centered" mode instead of "max" mode. When
50 spread-spectrum = <4>;
51 spread-spectrum-center;
H A Dmarvell,berlin.txt7 Clock related registers are spread among the chip control registers. Berlin
/freebsd/sys/contrib/device-tree/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
/freebsd/sys/contrib/device-tree/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>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp169 int spread = (int)left->getDepth() - (int)right->getDepth(); in pickBest() local
170 if (std::abs(spread) > MaxReorderWindow) { in pickBest()
180 int spread = (int)left->getHeight() - (int)right->getHeight(); in pickBest() local
181 if (std::abs(spread) > MaxReorderWindow) in pickBest()
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c63 BYTE* spread = (BYTE*)(symbolNext + maxSymbolValue + 1); in FSE_buildDTable_internal() local
108 MEM_write64(spread + pos, sv); in FSE_buildDTable_internal()
110 MEM_write64(spread + pos + i, sv); in FSE_buildDTable_internal()
129 tableDecode[uPosition].symbol = spread[s + u]; in FSE_buildDTable_internal()
/freebsd/sys/contrib/openzfs/module/zstd/lib/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()
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dimx-sata.txt24 - fsl,no-spread-spectrum : disable spread-spectrum clocking on the SATA
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Df28.pool1 pool ipf/dstlist (name spread; policy round-robin;)
H A Df29.pool1 pool ipf/dstlist (name spread; policy round-robin;)
H A Df28.ipf2 pass in on nic0 to dstlist/spread from 4.4.0.0/16 to any
H A Df29.ipf2 pass in on nic0 to dstlist/spread from 4.4.0.0/16 to any keep state
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c65 spread(int fd, void *buf, size_t count, off_t offset) in spread() function
275 spread(infd, drr, sizeof (*drr), stream_offset); in zfs_redup_stream()
284 spread(infd, buf, payload_size, in zfs_redup_stream()
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-evb2-v10.dts282 regulator-coupled-max-spread = <10000>;
336 regulator-coupled-max-spread = <10000>;
586 regulator-coupled-max-spread = <10000>;
600 regulator-coupled-max-spread = <10000>;
614 regulator-coupled-max-spread = <10000>;
640 regulator-coupled-max-spread = <10000>;
655 regulator-coupled-max-spread = <10000>;
681 regulator-coupled-max-spread = <10000>;
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.dts744 regulator-coupled-max-spread = <10000>;
798 regulator-coupled-max-spread = <10000>;
1048 regulator-coupled-max-spread = <10000>;
1062 regulator-coupled-max-spread = <10000>;
1076 regulator-coupled-max-spread = <10000>;
1102 regulator-coupled-max-spread = <10000>;
1117 regulator-coupled-max-spread = <10000>;
1143 regulator-coupled-max-spread = <10000>;
H A Drk3588s-evb1-v10.dts848 regulator-coupled-max-spread = <10000>;
863 regulator-coupled-max-spread = <10000>;
878 regulator-coupled-max-spread = <10000>;
907 regulator-coupled-max-spread = <10000>;
923 regulator-coupled-max-spread = <10000>;
951 regulator-coupled-max-spread = <10000>;
/freebsd/sys/contrib/device-tree/src/arm/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>;
/freebsd/sys/contrib/openzfs/module/zstd/lib/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()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c120 …BYTE* const spread = tableSymbol + tableSize; /* size = tableSize + 8 (may write beyond tableSize)… in FSE_buildCTable_wksp() local
128 MEM_write64(spread + pos, sv); in FSE_buildCTable_wksp()
130 MEM_write64(spread + pos + i, sv); in FSE_buildCTable_wksp()
148 tableSymbol[uPosition] = spread[s + u]; in FSE_buildCTable_wksp()
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Df2824 4 pass in on nic0 to dstlist/spread inet from 4.4.0.0/16 to any
/freebsd/crypto/openssl/crypto/ripemd/
H A Dbuild.info15 # Implementations are now spread across several libraries, so the defines
/freebsd/crypto/openssl/crypto/sm4/
H A Dbuild.info21 # Implementations are now spread across several libraries, so the defines
/freebsd/crypto/openssl/crypto/rc4/
H A Dbuild.info28 # Implementations are now spread across several libraries, so the defines

1234