Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/f-stack/freebsd/arm/allwinner/clkng/
H A Daw_clk_frac.c196 int retry, multiple, max_mult, best_mult; in aw_clk_frac_set_freq() local
207 for (multiple = 1; multiple <= max_mult; multiple++) { in aw_clk_frac_set_freq()
209 dprintf("Testing with multiple %d\n", multiple); in aw_clk_frac_set_freq()
210 if (*fout * multiple == sc->frac.freq0) { in aw_clk_frac_set_freq()
212 best_mult = multiple; in aw_clk_frac_set_freq()
216 else if (*fout * multiple == sc->frac.freq1) { in aw_clk_frac_set_freq()
218 best_mult = multiple; in aw_clk_frac_set_freq()
226 if (cur == (*fout * multiple)) { in aw_clk_frac_set_freq()
228 best_mult = multiple; in aw_clk_frac_set_freq()
234 if (abs(((*fout * multiple) - cur)) < abs(((*fout * multiple) - best))) { in aw_clk_frac_set_freq()
[all …]
/f-stack/freebsd/contrib/zstd/examples/
H A DREADME.md15 Compress multiple files (in simple mode) in a single command line.
29 Compress multiple files (in streaming mode) in a single command line.
40 Compress multiple files using the same dictionary.
44 Decompress multiple files using the same dictionary.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dthread_safety_dpdk_functions.rst8 Some of the functions in these libraries can be safely called from multiple threads simultaneously,…
22 certain functions within those libraries may not be safe to call from multiple threads simultaneous…
28 lookups of values can be performed in parallel in multiple threads.
30 cannot be done in multiple threads without using locking when a single hash or LPM table is accesse…
31 Another alternative to locking would be to create multiple instances of these tables allowing each …
35 Note, however, that these functions can safely be used from multiple threads
37 If multiple threads are to use the same hardware queue on the same NIC port,
52 It is possible that the multiple read/writes during PMD setup and configuration could be corrupted …
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst8 stages making use of single or multiple threads. Applications can use poll mode
12 * single or multiple primary processes
16 * single primary and multiple secondaries
32 By making use of the application model as a reference, we can discuss multiple
34 primary process, with various processing stages running on multiple cores. The
52 factor, and target. This distinct preference leads to multiple combinations,
101 * If there are multiple port queue pair, it might be the RX thread, RX
122 * Identify if there are multiple RX queue configured for port by
205 * Heavy processing cycles at single or multiple processing stages.
263 * Parallelize enqueue thread for varied multiple queue pair.
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/iommu/
H A Diommu.txt22 * Provide address space isolation between multiple contexts.
29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices
30 typically have a fixed association to the master device, whereas multiple-
48 This may also apply to multiple master IOMMU devices that do not allow the
71 have multiple master interfaces (to one or more IOMMU devices).
91 - pasid-num-bits: Some masters support multiple address spaces for DMA, by
125 /* multiple-master IOMMU */
H A Dmsm,iommu-v0.txt34 - iommus: A reference to the IOMMU in multiple cells. The first cell is a
37 and multiple contexts in each of the iommu. So multiple entries
/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Dpd-samsung.yaml13 Exynos processors include support for multiple power domains which are used
39 to let user to distinguish between multiple domains in SoC.
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dcpm.txt22 * Properties common to multiple CPM/QE devices
44 - If multiple range entries are used, the difference between the parent
48 multiple range entries not be used.
/f-stack/tools/libxo/doc/
H A Dindex.rst20 emit multiple styles of output using command line options to select
22 multiple output streams, pluralization, color, syslog,
/f-stack/freebsd/contrib/device-tree/Bindings/mips/lantiq/
H A Drcu.txt7 The RCU register range is used for multiple purposes. Mostly one device
8 uses one or multiple register exclusively, but for some registers some
/f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/
H A Dcomposite.txt6 register-mapped composite clock with multiple different sub-types;
8 a multiplexer clock with multiple input clock signals or parents, one
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dst,stm32-i2s.yaml31 - description: I2S parent clock for sampling rates multiple of 8kHz.
32 - description: I2S parent clock for sampling rates multiple of 11.025kHz.
/f-stack/dpdk/doc/guides/cryptodevs/
H A Darmv8.rst77 * Cipher input data has to be a multiple of 16 bytes.
78 * Digest input data has to be a multiple of 8 bytes.
H A Doverview.rst17 which means that an input buffer can consist of multiple segments,
23 (i.e. both can consists of multiple segments).
/f-stack/freebsd/contrib/device-tree/Bindings/hwlock/
H A Dhwlock.txt28 or multiple hwlocks, with each hwlock represented by
49 2. Example of a node using multiple specific hwlocks:
/f-stack/freebsd/contrib/device-tree/Bindings/opp/
H A Dopp.txt10 This document contain multiple versions of OPP binding and only one of them
49 multiple power domains. That is, one phandle for each power domain. If only one
102 Entries for multiple regulators shall be provided in the same field separated
112 the above opp-microvolt property, but allows multiple voltage ranges to be
126 Entries for multiple regulators shall be provided in the same field separated
154 - opp-suspend: Marks the OPP to be used during device suspend. If multiple OPPs
159 still can't have multiple nodes with the same opp-hz value in OPP table.
174 hierarchy can be contained in multiple 32 bit values. i.e. <X Y Z1 Z2> in the
181 OPP of a different device. It should not contain multiple phandles to the OPP
423 Example 4: Handling multiple regulators
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dgraph.txt14 have multiple specifiable ports, each of which can be linked to one or more
24 the connecting data buses. A single port with multiple connections can
25 correspond to multiple devices being connected to the same physical bus.
/f-stack/freebsd/contrib/device-tree/Bindings/slimbus/
H A Dbus.txt26 Device Index Uniquely identifies multiple Devices within
28 Instance ID Is for the cases where multiple Devices of the
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dsamsung,exynos4210-combiner.txt8 The interrupt combiner controller consists of multiple combiners. Up to eight
14 controller module (which includes multiple combiners). A combiner in the
/f-stack/freebsd/contrib/device-tree/Bindings/interconnect/
H A Dinterconnect.txt40 can be multiple interconnect providers on a SoC and the consumer may consume
41 multiple paths from different providers depending on use case and the
/f-stack/freebsd/contrib/device-tree/Bindings/pmem/
H A Dpmem-region.txt27 If the reg property contains multiple address ranges
29 in a separate device node. Having multiple address ranges in a
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dversatile-sysreg.txt4 This is a system control registers block, providing multiple low level
/f-stack/freebsd/contrib/device-tree/Bindings/arm/freescale/
H A Dfsl,vf610-mscm-cpucfg.txt3 The MSCM IP contains multiple sub modules, this binding describes the first
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create.cfg61 # If a datasize has a volume size that is not a multiple of the blocksize,
62 # explicitly check that its size has been rounded up to the nearest multiple
/f-stack/freebsd/contrib/device-tree/Bindings/soc/zte/
H A Dpd-2967xx.txt3 zx2967 family includes support for multiple power domains which are used

12345678910>>...17