Home
last modified time | relevance | path

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

12345

/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_g200eh3.c32 unsigned int computed; in mgag200_g200eh3_pixpllc_atomic_check() local
44 computed = (pllreffreq * testn) / testm; in mgag200_g200eh3_pixpllc_atomic_check()
45 if (computed > clock) in mgag200_g200eh3_pixpllc_atomic_check()
46 tmpdelta = computed - clock; in mgag200_g200eh3_pixpllc_atomic_check()
48 tmpdelta = clock - computed; in mgag200_g200eh3_pixpllc_atomic_check()
H A Dmgag200_g200se.c129 unsigned int computed; in mgag200_g200se_00_pixpllc_atomic_check() local
143 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_00_pixpllc_atomic_check()
144 if (computed > clock) in mgag200_g200se_00_pixpllc_atomic_check()
145 tmpdelta = computed - clock; in mgag200_g200se_00_pixpllc_atomic_check()
147 tmpdelta = clock - computed; in mgag200_g200se_00_pixpllc_atomic_check()
213 unsigned int computed; in mgag200_g200se_04_pixpllc_atomic_check() local
237 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_04_pixpllc_atomic_check()
238 if (computed > clock) in mgag200_g200se_04_pixpllc_atomic_check()
239 tmpdelta = computed - clock; in mgag200_g200se_04_pixpllc_atomic_check()
241 tmpdelta = clock - computed; in mgag200_g200se_04_pixpllc_atomic_check()
H A Dmgag200_g200ew3.c39 unsigned int computed; in mgag200_g200ew3_pixpllc_atomic_check() local
54 computed = (pllreffreq * testn) / (testm * testp * testp2); in mgag200_g200ew3_pixpllc_atomic_check()
55 if (computed > clock) in mgag200_g200ew3_pixpllc_atomic_check()
56 tmpdelta = computed - clock; in mgag200_g200ew3_pixpllc_atomic_check()
58 tmpdelta = clock - computed; in mgag200_g200ew3_pixpllc_atomic_check()
H A Dmgag200_g200eh.c57 unsigned int computed; in mgag200_g200eh_pixpllc_atomic_check() local
70 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200eh_pixpllc_atomic_check()
71 if (computed > clock) in mgag200_g200eh_pixpllc_atomic_check()
72 tmpdelta = computed - clock; in mgag200_g200eh_pixpllc_atomic_check()
74 tmpdelta = clock - computed; in mgag200_g200eh_pixpllc_atomic_check()
H A Dmgag200_g200wb.c55 unsigned int computed; in mgag200_g200wb_pixpllc_atomic_check() local
68 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200wb_pixpllc_atomic_check()
69 if (computed > clock) in mgag200_g200wb_pixpllc_atomic_check()
70 tmpdelta = computed - clock; in mgag200_g200wb_pixpllc_atomic_check()
72 tmpdelta = clock - computed; in mgag200_g200wb_pixpllc_atomic_check()
H A Dmgag200_g200er.c75 unsigned int computed, vco; in mgag200_g200er_pixpllc_atomic_check() local
96 computed = vco / (m_div_val[testm] * (testo + 1)); in mgag200_g200er_pixpllc_atomic_check()
97 if (computed > clock) in mgag200_g200er_pixpllc_atomic_check()
98 tmpdelta = computed - clock; in mgag200_g200er_pixpllc_atomic_check()
100 tmpdelta = clock - computed; in mgag200_g200er_pixpllc_atomic_check()
H A Dmgag200_g200ev.c63 unsigned int computed; in mgag200_g200ev_pixpllc_atomic_check() local
76 computed = (pllreffreq * testn) / in mgag200_g200ev_pixpllc_atomic_check()
78 if (computed > clock) in mgag200_g200ev_pixpllc_atomic_check()
79 tmpdelta = computed - clock; in mgag200_g200ev_pixpllc_atomic_check()
81 tmpdelta = clock - computed; in mgag200_g200ev_pixpllc_atomic_check()
H A Dmgag200_g200.c82 long computed; in mgag200_g200_pixpllc_atomic_check() local
107 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_g200_pixpllc_atomic_check()
108 if (computed < f_vco) in mgag200_g200_pixpllc_atomic_check()
109 tmp_delta = f_vco - computed; in mgag200_g200_pixpllc_atomic_check()
111 tmp_delta = computed - f_vco; in mgag200_g200_pixpllc_atomic_check()
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_pixpll.c202 unsigned int computed; in lsdc_pixel_pll_compute() local
217 computed = refclk / div_ref * loopc / div_out; in lsdc_pixel_pll_compute()
219 if (clock >= computed) in lsdc_pixel_pll_compute()
220 diff = clock - computed; in lsdc_pixel_pll_compute()
222 diff = computed - clock; in lsdc_pixel_pll_compute()
/linux/tools/perf/
H A Dbuiltin-diff.c284 pair->diff.computed = true; in compute_delta()
293 pair->diff.computed = true; in compute_ratio()
303 pair->diff.computed = true; in compute_wdiff()
622 pair->diff.computed = true; in compute_cycles_diff()
1406 if (pair->diff.computed) in __hpp__color_compare()
1417 if (pair->diff.computed) in __hpp__color_compare()
1428 if (pair->diff.computed) in __hpp__color_compare()
1582 if (pair->diff.computed) in hpp__entry_pair()
1597 if (pair->diff.computed) in hpp__entry_pair()
1613 if (pair->diff.computed) in hpp__entry_pair()
/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.rst104 IP header, from which modem computed checksum.
107 over which checksum is computed.
109 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
/linux/Documentation/fb/
H A Dsa1100fb.rst17 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.rst44 computed hash for the packet (usually a Toeplitz hash).
53 are swapped, the computed hash is the same. This is beneficial in some
202 or will be computed in the stack. Capable hardware can pass the hash in
204 hash used for RSS (e.g. computed Toeplitz hash). The hash is saved in
210 an index into the list is computed from the flow hash modulo the size
358 is computed as head counter + queue length. In other words, the counter
509 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.rst11 additional information. This may include statistics computed over the image,

12345