Home
last modified time | relevance | path

Searched +full:multi +full:- +full:word (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/openbmc/u-boot/test/py/tests/
H A Dtest_ofplatdata.py1 # SPDX-License-Identifier: GPL-2.0+
7 of-platdata probe:
15 stringarray "multi-word" "message" ""
16 of-platdata probe:
24 stringarray "another" "multi-word" "message"
25 of-platdata probe:
38 """Test that of-platdata can be generated and used in sandbox"""
40 cons.restart_uboot_with_flags(['--show_of_platdata'])
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/
H A Dfloating-point.json5 "BriefDescription": "Total number multi-pipe uOps assigned to all pipes.",
6-pipe uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the F…
12 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 3.",
13-pipe uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the F…
19 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 2.",
20-pipe uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the F…
26 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 1.",
27-pipe uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the F…
33 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 0.",
34-pipe uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the F…
[all …]
/openbmc/u-boot/tools/dtoc/
H A Ddtoc_test_simple.dts1 // SPDX-License-Identifier: GPL-2.0+
8 /dts-v1/;
11 #address-cells = <1>;
12 #size-cells = <1>;
13 spl-test {
14 u-boot,dm-pre-reloc;
15 compatible = "sandbox,spl-test";
23 stringarray = "multi-word", "message";
27 spl-test2 {
28 u-boot,dm-pre-reloc;
[all …]
/openbmc/linux/drivers/ata/
H A Dpata_ftide010.c1 // SPDX-License-Identifier: GPL-2.0-only
24 * struct ftide010 - state container for the Faraday FTIDE010
48 /* Gemini-specific properties */
102 * mdma_50_active_time: array of 4 elements for Td timing for multi
103 * word DMA, Mode 0, 1, and 2 at 50 MHz. Range 0..15.
105 * multi word DMA, Mode 0, 1 and 2 at 50 MHz. Range 0..15.
106 * mdma_66_active_time: array of 4 elements for Td timing for multi
107 * word DMA, Mode 0, 1 and 2 at 66 MHz. Range 0..15.
109 * multi word DMA, Mode 0, 1 and 2 at 66 MHz. Range 0..15.
113 * multi word DMA, Mode 0, 1, 2, 3, 4 and 5 at 50 MHz, Range 0..7.
[all …]
/openbmc/linux/Documentation/i2c/
H A Dslave-testunit-backend.rst1 .. SPDX-License-Identifier: GPL-2.0
7 by Wolfram Sang <wsa@sang-engineering.com> in 2020
11 easy to obtain). Examples include multi-master testing, and SMBus Host Notify
21 # echo "slave-testunit 0x1030" > /sys/bus/i2c/devices/i2c-0/new_device
23 After that, you will have a write-only device listening. Reads will just return
24 an 8-bit version number of the testunit. When writing, the device consists of 4
25 8-bit registers and, except for some "partial" commands, all registers must be
29 0x00 CMD - which test to trigger
30 0x01 DATAL - configuration byte 1 for the test
31 0x02 DATAH - configuration byte 2 for the test
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A Dtriehash1 #!/usr/bin/perl -w
3 # Copyright (C) 2016 Julian Andres Klode <jak@jak-linux.org>
27 triehash - Generate a perfect hash function derived from a trie.
43 an enumeration to describe the word
49 [label ~ ] word [= value]
51 This maps word to value, and generates an enumeration with entries of the form:
55 If I<label> is undefined, the word will be used, the minus character will be
63 Which defines the value to be used for non-existing keys. Note that this also
76 =item B<-C>I<.c file> B<--code>=I<.c file>
80 =item B<-H>I<header file> B<--header>=I<header file>
[all …]
/openbmc/linux/sound/soc/sh/rcar/
H A Dssi.c1 // SPDX-License-Identifier: GPL-2.0
3 // Renesas R-Car SSIU/SSI support
36 #define DWL_MASK (7u << 19) /* Data Word Length mask */
37 #define DWL_8 (0u << 19) /* Data Word Length */
38 #define DWL_16 (1u << 19) /* Data Word Length */
39 #define DWL_18 (2u << 19) /* Data Word Length */
40 #define DWL_20 (3u << 19) /* Data Word Length */
41 #define DWL_22 (4u << 19) /* Data Word Length */
42 #define DWL_24 (5u << 19) /* Data Word Length */
43 #define DWL_32 (6u << 19) /* Data Word Length */
[all …]
/openbmc/u-boot/tools/binman/test/
H A D045_prop_test.dts1 /dts-v1/;
4 #address-cells = <1>;
5 #size-cells = <1>;
8 sort-by-offset;
9 end-at-4gb;
11 intel-me {
13 offset-unset;
20 stringarray = "another", "multi-word", "message";
/openbmc/linux/fs/ntfs/
H A Dmst.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * mst.c - NTFS multi sector transfer protection handling code. Part of the
4 * Linux-NTFS project.
6 * Copyright (c) 2001-2004 Anton Altaparmakov
12 * post_read_mst_fixup - deprotect multi sector transfer protected data
16 * Perform the necessary post read multi sector transfer fixup and detect the
17 * presence of incomplete multi sector transfers. - In that case, overwrite the
21 * Return 0 on success and -EINVAL on error ("BAAD" magic will be present).
34 usa_ofs = le16_to_cpu(b->usa_ofs); in post_read_mst_fixup()
36 usa_count = le16_to_cpu(b->usa_count) - 1; in post_read_mst_fixup()
[all …]
/openbmc/linux/arch/arm/common/
H A Dmcpm_head.S1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/common/mcpm_head.S -- kernel entry point for multi-cluster PM
6 * Copyright: (C) 2012-2013 Linaro Limited
8 * Refer to Documentation/arch/arm/cluster-pm-race-avoidance.rst
18 .arch armv7-a
128 @ Wait for any previously-pending cluster teardown operations to abort
168 @ In the contended case, non-first men wait here for cluster setup
178 @ If a platform-specific CPU setup hook is needed, it is
205 3: .word mcpm_entry_early_pokes - .
206 .word mcpm_entry_vectors - 3b
[all …]
/openbmc/linux/sound/pci/ice1712/
H A Denvy24ht.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
39 #define ICEREG1724(ice, x) ((ice)->port + VT1724_REG_##x)
49 #define VT1724_REG_SYS_CFG 0x04 /* byte - system configuration PCI60 on Envy24*/
60 #define VT1724_CFG_AC97_PACKED 0x01 /* split or packed mode - AC'97 */
65 #define VT1724_CFG_I2S_RESMASK 0x30 /* resolution mask, 16,18,20,24-bit */
103 #define VT1724_REG_GPIO_DATA 0x14 /* word */
104 #define VT1724_REG_GPIO_WRITE_MASK 0x16 /* word */
106 bit3 - during reset used for Eeprom power-on strapping
114 * Professional multi-track direct control registers
117 #define ICEMT1724(ice, x) ((ice)->profi_port + VT1724_MT_##x)
[all …]
H A Dice1712.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 #include <sound/ak4xxx-adda.h>
27 #define ICEREG(ice, x) ((ice)->port + ICE1712_REG_##x)
31 #define ICE1712_SERR_ASSERT_DS_DMA 0x40 /* disabled SERR# assertion for the DS DMA Ch-C irq ot…
40 #define ICE1712_IRQ_PROPCM 0x10 /* professional multi-track */
41 #define ICE1712_IRQ_FM 0x08 /* FM/MIDI - legacy */
47 #define ICE1712_REG_INDEX 0x03 /* byte - indirect CCIxx regs */
48 #define ICE1712_REG_DATA 0x04 /* byte - indirect CCIxx regs */
61 #define ICE1712_REG_AC97_DATA 0x0a /* word (little endian) */
71 #define ICE1712_REG_CONCAP_ADDR 0x14 /* dword - consumer capture */
[all …]
/openbmc/webui-vue/
H A D.eslintrc.js7 'plugin:vue/vue3-recommended',
12 'no-console': 'off',
13 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
21 'vue/component-name-in-template-casing': ['error', 'kebab-case'],
22 'vue/multi-word-component-names': 'off',
23 'vue/no-deprecated-filter': 'off',
24 'vue/no-useless-template-attributes': 'off',
25 'vue/no-deprecated-props-default-this': 'off',
27 parser: 'vue-eslint-parser',
/openbmc/u-boot/post/lib_powerpc/
H A Dmulti.c1 // SPDX-License-Identifier: GPL-2.0+
11 * Load/store multiple word instructions: lmw, stmw
46 ret = memcmp(src, dst, sizeof(dst)) == 0 ? 0 : -1; in cpu_post_test_multi()
49 post_log("Error at multi test !\n"); in cpu_post_test_multi()
/openbmc/linux/arch/riscv/kernel/
H A Dcpufeature.c1 // SPDX-License-Identifier: GPL-2.0-only
27 #include "copy-unaligned.h"
29 #define NUM_ALPHA_EXTS ('z' - 'a' + 1)
33 #define MISALIGNED_COPY_SIZE ((MISALIGNED_BUFFER_SIZE / 2) - 0x80)
40 /* Per-cpu ISA extensions. */
47 * riscv_isa_extension_base() - Get base extension word
50 * Return: base extension word as unsigned long value
63 * __riscv_isa_extension_available() - Check whether given extension
88 pr_err("Zicbom detected in ISA string, disabling as no cbom-block-size found\n"); in riscv_isa_extension_check()
91 pr_err("Zicbom disabled as cbom-block-size present, but is not a power-of-2\n"); in riscv_isa_extension_check()
[all …]
/openbmc/linux/include/linux/dma/
H A Dqcom-gpi-dma.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 * enum spi_transfer_cmd - spi transfer commands
19 * struct gpi_spi_config - spi config for peripheral
25 * @word_len: spi word length
55 * struct gpi_i2c_config - i2c config for peripheral
67 * @muli-msg: is part of multi i2c r-w msgs
/openbmc/u-boot/arch/sandbox/dts/
H A Dsandbox64.dts1 /dts-v1/;
6 #address-cells = <2>;
7 #size-cells = <2>;
17 stdout-path = "/serial";
20 cros_ec: cros-ec {
22 compatible = "google,cros-ec-sandbox";
29 image-pos = <0x08000000>;
31 erase-value = <0>;
35 image-pos = <0>;
38 wp-ro {
[all …]
H A Dsandbox.dts1 /dts-v1/;
6 #address-cells = <1>;
7 #size-cells = <1>;
18 stdout-path = "/serial";
21 audio: audio-codec {
22 compatible = "sandbox,audio-codec";
23 #sound-dai-cells = <1>;
26 cros_ec: cros-ec {
28 u-boot,dm-pre-reloc;
29 compatible = "google,cros-ec-sandbox";
[all …]
/openbmc/linux/drivers/hwmon/pmbus/
H A Dmp2888.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Hardware monitoring driver for MPS Multi-phase Digital VR Controllers
46 return -ENODATA; in mp2888_read_byte_data()
57 * , bits 0-2. The value is selected as below: in mp2888_current_sense_gain_and_resolution_get()
58 * 00b - 5µA/A, 01b - 8.5µA/A, 10b - 9.7µA/A, 11b - 10µA/A. Other in mp2888_current_sense_gain_and_resolution_get()
67 data->curr_sense_gain = 85; in mp2888_current_sense_gain_and_resolution_get()
70 data->curr_sense_gain = 97; in mp2888_current_sense_gain_and_resolution_get()
73 data->curr_sense_gain = 100; in mp2888_current_sense_gain_and_resolution_get()
76 data->curr_sense_gain = 50; in mp2888_current_sense_gain_and_resolution_get()
79 return -EINVAL; in mp2888_current_sense_gain_and_resolution_get()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dfaraday,ftide010.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
15 platform. The controller can do PIO modes 0 through 4, Multi-word DMA
22 The timing properties are unique per-SoC, not per-board.
27 - const: faraday,ftide010
28 - items:
29 - const: cortina,gemini-pata
30 - const: faraday,ftide010
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-inzi.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-PIX-FMT-INZI:
9 Infrared 10-bit linked with Depth 16-bit images
15 Proprietary multi-planar format used by Intel SR300 Depth cameras, comprise of
16 Infrared image followed by Depth data. The pixel definition is 32-bpp,
22 The first plane - Infrared data - is stored according to
23 :ref:`V4L2_PIX_FMT_Y10 <V4L2-PIX-FMT-Y10>` greyscale format.
24 Each pixel is 16-bit cell, with actual data stored in the 10 LSBs
29 The second plane provides 16-bit per-pixel Depth data arranged in
30 :ref:`V4L2-PIX-FMT-Z16 <V4L2-PIX-FMT-Z16>` format.
[all …]
/openbmc/linux/drivers/base/regmap/
H A Dregmap-sdw.c1 // SPDX-License-Identifier: GPL-2.0
2 // Copyright(c) 2015-17 Intel Corporation.
16 /* First word of buffer contains the destination address */ in regmap_sdw_write()
20 return sdw_nwrite_no_pm(slave, addr, val_size - sizeof(addr), val + sizeof(addr)); in regmap_sdw_write()
56 if (config->reg_bits != 32) in regmap_sdw_config_check()
57 return -ENOTSUPP; in regmap_sdw_config_check()
59 if (config->pad_bits != 0) in regmap_sdw_config_check()
60 return -ENOTSUPP; in regmap_sdw_config_check()
62 /* Only bulk writes are supported not multi-register writes */ in regmap_sdw_config_check()
63 if (config->can_multi_write) in regmap_sdw_config_check()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dmipsmtregs.h1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright (C) 2004 - 2005 MIPS Technologies, Inc. All rights reserved.
201 " .word 0x41610001 # dvpe $1 \n" in dvpe()
219 " .word 0x41600021 # evpe \n" in __raw_evpe()
243 " .word 0x41610BC1 # dmt $1 \n" in dmt()
260 " .word 0x41600be1 # emt \n" in __raw_emt()
265 /* enable multi-threaded execution if previous suggested it should be.
294 " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" \
311 " .word 0x41000820 | (" #rt " << 16) \n" \
338 " .word 0x41810020 | (" #rd " << 11) \n" \
[all …]
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Dmulti-display-hdcp-mpo.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17 inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
18 sodipodi:docname="multi-display-hdcp-mpo.svg">
31 d="M 5.77,0 -2.88,5 V -5 Z"
32 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro…
34 inkscape:connector-curvature="0" />
41 id="TriangleOutL-6"
[all …]
H A Dmulti-display-hdcp-mpo-less-pipe-ex.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17 inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
18 sodipodi:docname="multi-display-hdcp-mpo-less-pipe-ex.svg">
31 d="M 5.77,0 -2.88,5 V -5 Z"
32 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro…
34 inkscape:connector-curvature="0" />
41 id="TriangleOutL-6"
[all …]

12345678910>>...13