Home
last modified time | relevance | path

Searched full:sets (Results 1 – 25 of 3038) sorted by relevance

12345678910>>...122

/linux-5.10/fs/nls/
DKconfig44 native language character sets. These character sets are stored
56 native language character sets. These character sets are stored
68 native language character sets. These character sets are stored
81 native language character sets. These character sets are stored in
97 native language character sets. These character sets are stored in
112 native language character sets. These character sets are stored in
123 native language character sets. These character sets are stored in
134 native language character sets. These character sets are stored in
145 native language character sets. These character sets are stored in
156 native language character sets. These character sets are stored in
[all …]
/linux-5.10/arch/arm64/boot/dts/amazon/
Dalpine-v3.dtsi30 d-cache-sets = <256>;
33 i-cache-sets = <256>;
44 d-cache-sets = <256>;
47 i-cache-sets = <256>;
58 d-cache-sets = <256>;
61 i-cache-sets = <256>;
72 d-cache-sets = <256>;
75 i-cache-sets = <256>;
86 d-cache-sets = <256>;
89 i-cache-sets = <256>;
[all …]
/linux-5.10/arch/riscv/kernel/
Dcacheinfo.c60 unsigned int sets, unsigned int line_size) in ci_leaf_init() argument
65 this_leaf->number_of_sets = sets; in ci_leaf_init()
72 if (sets == 1) in ci_leaf_init()
79 if (sets > 0 && size > 0 && line_size > 0) in ci_leaf_init()
80 this_leaf->ways_of_associativity = (size / sets) / line_size; in ci_leaf_init()
86 unsigned int size, sets, line_size; in fill_cacheinfo() local
90 !of_property_read_u32(node, "cache-sets", &sets)) { in fill_cacheinfo()
91 ci_leaf_init((*this_leaf)++, CACHE_TYPE_UNIFIED, level, size, sets, line_size); in fill_cacheinfo()
95 !of_property_read_u32(node, "i-cache-sets", &sets) && in fill_cacheinfo()
97 ci_leaf_init((*this_leaf)++, CACHE_TYPE_INST, level, size, sets, line_size); in fill_cacheinfo()
[all …]
/linux-5.10/arch/mips/mm/
Dc-octeon.c180 c->icache.sets = 64 << ((config1 >> 22) & 7); in probe_octeon()
184 c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
188 c->dcache.sets = 2; /* CN5XXX has two Dcache sets */ in probe_octeon()
190 c->dcache.sets = 1; /* CN3XXX has one Dcache set */ in probe_octeon()
193 c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon()
200 c->icache.sets = 8; in probe_octeon()
203 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
207 c->dcache.sets = 8; in probe_octeon()
208 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon()
214 c->icache.sets = 16; in probe_octeon()
[all …]
Dsc-mips.c153 unsigned long sets, line_sz, assoc; in mips_sc_probe_cm3() local
158 sets = cfg & CM_GCR_L2_CONFIG_SET_SIZE; in mips_sc_probe_cm3()
159 sets >>= __ffs(CM_GCR_L2_CONFIG_SET_SIZE); in mips_sc_probe_cm3()
160 if (sets) in mips_sc_probe_cm3()
161 c->scache.sets = 64 << sets; in mips_sc_probe_cm3()
171 c->scache.waysize = c->scache.sets * c->scache.linesz; in mips_sc_probe_cm3()
214 c->scache.sets = 64 << tmp; in mips_sc_probe()
236 * According to config2 it would be 5-ways and 512-sets, in mips_sc_probe()
241 c->scache.sets = 256; in mips_sc_probe()
247 c->scache.waysize = c->scache.sets * c->scache.linesz; in mips_sc_probe()
/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-fm-tx.rst30 Sets the RDS Programme Identification field for transmission.
33 Sets the RDS Programme Type field for transmission. This encodes up
37 Sets the Programme Service name (PS_NAME) for transmission. It is
49 Sets the Radio Text info for transmission. It is a textual
64 Sets the Mono/Stereo bit of the Decoder Identification code. If set,
68 Sets the
74 Sets the Compressed bit of the Decoder Identification code. If set,
78 Sets the Dynamic PTY bit of the Decoder Identification code. If set,
106 Sets the audio deviation limiter feature release time. Unit is in
120 Sets the gain for audio compression feature. It is a dB value. The
[all …]
/linux-5.10/arch/arm64/boot/dts/marvell/
Darmada-ap806-quad.dtsi27 i-cache-sets = <256>;
30 d-cache-sets = <256>;
42 i-cache-sets = <256>;
45 d-cache-sets = <256>;
57 i-cache-sets = <256>;
60 d-cache-sets = <256>;
72 i-cache-sets = <256>;
75 d-cache-sets = <256>;
83 cache-sets = <512>;
90 cache-sets = <512>;
Darmada-ap807-quad.dtsi27 i-cache-sets = <256>;
30 d-cache-sets = <256>;
42 i-cache-sets = <256>;
45 d-cache-sets = <256>;
57 i-cache-sets = <256>;
60 d-cache-sets = <256>;
72 i-cache-sets = <256>;
75 d-cache-sets = <256>;
83 cache-sets = <512>;
90 cache-sets = <512>;
Darmada-ap806-dual.dtsi27 i-cache-sets = <256>;
30 d-cache-sets = <256>;
42 i-cache-sets = <256>;
45 d-cache-sets = <256>;
53 cache-sets = <512>;
/linux-5.10/arch/arm64/boot/dts/ti/
Dk3-am654.dtsi43 i-cache-sets = <256>;
46 d-cache-sets = <128>;
57 i-cache-sets = <256>;
60 d-cache-sets = <128>;
71 i-cache-sets = <256>;
74 d-cache-sets = <128>;
85 i-cache-sets = <256>;
88 d-cache-sets = <128>;
98 cache-sets = <512>;
107 cache-sets = <512>;
/linux-5.10/arch/riscv/boot/dts/sifive/
Dfu540-c000.dtsi29 i-cache-sets = <128>;
43 d-cache-sets = <64>;
45 d-tlb-sets = <1>;
49 i-cache-sets = <64>;
51 i-tlb-sets = <1>;
67 d-cache-sets = <64>;
69 d-tlb-sets = <1>;
73 i-cache-sets = <64>;
75 i-tlb-sets = <1>;
91 d-cache-sets = <64>;
[all …]
/linux-5.10/arch/arm64/boot/dts/arm/
Djuno.dts93 i-cache-sets = <256>;
96 d-cache-sets = <256>;
111 i-cache-sets = <256>;
114 d-cache-sets = <256>;
129 i-cache-sets = <256>;
132 d-cache-sets = <128>;
147 i-cache-sets = <256>;
150 d-cache-sets = <128>;
165 i-cache-sets = <256>;
168 d-cache-sets = <128>;
[all …]
Djuno-r1.dts94 i-cache-sets = <256>;
97 d-cache-sets = <256>;
111 i-cache-sets = <256>;
114 d-cache-sets = <256>;
128 i-cache-sets = <256>;
131 d-cache-sets = <128>;
145 i-cache-sets = <256>;
148 d-cache-sets = <128>;
162 i-cache-sets = <256>;
165 d-cache-sets = <128>;
[all …]
Djuno-r2.dts94 i-cache-sets = <256>;
97 d-cache-sets = <256>;
112 i-cache-sets = <256>;
115 d-cache-sets = <256>;
130 i-cache-sets = <256>;
133 d-cache-sets = <128>;
148 i-cache-sets = <256>;
151 d-cache-sets = <128>;
166 i-cache-sets = <256>;
169 d-cache-sets = <128>;
[all …]
/linux-5.10/include/media/i2c/
Dtc358743.h37 * Sets DDC5V_MODE in register DDC_CTL.
75 * Sets HDMI_DET_V in register HDMI_DET.
81 * Sets PHY_AUTO_RST2 in register PHY_CTL2.
87 * Sets PHY_AUTO_RST3 in register PHY_CTL2.
93 * Sets PHY_AUTO_RST4 in register PHY_CTL2.
99 * Sets H_PI_RST in register HV_RST.
105 * Sets V_PI_RST in register HV_RST.
/linux-5.10/Documentation/firmware-guide/acpi/
DDSD-properties-rules.rst7 Properties, Property Sets and Property Subsets
41 Property sets may be hierarchical. That is, a property set may contain
45 General Validity Rule for Property Sets
48 Valid property sets must follow the guidance given by the Device Properties UUID
55 return property sets which do not follow that rule from _DSD in data packages
78 Property Sets and Device Tree Bindings
81 It often is useful to make _DSD return property sets that follow Device Tree
85 account in the first place and returning invalid property sets from _DSD must be
92 In any case, property sets following DT bindings literally should not be
/linux-5.10/Documentation/admin-guide/media/
Dsi4713.rst111 - acomp_gain - Sets the gain for audio dynamic range control.
112 - acomp_threshold - Sets the threshold level for audio dynamic range control.
113 - acomp_attack_time - Sets the attack time for audio dynamic range control.
114 - acomp_release_time - Sets the release time for audio dynamic range control.
122 - limiter_release_time - Sets the limiter release time.
126 - power_level - Sets the output power level for signal transmission.
132 - rds_ps_name - Sets the RDS ps name field for transmission.
133 - rds_radio_text - Sets the RDS radio text for transmission.
134 - rds_pi - Sets the RDS PI field for transmission.
135 - rds_pty - Sets the RDS PTY field for transmission.
[all …]
/linux-5.10/net/ethtool/
Dstrset.c96 struct strset_info sets[ETH_SS_COUNT]; member
128 per_dev = data->sets[id].per_dev; in strset_include()
129 if (!per_dev && !data->sets[id].strings) in strset_include()
203 if (data->sets[i].free_strings) { in strset_cleanup_data()
204 kfree(data->sets[i].strings); in strset_cleanup_data()
205 data->sets[i].strings = NULL; in strset_cleanup_data()
206 data->sets[i].free_strings = false; in strset_cleanup_data()
261 memcpy(&data->sets, &info_template, sizeof(data->sets)); in strset_prepare_data()
266 data->sets[i].per_dev) { in strset_prepare_data()
280 !data->sets[i].per_dev) in strset_prepare_data()
[all …]
/linux-5.10/Documentation/networking/
Dgeneric-hdlc.rst66 - sets physical interface for a given port
79 - sets clock rate in bps (for "int" or "txint" clock only)
84 * hdlc - sets raw HDLC (IP-only) mode
86 nrz / nrzi / fm-mark / fm-space / manchester - sets transmission code
90 crc16-itu (CRC16 with ITU-T polynomial) / crc16-itu-pr0 - sets parity
95 * cisco - sets Cisco HDLC mode (IP, IPv6 and IPX supported)
102 * ppp - sets synchronous PPP mode
104 * x25 - sets X.25 mode
/linux-5.10/include/uapi/linux/
Dultrasound.h32 * _GUS_NUMVOICES - Sets max. number of concurrent voices (P1=14-31, default 16)
38 * _GUS_VOICEBALA - Sets voice balance (P1, 0=left, 7=middle and 15=right, default 7)
39 * _GUS_VOICEFREQ - Sets voice (sample) playback frequency (P1=Hz)
40 * _GUS_VOICEVOL - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
41 * _GUS_VOICEVOL2 - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
45 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
46 * _GUS_RAMPRATE - Sets the speed for volume ramping (P1=scale, P2=rate)
47 * _GUS_RAMPMODE - Sets the volume ramping mode (P1=ramping mode)
/linux-5.10/arch/s390/kernel/
Dperf_cpum_cf_diag.c3 * Performance event support for s390x - CPU-measurement Counter Sets
39 /* Counter sets are stored as data stream in a page sized memory buffer and
49 * All counter sets are followed by a 64 byte trailer.
54 * - the time stamp the counter sets have been collected
58 * The counter sets are saved when the process is prepared to be executed on a
60 * The difference of both counter sets are calculated and stored in the event
127 * Enable and activate the CPU-counter sets according
153 * Disable and enable (inactive) the CPU-counter sets according
193 /* Setup the event. Test for authorized counter sets and only include counter
194 * sets which are authorized at the time of the setup. Including unauthorized
[all …]
/linux-5.10/arch/arm64/boot/dts/freescale/
Dfsl-lx2160a.dtsi36 d-cache-sets = <128>;
39 i-cache-sets = <192>;
53 d-cache-sets = <128>;
56 i-cache-sets = <192>;
70 d-cache-sets = <128>;
73 i-cache-sets = <192>;
87 d-cache-sets = <128>;
90 i-cache-sets = <192>;
104 d-cache-sets = <128>;
107 i-cache-sets = <192>;
[all …]
/linux-5.10/Documentation/ABI/testing/
Ddebugfs-driver-habanalabs5 Description: Sets the device address to be used for read or write through
104 Description: Sets I2C device address for I2C transaction that is generated
111 Description: Sets I2C bus address for I2C transaction that is generated by
126 Description: Sets I2C register id for I2C transaction that is generated by
133 Description: Sets the state of the first S/W led on the device
139 Description: Sets the state of the second S/W led on the device
145 Description: Sets the state of the third S/W led on the device
161 Description: Sets the PCI power state. Valid values are "1" for D0 and "2"
183 Description: Sets the stop-on_error option for the device engines. Value of
/linux-5.10/drivers/crypto/cavium/nitrox/
Dnitrox_csr.h434 * @ae_wd: Reads or sets enable for EMU(0..3)_WD_INT[AE_WD]
435 * @se_wd: Reads or sets enable for EMU(0..3)_WD_INT[SE_WD]
456 * @ae_ge: Reads or sets enable for EMU(0..3)_GE_INT[AE_GE]
457 * @se_ge: Reads or sets enable for EMU(0..3)_GE_INT[SE_GE]
731 * @host_nps_wr_err: Reads or sets enable for
733 * @npco_dma_malform: Reads or sets enable for
735 * @exec_wr_timeout: Reads or sets enable for
737 * @host_wr_timeout: Reads or sets enable for
739 * @host_wr_err: Reads or sets enable for
937 * @epci_decode_err: Reads or sets enable for
[all …]
/linux-5.10/Documentation/devicetree/bindings/arm/socionext/
Dsocionext,uniphier-system-cache.yaml40 cache-sets: true
61 - cache-sets
74 cache-sets = <512>;
87 cache-sets = <512>;
99 cache-sets = <512>;

12345678910>>...122