Home
last modified time | relevance | path

Searched full:computed (Results 1 – 25 of 926) sorted by relevance

12345678910>>...38

/kernel/linux/linux-5.10/drivers/gpu/drm/mgag200/
Dmgag200_mode.c126 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-4.19/drivers/gpu/drm/mgag200/
Dmgag200_mode.c109 unsigned int computed; in mga_g200se_set_plls() local
132 computed = (pllreffreq * testn) / in mga_g200se_set_plls()
134 if (computed > clock) in mga_g200se_set_plls()
135 tmpdelta = computed - clock; in mga_g200se_set_plls()
137 tmpdelta = clock - computed; in mga_g200se_set_plls()
174 computed = (pllreffreq * testn) / in mga_g200se_set_plls()
176 if (computed > clock) in mga_g200se_set_plls()
177 tmpdelta = computed - clock; in mga_g200se_set_plls()
179 tmpdelta = clock - computed; in mga_g200se_set_plls()
228 unsigned int computed; in mga_g200wb_set_plls() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ipa/
Dgsi_reg.h23 * 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
Dipa_reg.h26 * is computed based on an "base" offset, plus an endpoint's ID multiplied
28 * computed by a function-like macro that takes a parameter used in the
35 * The offset of a register dependent on endpoint ID is computed by a macro
42 * The offset of registers related to filter and route tables is computed
49 * The offset of registers related to resource types is computed by a macro
/kernel/linux/linux-5.10/lib/
Dcrc32defs.h45 * 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-4.19/lib/
Dcrc32defs.h45 * 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-4.19/tools/perf/Documentation/
Dperf-diff.txt108 overhead and 1 (default) means sorting by computed value of column 1
178 If specified the 'Delta' column is displayed with value 'd' computed as:
199 If specified the 'Ratio' column is displayed with value 'r' computed as:
211 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
Dperf-annotate.txt125 The local/global keywords set if the percentage is computed
127 The period/hits keywords set the base the percentage is computed
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dattr.h40 /* 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/drivers/net/ethernet/sfc/
Dnic_common.h198 /* 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-5.10/include/sound/sof/
Dchannel_map.h18 * 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-4.19/include/linux/
Ddelay.h8 * 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-5.10/include/linux/
Ddelay.h8 * 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-4.19/arch/arm/crypto/
Daes-neonbs-core.S639 bxlt ip // computed goto if blocks < 8
658 bxlt ip // computed goto if blocks < 8
700 bxlt ip // computed goto if blocks < 8
728 bxlt ip // computed goto if blocks < 8
741 bxlt ip // computed goto if blocks < 8
816 bxlt ip // computed goto if blocks < 8
836 bxlt ip // computed goto if blocks < 8
852 bxlt ip // computed goto if blocks < 8
913 bxlt ip // computed goto if blocks < 8
978 bxlt ip // computed goto if blocks < 8
[all …]
/kernel/linux/linux-5.10/net/bluetooth/
Decdh_helper.c56 * secret: memory where the ecdh computed shared secret will be saved.
164 * @public_key: memory where the computed ecc public key will be saved.
217 * @public_key: memory where the computed ecc public key will be saved.
/kernel/linux/linux-4.19/net/bluetooth/
Decdh_helper.c56 * secret: memory where the ecdh computed shared secret will be saved.
164 * @public_key: memory where the computed ecc public key will be saved.
217 * @public_key: memory where the computed ecc public key will be saved.
/kernel/linux/linux-5.10/arch/arm/crypto/
Daes-neonbs-core.S631 movlt pc, ip // computed goto if blocks < 8
650 movlt pc, ip // computed goto if blocks < 8
692 movlt pc, ip // computed goto if blocks < 8
720 movlt pc, ip // computed goto if blocks < 8
733 movlt pc, ip // computed goto if blocks < 8
808 movlt pc, ip // computed goto if blocks < 8
828 movlt pc, ip // computed goto if blocks < 8
844 movlt pc, ip // computed goto if blocks < 8
903 movlt pc, ip // computed goto if blocks < 8
975 movlt pc, ip // computed goto if blocks < 8
[all …]
/kernel/linux/linux-5.10/tools/perf/Documentation/
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:
Dperf-annotate.txt131 The local/global keywords set if the percentage is computed
133 The period/hits keywords set the base the percentage is computed
/kernel/linux/linux-4.19/tools/perf/
Dbuiltin-diff.c245 pair->diff.computed = true; in compute_delta()
254 pair->diff.computed = true; in compute_ratio()
264 pair->diff.computed = true; in compute_wdiff()
591 * The delta can be computed without the baseline, but in hist_entry__cmp_compute_idx()
907 if (pair->diff.computed) in __hpp__color_compare()
918 if (pair->diff.computed) in __hpp__color_compare()
929 if (pair->diff.computed) in __hpp__color_compare()
991 if (pair->diff.computed) in hpp__entry_pair()
1006 if (pair->diff.computed) in hpp__entry_pair()
1022 if (pair->diff.computed) in hpp__entry_pair()
/kernel/linux/linux-4.19/drivers/base/power/
Ddomain_governor.c102 * is false, so if the computed value is not positive, return in default_suspend_ok()
186 * If the computed minimum device off time is negative, there are no in __default_power_down_ok()
194 * The difference between the computed minimum subdomain or device off in __default_power_down_ok()
/kernel/linux/linux-5.10/drivers/gpu/drm/vkms/
Dvkms_drv.h46 * @n_frame_start: start frame number for computed CRC
47 * @n_frame_end: end frame number for computed CRC
/kernel/linux/linux-4.19/Documentation/fb/
Dintel810.txt67 is enabled, this will be ignored and computed as 3*xres/4. (This
76 is specified, this will be computed against maximum available memory.
189 will be computed based on the hsync1/hsync2 and vsync1/vsync2 values.
/kernel/linux/linux-5.10/drivers/base/power/
Ddomain_governor.c103 * is false, so if the computed value is not positive, return in default_suspend_ok()
186 * If the computed minimum device off time is negative, there are no in __default_power_down_ok()
194 * The difference between the computed minimum subdomain or device off in __default_power_down_ok()
/kernel/linux/linux-4.19/Documentation/driver-api/soundwire/
Dstream.rst220 are computed based on current stream as well as already active
225 computed for the current as well as already active stream based on frame
226 shape and clock frequency computed in step 1.
228 (3) Computed Bus and transport parameters are programmed in Master(s) and
257 (1) All the values computed in SDW_STREAM_PREPARED state are programmed

12345678910>>...38