Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/drivers/gpu/drm/mgag200/
A Dmgag200_g200eh3.c31 unsigned int computed; in mgag200_g200eh3_pixpllc_atomic_check() local
43 computed = (pllreffreq * testn) / testm; in mgag200_g200eh3_pixpllc_atomic_check()
44 if (computed > clock) in mgag200_g200eh3_pixpllc_atomic_check()
45 tmpdelta = computed - clock; in mgag200_g200eh3_pixpllc_atomic_check()
47 tmpdelta = clock - computed; in mgag200_g200eh3_pixpllc_atomic_check()
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()
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()
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()
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()
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()
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()
A Dmgag200_g200.c81 long computed; in mgag200_g200_pixpllc_atomic_check() local
106 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_g200_pixpllc_atomic_check()
107 if (computed < f_vco) in mgag200_g200_pixpllc_atomic_check()
108 tmp_delta = f_vco - computed; in mgag200_g200_pixpllc_atomic_check()
110 tmp_delta = computed - f_vco; in mgag200_g200_pixpllc_atomic_check()
/linux-6.3-rc2/tools/perf/
A 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()
1419 if (pair->diff.computed) in __hpp__color_compare()
1430 if (pair->diff.computed) in __hpp__color_compare()
1441 if (pair->diff.computed) in __hpp__color_compare()
1595 if (pair->diff.computed) in hpp__entry_pair()
1610 if (pair->diff.computed) in hpp__entry_pair()
1626 if (pair->diff.computed) in hpp__entry_pair()
/linux-6.3-rc2/tools/memory-model/Documentation/
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-6.3-rc2/Documentation/networking/device_drivers/cellular/qualcomm/
A Drmnet.rst102 IP header, from which modem computed checksum.
105 over which checksum is computed.
107 Checksum value, indicates the checksum computed.
/linux-6.3-rc2/tools/perf/Documentation/
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:
A Dperf-annotate.txt145 The local/global keywords set if the percentage is computed
147 The period/hits keywords set the base the percentage is computed
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-firmware-turris-mox-rwtm19 Description: (Read) ECDSA public key (in pubkey hex compressed form) computed
/linux-6.3-rc2/Documentation/fb/
A Dsa1100fb.rst20 16. LCCR values are display-specific and should be computed as
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-6.3-rc2/tools/testing/selftests/powerpc/nx-gzip/
A DREADME29 computed checksum abd15e8a isize 0000190d
/linux-6.3-rc2/Documentation/devicetree/bindings/display/bridge/
A Dti,tfp410.yaml27 through the DK[3:1] pins. The de-skew multiplier is computed as
/linux-6.3-rc2/Documentation/hwmon/
A Dk8temp.rst54 computed temperature called TControl, which must be lower than TControlMax.
/linux-6.3-rc2/Documentation/staging/
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-6.3-rc2/Documentation/userspace-api/media/v4l/
A Ddev-meta.rst10 additional information. This may include statistics computed over the image,
/linux-6.3-rc2/Documentation/driver-api/soundwire/
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-6.3-rc2/tools/perf/util/
A Dsort.h61 bool computed; member
/linux-6.3-rc2/Documentation/driver-api/thermal/
A Dcpu-idle-cooling.rst52 relation with the OPP’s sustainable power and can be computed with a
96 computed.
/linux-6.3-rc2/Documentation/networking/
A 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

Completed in 42 milliseconds

1234