Home
last modified time | relevance | path

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

12345678910>>...21

/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-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-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-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
Dfec.h4 * Copyright (c) 2009 Orex Computed Radiography
/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-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-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-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-5.10/Documentation/staging/
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.
/kernel/linux/linux-5.10/Documentation/fb/
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.
/kernel/linux/linux-5.10/drivers/firmware/efi/
Dmokvar-table.c51 * efi_mokvar_table_size is set to the computed size of the
96 * efi_mokvar_table_size: Computed size of EFI MOK variable config table.
303 * efi_mokvar_table_size: Computed size of EFI MOK variable config table.
/kernel/linux/linux-5.10/drivers/crypto/vmx/
Dghashp8-ppc.pl101 stvx_u $xC2,0,r3 # save pre-computed table
122 lvx_u $Hl,r8,$Htbl # load pre-computed table
170 lvx_u $Hl,r8,$Htbl # load pre-computed table
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Dnic.h435 /* Some statistics are computed as A - B where A and B each increase
438 * after those contributing to A, the computed value may be lower than
443 * value. Since the computed value will never be greater than the
444 * true value, we can achieve this by only storing the computed value
/kernel/linux/linux-5.10/Documentation/networking/
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
/kernel/linux/linux-5.10/tools/perf/
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()
844 * The delta can be computed without the baseline, but in hist_entry__cmp_compute_idx()
1418 if (pair->diff.computed) in __hpp__color_compare()
1429 if (pair->diff.computed) in __hpp__color_compare()
1440 if (pair->diff.computed) in __hpp__color_compare()
1594 if (pair->diff.computed) in hpp__entry_pair()
1609 if (pair->diff.computed) in hpp__entry_pair()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Drx_desc.h240 * Indicates that the computed checksum (tcp_udp_chksum) did
244 * Indicates that the computed checksum did not match the
796 * Toeplitz hash is computed over 2-tuple IPv4 or IPv6 src/dest
797 * addresses; otherwise, toeplitz hash is computed over 4-tuple
940 * The value of the computed TCP/UDP checksum. A mode bit
1013 * 32 bit CRC computed out of IP v6 extension headers.
1025 * Computed out of TCP and IP fields to indicate that this
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dsdrc.h62 * This structure holds a pre-computed set of register values for the
64 * intended to be pre-computed and specified in an array in the board-*.c
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dmsg_prot.h109 * size computed separately, see below)
194 * The suffix "p1.p2" is the service port, and is computed the same way

12345678910>>...21