Home
last modified time | relevance | path

Searched refs:computed (Results 1 – 25 of 70) sorted by relevance

123

/Linux-v5.10/drivers/gpu/drm/mgag200/
Dmgag200_mode.c126 long computed; in mgag200_g200_set_plls() local
150 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_g200_set_plls()
151 if (computed < f_vco) in mgag200_g200_set_plls()
152 tmp_delta = f_vco - computed; in mgag200_g200_set_plls()
154 tmp_delta = computed - f_vco; in mgag200_g200_set_plls()
191 unsigned int computed; in mga_g200se_set_plls() local
214 computed = (pllreffreq * testn) / in mga_g200se_set_plls()
216 if (computed > clock) in mga_g200se_set_plls()
217 tmpdelta = computed - clock; in mga_g200se_set_plls()
219 tmpdelta = clock - computed; in mga_g200se_set_plls()
[all …]
/Linux-v5.10/tools/perf/
Dbuiltin-diff.c285 pair->diff.computed = true; in compute_delta()
294 pair->diff.computed = true; in compute_ratio()
304 pair->diff.computed = true; in compute_wdiff()
635 pair->diff.computed = true; in compute_cycles_diff()
1418 if (pair->diff.computed) in __hpp__color_compare()
1429 if (pair->diff.computed) in __hpp__color_compare()
1440 if (pair->diff.computed) in __hpp__color_compare()
1594 if (pair->diff.computed) in hpp__entry_pair()
1609 if (pair->diff.computed) in hpp__entry_pair()
1625 if (pair->diff.computed) in hpp__entry_pair()
/Linux-v5.10/tools/perf/Documentation/
Dperf-annotate.txt131 The local/global keywords set if the percentage is computed
133 The period/hits keywords set the base the percentage is computed
Dperf-diff.txt114 overhead and 1 (default) means sorting by computed value of column 1
246 If specified the 'Delta' column is displayed with value 'd' computed as:
267 If specified the 'Ratio' column is displayed with value 'r' computed as:
279 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
Dperf-list.txt37 any extra expressions computed by perf stat.
232 When metrics are computed using formulas from event counts, it is useful to
/Linux-v5.10/Documentation/fb/
Dsa1100fb.rst20 16. LCCR values are display-specific and should be computed as
Dintel810.rst73 is enabled, this will be ignored and computed as 3*xres/4. (This
82 is specified, this will be computed against maximum available memory.
196 will be computed based on the hsync1/hsync2 and vsync1/vsync2 values.
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-firmware-turris-mox-rwtm19 Description: (Read) ECDSA public key (in pubkey hex compressed form) computed
/Linux-v5.10/tools/testing/selftests/powerpc/nx-gzip/
DREADME29 computed checksum abd15e8a isize 0000190d
/Linux-v5.10/Documentation/hwmon/
Dk8temp.rst54 computed temperature called TControl, which must be lower than TControlMax.
Dg762.rst69 is performed to match that target value. The fan speed value is computed
/Linux-v5.10/Documentation/staging/
Dcrc32.rst9 remainder computed on the message+CRC is 0. This latter approach
26 Note that a CRC is computed over a string of *bits*, so you have
142 must be completed before the index of the next can be computed.
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Ddev-meta.rst10 additional information. This may include statistics computed over the image,
Dvidioc-enum-frameintervals.rst87 rate can be computed as follows:
/Linux-v5.10/arch/c6x/lib/
Ddivremu.S16 ;; in A4. The top bit of the quotient is computed first and is
Ddivu.S33 ;; in A4. The top bit of the quotient is computed first and is
/Linux-v5.10/Documentation/driver-api/soundwire/
Dstream.rst345 are computed based on current stream as well as already active
350 computed for the current as well as already active stream based on frame
351 shape and clock frequency computed in step 1.
385 (1) All the values computed in SDW_STREAM_PREPARED state are programmed
/Linux-v5.10/tools/perf/util/
Dsort.h62 bool computed; member
/Linux-v5.10/Documentation/driver-api/thermal/
Dcpu-idle-cooling.rst52 relation with the OPP’s sustainable power and can be computed with a
96 computed.
/Linux-v5.10/Documentation/networking/
Dscaling.rst43 by masking out the low order seven bits of the computed hash for the
134 or will be computed in the stack. Capable hardware can pass the hash in
136 hash used for RSS (e.g. computed Toeplitz hash). The hash is saved in
142 an index into the list is computed from the flow hash modulo the size
290 is computed as head counter + queue length. In other words, the counter
439 queues, is computed and maintained for each network device. When
/Linux-v5.10/arch/m68k/fpsp040/
Dbindec.S49 | If LEN is computed to be greater than 17, set OPERR in
282 | If LEN is computed to be greater than 17, set OPERR in
657 | 10^LEN-1 is computed for this test and A14. If the input was
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/pensando/
Dionic.rst124 The driver values are counters computed by the driver, and the firmware values
/Linux-v5.10/Documentation/scheduler/
Dsched-domains.rst53 computed while iterating over this sched domain's groups.
/Linux-v5.10/Documentation/virt/
Dne_overview.rst70 Hash values are computed for the entire enclave image (EIF), the kernel and
/Linux-v5.10/arch/sparc/lib/
Dchecksum_32.S145 mov %o2, %o0 ! return computed csum
365 mov %g7, %o0 ! give em the computed checksum

123