Home
last modified time | relevance | path

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

1234

/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_g200ew3.c38 unsigned int computed; in mgag200_g200ew3_pixpllc_atomic_check() local
53 computed = (pllreffreq * testn) / (testm * testp * testp2); in mgag200_g200ew3_pixpllc_atomic_check()
54 if (computed > clock) in mgag200_g200ew3_pixpllc_atomic_check()
55 tmpdelta = computed - clock; in mgag200_g200ew3_pixpllc_atomic_check()
57 tmpdelta = clock - computed; in mgag200_g200ew3_pixpllc_atomic_check()
H A Dmgag200_g200se.c128 unsigned int computed; in mgag200_g200se_00_pixpllc_atomic_check() local
142 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_00_pixpllc_atomic_check()
143 if (computed > clock) in mgag200_g200se_00_pixpllc_atomic_check()
144 tmpdelta = computed - clock; in mgag200_g200se_00_pixpllc_atomic_check()
146 tmpdelta = clock - computed; in mgag200_g200se_00_pixpllc_atomic_check()
212 unsigned int computed; in mgag200_g200se_04_pixpllc_atomic_check() local
236 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_04_pixpllc_atomic_check()
237 if (computed > clock) in mgag200_g200se_04_pixpllc_atomic_check()
238 tmpdelta = computed - clock; in mgag200_g200se_04_pixpllc_atomic_check()
240 tmpdelta = clock - computed; in mgag200_g200se_04_pixpllc_atomic_check()
[all...]
H A Dmgag200_g200eh.c56 unsigned int computed; in mgag200_g200eh_pixpllc_atomic_check() local
69 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200eh_pixpllc_atomic_check()
70 if (computed > clock) in mgag200_g200eh_pixpllc_atomic_check()
71 tmpdelta = computed - clock; in mgag200_g200eh_pixpllc_atomic_check()
73 tmpdelta = clock - computed; in mgag200_g200eh_pixpllc_atomic_check()
H A Dmgag200_g200er.c74 unsigned int computed, vco; in mgag200_g200er_pixpllc_atomic_check() local
95 computed = vco / (m_div_val[testm] * (testo + 1)); in mgag200_g200er_pixpllc_atomic_check()
96 if (computed > clock) in mgag200_g200er_pixpllc_atomic_check()
97 tmpdelta = computed - clock; in mgag200_g200er_pixpllc_atomic_check()
99 tmpdelta = clock - computed; in mgag200_g200er_pixpllc_atomic_check()
H A Dmgag200_g200wb.c54 unsigned int computed; in mgag200_g200wb_pixpllc_atomic_check() local
67 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200wb_pixpllc_atomic_check()
68 if (computed > clock) in mgag200_g200wb_pixpllc_atomic_check()
69 tmpdelta = computed - clock; in mgag200_g200wb_pixpllc_atomic_check()
71 tmpdelta = clock - computed; in mgag200_g200wb_pixpllc_atomic_check()
H A Dmgag200_g200ev.c62 unsigned int computed; in mgag200_g200ev_pixpllc_atomic_check() local
75 computed = (pllreffreq * testn) / in mgag200_g200ev_pixpllc_atomic_check()
77 if (computed > clock) in mgag200_g200ev_pixpllc_atomic_check()
78 tmpdelta = computed - clock; in mgag200_g200ev_pixpllc_atomic_check()
80 tmpdelta = clock - computed; in mgag200_g200ev_pixpllc_atomic_check()
/linux/tools/perf/
H A Dbuiltin-diff.c286 pair->diff.computed = true; in compute_delta()
295 pair->diff.computed = true; in compute_ratio()
305 pair->diff.computed = true; in compute_wdiff()
624 pair->diff.computed = true; in compute_cycles_diff()
833 * The delta can be computed without the baseline, but in hist_entry__cmp_compute_idx()
1408 if (pair->diff.computed) in __hpp__color_compare()
1419 if (pair->diff.computed) in __hpp__color_compare()
1430 if (pair->diff.computed) in __hpp__color_compare()
1584 if (pair->diff.computed) in hpp__entry_pair()
1599 if (pair->diff.computed) in hpp__entry_pair()
[all...]
/linux/tools/memory-model/Documentation/
H A Dglossary.txt7 Address Dependency: When the address of a later memory access is computed
18 In this case, because the address of "p->a" on line 3 is computed
55 of a value computed from a value returned by an earlier load,
88 Data Dependency: When the data written by a later store is computed based
/linux/Documentation/networking/device_drivers/cellular/qualcomm/
H A Drmnet.rst102 IP header, from which modem computed checksum.
105 over which checksum is computed.
107 Checksum value, indicates the checksum computed.
/linux/tools/perf/Documentation/
H A 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:
H A Dperf-annotate.txt148 The local/global keywords set if the percentage is computed
150 The period/hits keywords set the base the percentage is computed
H A Dperf-stat.txt294 Only print computed metrics. Print them in a single line.
378 compute the threshold then the threshold is still computed and used to
379 color the metric's computed value.
432 couldn't be computed.
474 mispredictions and similar issues. Retiring means that the CPU computed without
/linux/Documentation/fb/
H A Dsa1100fb.rst20 16. LCCR values are display-specific and should be computed as
H A 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/tools/testing/selftests/net/packetdrill/
H A Dtcp_slow_start_slow-start-fq-ack-per-2pkt.pkt38 // FQ notices that this packet missed the 'time to send next packet' computed
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A DREADME29 computed checksum abd15e8a isize 0000190d
/linux/Documentation/hwmon/
H A Dk8temp.rst54 computed temperature called TControl, which must be lower than TControlMax.
H A Dg762.rst69 is performed to match that target value. The fan speed value is computed
/linux/Documentation/staging/
H A 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/Documentation/driver-api/soundwire/
H A 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/Documentation/networking/
H A Dscaling.rst43 by masking out the low order seven bits of the computed hash for the
49 are swapped, the computed hash is the same. This is beneficial in some
198 or will be computed in the stack. Capable hardware can pass the hash in
200 hash used for RSS (e.g. computed Toeplitz hash). The hash is saved in
206 an index into the list is computed from the flow hash modulo the size
354 is computed as head counter + queue length. In other words, the counter
505 queues, is computed and maintained for each network device. When
/linux/Documentation/driver-api/thermal/
H A Dcpu-idle-cooling.rst52 relation with the OPP’s sustainable power and can be computed with a
96 computed.
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-meta.rst10 additional information. This may include statistics computed over the image,
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-turris-omnia-mcu18 computed from the first one by incrementing it.
/linux/arch/m68k/fpsp040/
H A 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
692 | 10^LEN is again computed using whatever table is in a1 since the

1234