| /linux/drivers/gpu/drm/mgag200/ |
| A D | mgag200_g200eh3.c | 31 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 D | mgag200_g200ew3.c | 38 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 D | mgag200_g200se.c | 128 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 D | mgag200_g200eh.c | 56 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 D | mgag200_g200wb.c | 54 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 D | mgag200_g200er.c | 74 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 D | mgag200_g200ev.c | 62 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 D | mgag200_g200.c | 81 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/drivers/gpu/drm/loongson/ |
| A D | lsdc_pixpll.c | 201 unsigned int computed; in lsdc_pixel_pll_compute() local 216 computed = refclk / div_ref * loopc / div_out; in lsdc_pixel_pll_compute() 218 if (clock >= computed) in lsdc_pixel_pll_compute() 219 diff = clock - computed; in lsdc_pixel_pll_compute() 221 diff = computed - clock; in lsdc_pixel_pll_compute()
|
| /linux/tools/perf/ |
| A D | builtin-diff.c | 285 pair->diff.computed = true; in compute_delta() 294 pair->diff.computed = true; in compute_ratio() 304 pair->diff.computed = true; in compute_wdiff() 623 pair->diff.computed = true; in compute_cycles_diff() 1407 if (pair->diff.computed) in __hpp__color_compare() 1418 if (pair->diff.computed) in __hpp__color_compare() 1429 if (pair->diff.computed) in __hpp__color_compare() 1583 if (pair->diff.computed) in hpp__entry_pair() 1598 if (pair->diff.computed) in hpp__entry_pair() 1614 if (pair->diff.computed) in hpp__entry_pair()
|
| /linux/tools/memory-model/Documentation/ |
| A D | glossary.txt | 7 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/ |
| A D | rmnet.rst | 102 IP header, from which modem computed checksum. 105 over which checksum is computed. 107 Checksum value, indicates the checksum computed.
|
| /linux/tools/perf/Documentation/ |
| A D | perf-diff.txt | 114 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 D | perf-annotate.txt | 148 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/ |
| A D | sa1100fb.rst | 20 16. LCCR values are display-specific and should be computed as
|
| A D | intel810.rst | 73 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/Documentation/ABI/testing/ |
| A D | sysfs-firmware-turris-mox-rwtm | 19 Description: (Read) ECDSA public key (in pubkey hex compressed form) computed
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| A D | tcp_slow_start_slow-start-fq-ack-per-2pkt.pkt | 38 // FQ notices that this packet missed the 'time to send next packet' computed
|
| /linux/Documentation/devicetree/bindings/display/bridge/ |
| A D | ti,tfp410.yaml | 27 through the DK[3:1] pins. The de-skew multiplier is computed as
|
| /linux/tools/testing/selftests/powerpc/nx-gzip/ |
| A D | README | 29 computed checksum abd15e8a isize 0000190d
|
| /linux/Documentation/hwmon/ |
| A D | k8temp.rst | 54 computed temperature called TControl, which must be lower than TControlMax.
|
| /linux/Documentation/staging/ |
| A D | crc32.rst | 9 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/ |
| A D | stream.rst | 345 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/ |
| A D | scaling.rst | 43 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 191 or will be computed in the stack. Capable hardware can pass the hash in 193 hash used for RSS (e.g. computed Toeplitz hash). The hash is saved in 199 an index into the list is computed from the flow hash modulo the size 347 is computed as head counter + queue length. In other words, the counter 496 queues, is computed and maintained for each network device. When
|
| A D | xsk-tx-metadata.rst | 52 device should store the computed checksum.
|