Home
last modified time | relevance | path

Searched full:multiple (Results 1 – 25 of 5000) sorted by relevance

12345678910>>...200

/kernel/linux/linux-5.10/Documentation/staging/
Dcrc32.rst6 and the whole thing (message+CRC) is a multiple of the given
37 appropriate multiple of the divisor to subtract to being the remainder
42 throw the quotient bit away, but subtract the appropriate multiple of
49 multiple = remainder & 0x80000000 ? CRCPOLY : 0;
50 remainder = (remainder << 1 | next_input_bit()) ^ multiple;
70 multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
71 remainder = (remainder << 1) ^ multiple;
78 multiple = (remainder & 1) ? CRCPOLY : 0;
79 remainder = (remainder >> 1) ^ multiple;
94 multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
[all …]
/kernel/linux/linux-4.19/Documentation/
Dcrc32.txt6 and the whole thing (message+CRC) is a multiple of the given
37 appropriate multiple of the divisor to subtract to being the remainder
42 throw the quotient bit away, but subtract the appropriate multiple of
49 multiple = remainder & 0x80000000 ? CRCPOLY : 0;
50 remainder = (remainder << 1 | next_input_bit()) ^ multiple;
70 multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
71 remainder = (remainder << 1) ^ multiple;
78 multiple = (remainder & 1) ? CRCPOLY : 0;
79 remainder = (remainder >> 1) ^ multiple;
94 multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
[all …]
/kernel/linux/linux-4.19/sound/pci/ctxfi/
Dxfi.c27 static unsigned int multiple = 2; variable
30 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)");
31 module_param(multiple, uint, 0444);
86 if ((multiple != 1) && (multiple != 2) && (multiple != 4)) { in ct_card_probe()
87 dev_err(card->dev, "Invalid multiple value %u!!!\n", in ct_card_probe()
88 multiple); in ct_card_probe()
90 "The valid values for multiple are 1, 2 and 4, Value 2 is assumed.\n"); in ct_card_probe()
91 multiple = 2; in ct_card_probe()
93 err = ct_atc_create(card, pci, reference_rate, multiple, in ct_card_probe()
/kernel/linux/linux-5.10/sound/pci/ctxfi/
Dxfi.c24 static unsigned int multiple = 2; variable
27 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)");
28 module_param(multiple, uint, 0444);
83 if ((multiple != 1) && (multiple != 2) && (multiple != 4)) { in ct_card_probe()
84 dev_err(card->dev, "Invalid multiple value %u!!!\n", in ct_card_probe()
85 multiple); in ct_card_probe()
87 "The valid values for multiple are 1, 2 and 4, Value 2 is assumed.\n"); in ct_card_probe()
88 multiple = 2; in ct_card_probe()
90 err = ct_atc_create(card, pci, reference_rate, multiple, in ct_card_probe()
/kernel/linux/linux-5.10/Documentation/sound/
Dalsa-configuration.rst34 specify multiple values for the option separated by commas.
53 This option takes multiple strings.
135 This module supports multiple cards. It does not support autoprobe, so
169 This module supports multiple cards, autoprobe and PnP.
183 This module supports multiple cards. It does not support autoprobe
197 This module supports multiple cards.
219 This module supports multiple cards, autoprobe and PnP.
228 This module supports multiple cards.
241 This module supports multiple cards, autoprobe and PnP.
253 This module supports multiple cards.
[all …]
/kernel/linux/linux-4.19/Documentation/sound/
Dalsa-configuration.rst34 specify multiple values for the option separated by commas.
53 This option takes multiple strings.
135 This module supports multiple cards. It does not support autoprobe, so
169 This module supports multiple cards, autoprobe and PnP.
183 This module supports multiple cards. It does not support autoprobe
197 This module supports multiple cards.
219 This module supports multiple cards, autoprobe and PnP.
228 This module supports multiple cards.
241 This module supports multiple cards, autoprobe and PnP.
253 This module supports multiple cards.
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/
Diommu.txt22 * Provide address space isolation between multiple contexts.
29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices
30 typically have a fixed association to the master device, whereas multiple-
48 This may also apply to multiple master IOMMU devices that do not allow the
52 - #iommu-cells = <1>: Multiple master IOMMU devices may need to be configured
71 have multiple master interfaces (to one or more IOMMU devices).
91 - pasid-num-bits: Some masters support multiple address spaces for DMA, by
122 Multiple-master IOMMU with fixed associations:
125 /* multiple-master IOMMU */
150 Multiple-master IOMMU:
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iommu/
Diommu.txt22 * Provide address space isolation between multiple contexts.
29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices
30 typically have a fixed association to the master device, whereas multiple-
48 This may also apply to multiple master IOMMU devices that do not allow the
52 - #iommu-cells = <1>: Multiple master IOMMU devices may need to be configured
71 have multiple master interfaces (to one or more IOMMU devices).
116 Multiple-master IOMMU with fixed associations:
119 /* multiple-master IOMMU */
144 Multiple-master IOMMU:
162 Multiple-master IOMMU with configurable DMA window:
/kernel/linux/linux-4.19/include/linux/
Dipmi-fru.h27 uint8_t internal_use_off; /* multiple of 8 bytes */
28 uint8_t chassis_info_off; /* multiple of 8 bytes */
29 uint8_t board_area_off; /* multiple of 8 bytes */
30 uint8_t product_area_off; /* multiple of 8 bytes */
31 uint8_t multirecord_off; /* multiple of 8 bytes */
49 uint8_t area_len; /* multiple of 8 bytes */
63 * 0x00 pad to a multiple of 8 bytes - 1
/kernel/linux/linux-5.10/Documentation/vm/
Dpage_frags.rst8 which resides within a 0 or higher order compound page. Multiple
20 and tracks allows multiple calls to make use of a cached page. The
21 advantage to doing this is that multiple calls to get_page can be avoided
40 was implemented. It allows for freeing multiple references from a single
42 cleaning up the multiple references that were added to a page in order to
/kernel/linux/linux-4.19/Documentation/vm/
Dpage_frags.rst8 which resides within a 0 or higher order compound page. Multiple
20 and tracks allows multiple calls to make use of a cached page. The
21 advantage to doing this is that multiple calls to get_page can be avoided
40 was implemented. It allows for freeing multiple references from a single
42 cleaning up the multiple references that were added to a page in order to
/kernel/linux/linux-4.19/Documentation/filesystems/nfs/
Dpnfs.txt5 reference multiple devices, each of which can reference multiple data servers.
6 Each data server can be referenced by multiple devices. Each device
7 can be referenced by multiple layouts. To keep all of this straight,
37 justification, but seems reasonable given that we can have multiple
38 deviceid's per filesystem, and multiple filesystems per nfs_client.
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/
Dpnfs.rst6 reference multiple devices, each of which can reference multiple data servers.
7 Each data server can be referenced by multiple devices. Each device
8 can be referenced by multiple layouts. To keep all of this straight,
40 justification, but seems reasonable given that we can have multiple
41 deviceid's per filesystem, and multiple filesystems per nfs_client.
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/broadwell/
Dfloating-point.json30 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
39 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
48 …QRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
57 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
66 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
75 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
84 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
93 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
102 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
111 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
/kernel/linux/linux-5.10/Documentation/power/
Dcharger-manager.rst9 and where each battery may have multiple chargers attached and the userland
10 wants to look at the aggregated information of the multiple chargers.
14 represents an independent battery with chargers. If there are multiple
16 the system may need multiple instances of Charger Manager.
23 * Support for multiple chargers (e.g., a device with USB, AC, and solar panels)
24 A system may have multiple chargers (or power sources) and some of
28 aggregates charger-related information from multiple sources and
67 if there are multiple batteries. If there are multiple batteries, the
68 multiple instances of Charger Manager share the same charger_global_desc
/kernel/linux/linux-4.19/Documentation/power/
Dcharger-manager.txt6 and where each battery may have multiple chargers attached and the userland
7 wants to look at the aggregated information of the multiple chargers.
11 represents an independent battery with chargers. If there are multiple
13 the system may need multiple instances of Charger Manager.
20 * Support for multiple chargers (e.g., a device with USB, AC, and solar panels)
21 A system may have multiple chargers (or power sources) and some of
25 aggregates charger-related information from multiple sources and
64 if there are multiple batteries. If there are multiple batteries, the
65 multiple instances of Charger Manager share the same charger_global_desc
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwellde/
Dfloating-point.json27 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
36 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
45 …QRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
54 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
63 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
72 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
81 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
90 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
99 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
108 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/broadwellx/
Dfloating-point.json27 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
36 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
45 …QRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
54 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
63 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
72 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
81 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
90 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
99 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
108 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwellx/
Dfloating-point.json27 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
36 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
45 …QRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
54 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
63 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
72 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
81 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
90 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
99 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
108 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/broadwellde/
Dfloating-point.json27 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
36 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
45 …QRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
54 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
63 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
72 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
81 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
90 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
99 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
108 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
/kernel/linux/linux-4.19/tools/perf/Documentation/
Dperf-ftrace.txt46 Only trace for the list of CPUs provided. Multiple CPUs can
53 Only trace functions given by the argument. Multiple functions
61 this can be used more than once to specify multiple functions
70 This can be used more than once to specify multiple functions.
78 This can be used more than once to specify multiple functions.
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/
Dfloating-point.json32 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
41 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
50 …QRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
59 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
68 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
77 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
86 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
95 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
104 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
113 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylake/
Dfloating-point.json8 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
17 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
26 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
35 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
44 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
53 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/skylake/
Dfloating-point.json8 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
17 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
26 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
35 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
44 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
53 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
/kernel/linux/linux-4.19/drivers/staging/greybus/
Dfw-core.c83 /* Disallow multiple Firmware Management CPorts */ in gb_fw_core_probe()
86 "multiple management CPorts found\n"); in gb_fw_core_probe()
104 /* Disallow multiple Firmware Download CPorts */ in gb_fw_core_probe()
107 "multiple download CPorts found\n"); in gb_fw_core_probe()
123 /* Disallow multiple SPI CPorts */ in gb_fw_core_probe()
126 "multiple SPI CPorts found\n"); in gb_fw_core_probe()
142 /* Disallow multiple CAP CPorts */ in gb_fw_core_probe()
144 dev_err(&bundle->dev, "multiple Authentication CPorts found\n"); in gb_fw_core_probe()

12345678910>>...200