Home
last modified time | relevance | path

Searched +full:interleave +full:- +full:mode (Results 1 – 25 of 112) sorted by relevance

12345

/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dmax98373.txt7 - compatible : "maxim,max98373"
9 - reg : the I2C address of the device.
13 - maxim,vmon-slot-no : slot number used to send voltage information
14 or in inteleave mode this will be used as
15 interleave slot.
18 - maxim,imon-slot-no : slot number used to send current information
21 - maxim,spkfb-slot-no : slot number used to send speaker feedback information
24 - maxim,interleave-mode : For cases where a single combined channel
29 Boolean, define to enable the interleave mode, Default : false
36 maxim,vmon-slot-no = <0>;
[all …]
Dmax9892x.txt7 - compatible : should be one of the following
8 - "maxim,max98925"
9 - "maxim,max98926"
10 - "maxim,max98927"
12 - vmon-slot-no : slot number used to send voltage information
13 or in inteleave mode this will be used as
14 interleave slot.
18 - imon-slot-no : slot number used to send current information
22 - interleave-mode : When using two MAX9892X in a system it is
24 overflow the frame size. Digital Audio Interleave
[all …]
/Linux-v6.1/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst12 supported platforms with Non-Uniform Memory Access architectures since 2.4.?.
18 (``Documentation/admin-guide/cgroup-v1/cpusets.rst``)
21 programming interface that a NUMA-aware application can take advantage of. When
30 ------------------------
41 up, the system default policy will be set to interleave
43 not to overload the initial boot node with boot-time
47 this is an optional, per-task policy. When defined for a
63 In a multi-threaded task, task policies apply only to the thread
100 mapping-- i.e., at Copy-On-Write.
103 virtual address space--a.k.a. threads--independent of when
[all …]
Dhugetlbpage.rst15 256M and ppc64 supports 4K and 16M. A TLB is a cache of virtual-to-physical
95 Once a number of huge pages have been pre-allocated to the kernel huge page
171 indicates the current number of pre-allocated huge pages of the default size.
182 task that modifies ``nr_hugepages``. The default for the allowed nodes--when the
183 task has default memory policy--is all on-line nodes with memory. Allowed
208 requested by applications. Writing any non-zero value into this file
228 of the in-use huge pages to surplus huge pages. This will occur even if
230 this condition holds--that is, until ``nr_hugepages+nr_overcommit_hugepages`` is
231 increased sufficiently, or the surplus huge pages go out of use and are freed--
234 With support for multiple huge page pools at run-time available, much of
[all …]
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-cxl4 Contact: linux-cxl@vger.kernel.org
14 Contact: linux-cxl@vger.kernel.org
17 Memory Device Output Payload in the CXL-2.0
24 Contact: linux-cxl@vger.kernel.org
28 Payload in the CXL-2.0 specification.
34 Contact: linux-cxl@vger.kernel.org
38 Payload in the CXL-2.0 specification.
44 Contact: linux-cxl@vger.kernel.org
46 (RO) 64-bit serial number per the PCIe Device Serial Number
54 Contact: linux-cxl@vger.kernel.org
[all …]
/Linux-v6.1/drivers/mtd/chips/
Dcfi_util.c44 unsigned interleave = cfi_interleave(cfi); in cfi_build_cmd_addr() local
45 unsigned type = cfi->device_type; in cfi_build_cmd_addr()
48 addr = (cmd_ofs * type) * interleave; in cfi_build_cmd_addr()
50 /* Modify the unlock address if we are in compatibility mode. in cfi_build_cmd_addr()
55 if (((type * interleave) > bankwidth) && ((cmd_ofs & 0xff) == 0xaa)) in cfi_build_cmd_addr()
56 addr |= (type >> 1)*interleave; in cfi_build_cmd_addr()
63 * Transforms the CFI command for the given geometry (bus width & interleave).
89 /* First, determine what the bit-pattern should be for a single in cfi_build_cmd()
90 device, according to chip mode and endianness... */ in cfi_build_cmd()
123 /* And finally, for the multi-word case, replicate it in cfi_build_cmd()
[all …]
Dcfi_probe.c82 for (f = fixups; f->fixup; f++) { in cfi_early_fixup()
83 if (((f->mfr == CFI_MFR_ANY) || (f->mfr == cfi->mfr)) && in cfi_early_fixup()
84 ((f->id == CFI_ID_ANY) || (f->id == cfi->id))) { in cfi_early_fixup()
85 f->fixup(cfi); in cfi_early_fixup()
91 in: interleave,type,mode
100 if ((base + 0) >= map->size) { in cfi_probe_chip()
103 (unsigned long)base, map->size -1); in cfi_probe_chip()
106 if ((base + 0xff) >= map->size) { in cfi_probe_chip()
109 (unsigned long)base + 0x55, map->size -1); in cfi_probe_chip()
119 if (!cfi->numchips) { in cfi_probe_chip()
[all …]
Dcfi_cmdset_0020.c8 * - completely revamped method functions so they are aware and
9 * independent of the flash geometry (buswidth, interleave, etc.)
10 * - scalability vs code size is completely set at compile-time
12 * - optimized write buffer method
13 * 06/21/2002 Joern Engel <joern@wh.fh-wedel.de> and others
14 * - modified Intel Command Set 0x0001 to support ST Advanced Architecture
16 * - added a writev function
17 * 07/13/2005 Joern Engel <joern@wh.fh-wedel.de>
18 * - Plugged memory leak in cfi_staa_writev().
68 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport); in cfi_tell_features()
[all …]
Dcfi_cmdset_0001.c9 * - completely revamped method functions so they are aware and
10 * independent of the flash geometry (buswidth, interleave, etc.)
11 * - scalability vs code size is completely set at compile-time
13 * - optimized write buffer method
15 * - reworked lock/unlock/erase support for var size flash
17 * - auto unlock sectors on resume for auto locking flash on power up
41 // debugging, turns off buffer write mode if set to 1
98 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
99 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
123 printk(" Extended Query version %c.%c\n", extp->MajorVersion, extp->MinorVersion); in cfi_tell_features()
[all …]
/Linux-v6.1/sound/pci/echoaudio/
Dechoaudio_dsp.h3 Copyright Echo Digital Audio Corporation (c) 1998 - 2004
21 Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22 MA 02111-1307, USA.
26 Translation from C++ and adaptation for use in ALSA-Driver
41 /**** Echo24: Gina24, Layla24, Mona, Mia, Mia-midi ****/
81 * These are the offsets for the memory-mapped DSP registers; the DSP base
108 * DSP commands sent via slave mode; these are sent to the DSP by write_dsp()
133 #define MIDI_IN_SKIP_DATA (-1)
136 /*----------------------------------------------------------------------------
145 the future), Layla24 also has "continuous sample rate mode". In this mode,
[all …]
Dechoaudio_dsp.c3 Copyright Echo Digital Audio Corporation (c) 1998 - 2004
21 Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22 MA 02111-1307, USA.
26 Translation from C++ and adaptation for use in ALSA-Driver
40 command and then write a non-zero value to the Handshake field in the
50 if (chip->comm_page->handshake) { in wait_handshake()
56 dev_err(chip->card->dev, "wait_handshake(): Timeout waiting for DSP\n"); in wait_handshake()
57 return -EBUSY; in wait_handshake()
83 dev_err(chip->card->dev, "timeout on send_vector\n"); in send_vector()
84 return -EBUSY; in send_vector()
[all …]
/Linux-v6.1/drivers/cxl/core/
Dregion.c1 // SPDX-License-Identifier: GPL-2.0-only
25 * 1. Interleave granularity
26 * 2. Interleave size
31 * All changes to the interleave configuration occur with this lock held
42 struct cxl_region_params *p = &cxlr->params; in uuid_show()
48 rc = sysfs_emit(buf, "%pUb\n", &p->uuid); in uuid_show()
65 p = &cxlr->params; in is_dup()
67 if (uuid_equal(&p->uuid, uuid)) { in is_dup()
69 return -EBUSY; in is_dup()
79 struct cxl_region_params *p = &cxlr->params; in uuid_store()
[all …]
/Linux-v6.1/Documentation/translations/zh_TW/filesystems/
Dtmpfs.rst1 .. SPDX-License-Identifier: GPL-2.0
3 .. include:: ../disclaimer-zh_TW.rst
20 頁面swap出去。它具有最大限制,可以通過「mount -o remount ...」調整。
51 4) 也許還有更多我不知道的地方:-)
74 可以通過「mount -o remount ...」調整
81 mpol=interleave 傾向於依次從每個節點分配
82 mpol=interleave:NodeList 依次從每個節點分配
86 NodeList格式是以逗號分隔的十進位數字表示大小和範圍,最大和最小範圍是用-
87 分隔符的十進位數來表示。例如,mpol=bind0-3,5,7,9-15
91 由調用任務的cpuset[請參見Documentation/admin-guide/cgroup-v1/cpusets.rst]
[all …]
/Linux-v6.1/Documentation/translations/zh_CN/filesystems/
Dtmpfs.rst1 .. SPDX-License-Identifier: GPL-2.0
3 .. include:: ../disclaimer-zh_CN.rst
19 页面swap出去。它具有最大限制,可以通过“mount -o remount ...”调整。
50 4) 也许还有更多我不知道的地方:-)
73 可以通过“mount -o remount ...”调整
80 mpol=interleave 倾向于依次从每个节点分配
81 mpol=interleave:NodeList 依次从每个节点分配
85 NodeList格式是以逗号分隔的十进制数字表示大小和范围,最大和最小范围是用-
86 分隔符的十进制数来表示。例如,mpol=bind0-3,5,7,9-15
90 由调用任务的cpuset[请参见Documentation/admin-guide/cgroup-v1/cpusets.rst]
[all …]
/Linux-v6.1/drivers/edac/
Dsb_edac.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Intel Sandy Bridge -EN/-EP/-EX Memory Controller kernel module
24 #include <asm/intel-family.h>
68 0x60, 0x68, 0x70, 0x78, 0x80, /* 0-4 */
69 0x88, 0x90, 0x98, 0xa0, 0xa8, /* 5-9 */
70 0xb0, 0xb8, 0xc0, 0xc8, 0xd0, /* 10-14 */
71 0xd8, 0xe0, 0xe8, 0xf0, 0xf8, /* 15-19 */
72 0x100, 0x108, 0x110, 0x118, /* 20-23 */
105 0x64, 0x6c, 0x74, 0x7c, 0x84, /* 0-4 */
106 0x8c, 0x94, 0x9c, 0xa4, 0xac, /* 5-9 */
[all …]
/Linux-v6.1/Documentation/driver-api/nvdimm/
Dnvdimm.rst2 LIBNVDIMM: Non-Volatile Devices
5 libnvdimm - kernel / libndctl - userspace helper library
18 PMEM-REGIONs, Atomic Sectors, and DAX
50 A system-physical-address range where writes are persistent. A
52 may span an interleave of several DIMMs.
55 DIMM Physical Address, is a DIMM-relative offset. With one DIMM in
56 the system there would be a 1:1 system-physical-address:DPA association.
57 Once more DIMMs are added a memory controller interleave must be
59 system-physical-address.
68 device - in this case the firmware.
[all …]
/Linux-v6.1/Documentation/fb/
Darkfb.rst2 arkfb - fbdev driver for ARK Logic chips
12 - only BIOS initialized VGA devices supported
13 - probably not working on big endian
20 * 8 bpp pseudocolor mode (with 18bit palette)
22 * 24 bpp truecolor mode (RGB 888)
23 * 32 bpp truecolor mode (RGB 888)
24 * text mode (activated by bpp = 0)
25 * doublescan mode variant (not available in text mode)
29 Text mode is supported even in higher resolutions, but there is limitation to
31 hardware). This limitation is not enforced by driver. Text mode supports 8bit
[all …]
Dvt8623fb.rst2 vt8623fb - fbdev driver for graphics core in VIA VT8623 chipset
12 I tested vt8623fb on VIA EPIA ML-6000
19 * 8 bpp pseudocolor mode (with 18bit palette)
20 * 16 bpp truecolor mode (RGB 565)
21 * 32 bpp truecolor mode (RGB 888)
22 * text mode (activated by bpp = 0)
23 * doublescan mode variant (not available in text mode)
28 Text mode is supported even in higher resolutions, but there is limitation to
30 driver. Text mode supports 8bit wide fonts only (hardware limitation) and
33 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with
[all …]
Ds3fb.rst2 s3fb - fbdev driver for S3 Trio/Virge chips
15 - only PCI bus supported
16 - only BIOS initialized VGA devices supported
17 - probably not working on big endian
27 * 8 bpp pseudocolor mode (with 18bit palette)
29 * 24 bpp truecolor mode (RGB 888) on (only on Virge VX)
30 * 32 bpp truecolor mode (RGB 888) on (not on Virge VX)
31 * text mode (activated by bpp = 0)
32 * interlaced mode variant (not available in text mode)
33 * doublescan mode variant (not available in text mode)
[all …]
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Ddm-integrity.rst2 dm-integrity
5 The dm-integrity target emulates a block device that has additional
6 per-sector tags that can be used for storing integrity information.
9 writing the sector and the integrity tag must be atomic - i.e. in case of
12 To guarantee write atomicity, the dm-integrity target uses journal, it
16 The dm-integrity target can be used with the dm-crypt target - in this
17 situation the dm-crypt target creates the integrity data and passes them
18 to the dm-integrity target via bio_integrity_payload attached to the bio.
19 In this mode, the dm-crypt and dm-integrity targets provide authenticated
20 disk encryption - if the attacker modifies the encrypted device, an I/O
[all …]
/Linux-v6.1/include/linux/
Dmempolicy.h1 /* SPDX-License-Identifier: GPL-2.0 */
30 * Locking policy for interleave:
46 unsigned short mode; /* See MPOL_* above */ member
48 nodemask_t nodes; /* interleave/bind/perfer */
75 return (pol && (pol->flags & MPOL_F_SHARED)); in mpol_needs_cond_ref()
92 #define vma_policy(vma) ((vma)->vm_policy)
97 atomic_inc(&pol->refcnt); in mpol_get()
182 return (pol->mode == MPOL_PREFERRED_MANY); in mpol_is_preferred_many()
284 return -1; /* no node preference */ in mpol_misplaced()
/Linux-v6.1/Documentation/filesystems/
Dtmpfs.rst1 .. SPDX-License-Identifier: GPL-2.0
17 be adjusted on the fly via 'mount -o remount ...'
60 4) And probably a lot more I do not know about :-)
90 all files in that instance (if CONFIG_NUMA is enabled) - which can be
91 adjusted on the fly via 'mount -o remount ...'
98 mpol=interleave prefers to allocate from each node in turn
99 mpol=interleave:NodeList allocates from each node of NodeList in turn
103 NodeList format is a comma-separated list of decimal numbers and ranges,
104 a range being two hyphen-separated decimal numbers, the smallest and
105 largest node numbers in the range. For example, mpol=bind:0-3,5,7,9-15
[all …]
/Linux-v6.1/include/rdma/
Dopa_port_info.h1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
3 * Copyright (c) 2014-2020 Intel Corporation. All rights reserved.
12 #define OPA_PORT_LINK_MODE_OPA 4 /* Port mode is OPA */
21 #define OPA_PORT_LTP_CRC_MODE_14 1 /* 14-bit LTP CRC mode (optional) */
22 #define OPA_PORT_LTP_CRC_MODE_16 2 /* 16-bit LTP CRC mode */
23 #define OPA_PORT_LTP_CRC_MODE_48 4 /* 48-bit LTP CRC mode (optional) */
24 #define OPA_PORT_LTP_CRC_MODE_PER_LANE 8 /* 12/16-bit per lane LTP CRC mode */
61 /* 34 -reserved */
64 /* 37-38 reserved */
68 /* 42-48 reserved */
[all …]
/Linux-v6.1/sound/soc/codecs/
Dmax98926.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * max98926.c -- ALSA SoC MAX98926 driver
4 * Copyright 2013-15 Maxim Integrated Products
48 { 0x1A, 0x04 }, /* DAI Clock Mode 1 */
49 { 0x1B, 0x00 }, /* DAI Clock Mode 2 */
205 static DECLARE_TLV_DB_SCALE(max98926_spk_tlv, -600, 100, 0);
222 (1<<MAX98926_SPK_GAIN_WIDTH)-1, 0,
232 (1<<MAX98926_ALC_TH_WIDTH)-1, 0),
236 (1<<MAX98926_BST_ILIM_SHIFT)-1, 0,
291 regmap_update_bits(max98926->regmap, in max98926_set_sense_data()
[all …]
/Linux-v6.1/mm/
Dmempolicy.c1 // SPDX-License-Identifier: GPL-2.0-only
15 * interleave Allocate memory interleaved over a set of nodes,
124 * run-time system-wide default policy => local allocation
128 .mode = MPOL_LOCAL,
134 * numa_map_to_online_node - Find closest online node
163 struct mempolicy *pol = p->mempolicy; in get_task_policy()
173 if (pol->mode) in get_task_policy()
187 return pol->flags & MPOL_MODE_FLAGS; in mpol_store_user_nodemask()
201 return -EINVAL; in mpol_new_nodemask()
202 pol->nodes = *nodes; in mpol_new_nodemask()
[all …]

12345