| /kernel/linux/linux-5.10/drivers/gpu/drm/mgag200/ |
| D | mgag200_mode.c | 126 long computed; in mgag200_g200_set_plls() local 150 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_g200_set_plls() 151 if (computed < f_vco) in mgag200_g200_set_plls() 152 tmp_delta = f_vco - computed; in mgag200_g200_set_plls() 154 tmp_delta = computed - f_vco; in mgag200_g200_set_plls() 193 unsigned int computed; in mga_g200se_set_plls() local 216 computed = (pllreffreq * testn) / in mga_g200se_set_plls() 218 if (computed > clock) in mga_g200se_set_plls() 219 tmpdelta = computed - clock; in mga_g200se_set_plls() 221 tmpdelta = clock - computed; in mga_g200se_set_plls() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| /kernel/linux/linux-6.6/drivers/net/ipa/ |
| D | gsi_reg.h | 27 * configuration. The offset to a channel's set of registers is computed 28 * based on a "base" offset plus an additional "stride" amount computed 29 * from the channel's ID. For such registers, the offset is computed by a 32 * The offset of a register dependent on execution environment is computed 36 * The offset of a channel register is computed by a macro that is supplied a 40 * The offset of an event register is computed by a macro that is supplied a
|
| /kernel/linux/linux-6.6/fs/xfs/scrub/ |
| D | rtsummary.c | 30 * a new summary file incore, and then we compare the computed version against 166 /* If the bitmap size doesn't match the computed size, bail. */ in xchk_rtsum_compute() 176 /* Compare the rtsummary file against the one we computed. */ 213 /* Read a block's worth of computed rtsummary file. */ in xchk_rtsum_compare() 258 /* Does the computed summary file match the actual rtsummary file? */ in xchk_rtsummary()
|
| /kernel/linux/linux-5.10/drivers/net/ipa/ |
| D | gsi_reg.h | 23 * configuration. The offset to a channel's set of registers is computed 24 * based on a "base" offset plus an additional "stride" amount computed 25 * from the channel's ID. For such registers, the offset is computed by a 28 * The offset of a register dependent on execution environment is computed 32 * The offset of a channel register is computed by a macro that is supplied a 36 * The offset of an event register is computed by a macro that is supplied a
|
| /kernel/linux/linux-6.6/tools/memory-model/Documentation/ |
| 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
|
| /kernel/linux/linux-5.10/lib/ |
| D | crc32defs.h | 45 * lsbit-first. Be sure to use cpu_to_le32() to append the computed CRC. 54 * msbit-first. Be sure to use cpu_to_be32() to append the computed CRC.
|
| /kernel/linux/linux-6.6/lib/ |
| D | crc32defs.h | 45 * lsbit-first. Be sure to use cpu_to_le32() to append the computed CRC. 54 * msbit-first. Be sure to use cpu_to_be32() to append the computed CRC.
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| D | nic_common.h | 198 /* Some statistics are computed as A - B where A and B each increase 201 * after those contributing to A, the computed value may be lower than 206 * value. Since the computed value will never be greater than the 207 * true value, we can achieve this by only storing the computed value
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
| D | nic_common.h | 200 /* Some statistics are computed as A - B where A and B each increase 203 * after those contributing to A, the computed value may be lower than 208 * value. Since the computed value will never be greater than the 209 * true value, we can achieve this by only storing the computed value
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| D | nic_common.h | 200 /* Some statistics are computed as A - B where A and B each increase 203 * after those contributing to A, the computed value may be lower than 208 * value. Since the computed value will never be greater than the 209 * true value, we can achieve this by only storing the computed value
|
| /kernel/linux/linux-5.10/fs/xfs/scrub/ |
| D | attr.h | 40 /* A bitmap of space usage computed by walking an attr leaf block. */ 50 /* A bitmap of free space computed by walking attr leaf block free info. */
|
| /kernel/linux/linux-5.10/include/sound/sof/ |
| D | channel_map.h | 18 * In case of one-to-many specifies how the output channels are computed out of 20 * in case of many-to-one specifies how a single target channel is computed
|
| /kernel/linux/linux-6.6/include/sound/sof/ |
| D | channel_map.h | 18 * In case of one-to-many specifies how the output channels are computed out of 20 * in case of many-to-one specifies how a single target channel is computed
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | delay.h | 8 * Delay routines, using a pre-computed "loops_per_jiffy" value. 12 * 1. computed loops_per_jiffy too low (due to the time taken to
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | expr.y | 33 * read from a counter, a constant or some computed value. When 111 * when the event is computed. Create a set of just the ID. 126 * ids for non-constants union the set of IDs that must be computed. 168 * If ids aren't computed then treat the expression as true. If 169 * ids are being computed and the IF expr is a non-zero
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | delay.h | 8 * Delay routines, using a pre-computed "loops_per_jiffy" value. 12 * 1. computed loops_per_jiffy too low (due to the time taken to
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/cellular/qualcomm/ |
| D | rmnet.rst | 102 IP header, from which modem computed checksum. 105 over which checksum is computed. 107 Checksum value, indicates the checksum computed.
|