Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_mode.c108 unsigned int computed; in mga_g200se_set_plls() local
131 computed = (pllreffreq * testn) / in mga_g200se_set_plls()
133 if (computed > clock) in mga_g200se_set_plls()
134 tmpdelta = computed - clock; in mga_g200se_set_plls()
136 tmpdelta = clock - computed; in mga_g200se_set_plls()
173 computed = (pllreffreq * testn) / in mga_g200se_set_plls()
175 if (computed > clock) in mga_g200se_set_plls()
176 tmpdelta = computed - clock; in mga_g200se_set_plls()
178 tmpdelta = clock - computed; in mga_g200se_set_plls()
227 unsigned int computed; in mga_g200wb_set_plls() local
[all …]
/Linux-v5.4/tools/perf/
Dbuiltin-diff.c275 pair->diff.computed = true; in compute_delta()
284 pair->diff.computed = true; in compute_ratio()
294 pair->diff.computed = true; in compute_wdiff()
695 pair->diff.computed = true; in compute_cycles_diff()
1397 if (pair->diff.computed) in __hpp__color_compare()
1408 if (pair->diff.computed) in __hpp__color_compare()
1419 if (pair->diff.computed) in __hpp__color_compare()
1489 if (pair->diff.computed) in hpp__entry_pair()
1504 if (pair->diff.computed) in hpp__entry_pair()
1520 if (pair->diff.computed) in hpp__entry_pair()
/Linux-v5.4/tools/perf/Documentation/
Dperf-annotate.txt125 The local/global keywords set if the percentage is computed
127 The period/hits keywords set the base the percentage is computed
Dperf-diff.txt109 overhead and 1 (default) means sorting by computed value of column 1
237 If specified the 'Delta' column is displayed with value 'd' computed as:
258 If specified the 'Ratio' column is displayed with value 'r' computed as:
270 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
Dperf-list.txt37 any extra expressions computed by perf stat.
222 When metrics are computed using formulas from event counts, it is useful to
Dperf-stat.txt193 Only print computed metrics. Print them in a single line.
275 mispredictions and similar issues. Retiring means that the CPU computed without
Dperf-script.txt233 print computed metrics for all the events in the group. Please note
234 that the metric computed is averaged over the whole sampling
/Linux-v5.4/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.4/Documentation/ABI/testing/
Dsysfs-firmware-turris-mox-rwtm19 Description: (R) ECDSA public key (in pubkey hex compressed form) computed
/Linux-v5.4/Documentation/driver-api/soundwire/
Dstream.rst250 are computed based on current stream as well as already active
255 computed for the current as well as already active stream based on frame
256 shape and clock frequency computed in step 1.
288 (1) All the values computed in SDW_STREAM_PREPARED state are programmed
/Linux-v5.4/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.4/Documentation/
Dcrc32.txt9 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.4/tools/perf/util/
Dsort.h60 bool computed; member
/Linux-v5.4/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.4/Documentation/media/uapi/v4l/
Ddev-meta.rst17 additional information. This may include statistics computed over the image,
Dvidioc-enum-fmt.rst90 computed by the v4l2_fourcc() macro:
Dvidioc-enum-frameintervals.rst95 rate can be computed as follows:
/Linux-v5.4/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.4/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.4/Documentation/scheduler/
Dsched-domains.rst51 computed while iterating over this sched domain's groups.
/Linux-v5.4/Documentation/arm64/
Dmemory.rst127 offset and vmemmap offsets are computed at early boot to enable
/Linux-v5.4/arch/sparc/lib/
Dchecksum_32.S145 mov %o2, %o0 ! return computed csum
388 mov %g7, %o0 ! give em the computed checksum

123