| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/ |
| D | floating-point.json | 5 "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 …]
|
| /kernel/linux/linux-5.10/Documentation/i2c/ |
| D | slave-testunit-backend.rst | 1 .. 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 all must be written to start a testcase, i.e. you must 28 0x00 CMD - which test to trigger 29 0x01 DATAL - configuration byte 1 for the test 30 0x02 DATAH - configuration byte 2 for the test [all …]
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| D | pata_ftide010.c | 1 // SPDX-License-Identifier: GPL-2.0-only 25 * struct ftide010 - state container for the Faraday FTIDE010 49 /* Gemini-specific properties */ 103 * mdma_50_active_time: array of 4 elements for Td timing for multi 104 * word DMA, Mode 0, 1, and 2 at 50 MHz. Range 0..15. 106 * multi word DMA, Mode 0, 1 and 2 at 50 MHz. Range 0..15. 107 * mdma_66_active_time: array of 4 elements for Td timing for multi 108 * word DMA, Mode 0, 1 and 2 at 66 MHz. Range 0..15. 110 * multi word DMA, Mode 0, 1 and 2 at 66 MHz. Range 0..15. 114 * multi word DMA, Mode 0, 1, 2, 3, 4 and 5 at 50 MHz, Range 0..7. [all …]
|
| /kernel/linux/linux-4.19/drivers/ata/ |
| D | pata_ftide010.c | 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. 114 * udma_66_setup_time: array of 4 elements for Tvds timing for multi [all …]
|
| /kernel/linux/linux-4.19/sound/soc/sh/rcar/ |
| D | ssi.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // Renesas R-Car SSIU/SSI support 36 #define DWL_MASK (7 << 19) /* Data Word Length mask */ 37 #define DWL_8 (0 << 19) /* Data Word Length */ 38 #define DWL_16 (1 << 19) /* Data Word Length */ 39 #define DWL_18 (2 << 19) /* Data Word Length */ 40 #define DWL_20 (3 << 19) /* Data Word Length */ 41 #define DWL_22 (4 << 19) /* Data Word Length */ 42 #define DWL_24 (5 << 19) /* Data Word Length */ 43 #define DWL_32 (6 << 19) /* Data Word Length */ [all …]
|
| /kernel/linux/linux-5.10/sound/soc/sh/rcar/ |
| D | ssi.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // Renesas R-Car SSIU/SSI support 36 #define DWL_MASK (7 << 19) /* Data Word Length mask */ 37 #define DWL_8 (0 << 19) /* Data Word Length */ 38 #define DWL_16 (1 << 19) /* Data Word Length */ 39 #define DWL_18 (2 << 19) /* Data Word Length */ 40 #define DWL_20 (3 << 19) /* Data Word Length */ 41 #define DWL_22 (4 << 19) /* Data Word Length */ 42 #define DWL_24 (5 << 19) /* Data Word Length */ 43 #define DWL_32 (6 << 19) /* Data Word Length */ [all …]
|
| /kernel/linux/linux-5.10/fs/ntfs/ |
| D | mst.c | 1 // 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 …]
|
| D | logfile.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * logfile.c - NTFS kernel journal handling. Part of the Linux-NTFS project. 5 * Copyright (c) 2002-2007 Anton Altaparmakov 27 * ntfs_check_restart_page_header - check the page header for consistency 50 logfile_system_page_size = le32_to_cpu(rp->system_page_size); in ntfs_check_restart_page_header() 51 logfile_log_page_size = le32_to_cpu(rp->log_page_size); in ntfs_check_restart_page_header() 55 (logfile_system_page_size - 1) || in ntfs_check_restart_page_header() 57 ntfs_error(vi->i_sb, "$LogFile uses unsupported page size."); in ntfs_check_restart_page_header() 65 ntfs_error(vi->i_sb, "Found restart area in incorrect " in ntfs_check_restart_page_header() 70 if (sle16_to_cpu(rp->major_ver) != 1 || in ntfs_check_restart_page_header() [all …]
|
| /kernel/linux/linux-4.19/fs/ntfs/ |
| D | mst.c | 2 * mst.c - NTFS multi sector transfer protection handling code. Part of the 3 * Linux-NTFS project. 5 * Copyright (c) 2001-2004 Anton Altaparmakov 18 * along with this program (in the main directory of the Linux-NTFS 20 * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 * post_read_mst_fixup - deprotect multi sector transfer protected data 30 * Perform the necessary post read multi sector transfer fixup and detect the 31 * presence of incomplete multi sector transfers. - In that case, overwrite the 35 * Return 0 on success and -EINVAL on error ("BAAD" magic will be present). 48 usa_ofs = le16_to_cpu(b->usa_ofs); in post_read_mst_fixup() [all …]
|
| D | logfile.c | 2 * logfile.c - NTFS kernel journal handling. Part of the Linux-NTFS project. 4 * Copyright (c) 2002-2007 Anton Altaparmakov 17 * along with this program (in the main directory of the Linux-NTFS 19 * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 41 * ntfs_check_restart_page_header - check the page header for consistency 64 logfile_system_page_size = le32_to_cpu(rp->system_page_size); in ntfs_check_restart_page_header() 65 logfile_log_page_size = le32_to_cpu(rp->log_page_size); in ntfs_check_restart_page_header() 69 (logfile_system_page_size - 1) || in ntfs_check_restart_page_header() 71 ntfs_error(vi->i_sb, "$LogFile uses unsupported page size."); in ntfs_check_restart_page_header() 79 ntfs_error(vi->i_sb, "Found restart area in incorrect " in ntfs_check_restart_page_header() [all …]
|
| /kernel/linux/linux-5.10/arch/arm/common/ |
| D | mcpm_head.S | 1 /* 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/arm/cluster-pm-race-avoidance.rst 126 @ Wait for any previously-pending cluster teardown operations to abort 166 @ In the contended case, non-first men wait here for cluster setup 176 @ If a platform-specific CPU setup hook is needed, it is 203 3: .word mcpm_entry_early_pokes - . 204 .word mcpm_entry_vectors - 3b 205 .word mcpm_power_up_setup_phys - 3b [all …]
|
| /kernel/linux/linux-4.19/arch/arm/common/ |
| D | mcpm_head.S | 2 * arch/arm/common/mcpm_head.S -- kernel entry point for multi-cluster PM 5 * Copyright: (C) 2012-2013 Linaro Limited 12 * Refer to Documentation/arm/cluster-pm-race-avoidance.txt 130 @ Wait for any previously-pending cluster teardown operations to abort 170 @ In the contended case, non-first men wait here for cluster setup 180 @ If a platform-specific CPU setup hook is needed, it is 207 3: .word mcpm_entry_early_pokes - . 208 .word mcpm_entry_vectors - 3b 209 .word mcpm_power_up_setup_phys - 3b 210 .word mcpm_sync - 3b [all …]
|
| /kernel/linux/linux-5.10/sound/pci/ice1712/ |
| D | envy24ht.h | 1 /* 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 …]
|
| D | ice1712.h | 1 /* 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 …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/ata/ |
| D | faraday,ftide010.txt | 5 platform. The controller can do PIO modes 0 through 4, Multi-word DMA 12 The timing properties are unique per-SoC, not per-board. 15 - compatible: should be one of 16 "cortina,gemini-pata", "faraday,ftide010" 18 - interrupts: interrupt for the block 19 - reg: registers and size for the block 22 - clocks: a SoC clock running the peripheral. 23 - clock-names: should be set to "PCLK" for the peripheral clock. 25 Required properties for "cortina,gemini-pata" compatible: 26 - sata: a phande to the Gemini PATA to SATA bridge, see [all …]
|
| /kernel/linux/linux-4.19/sound/pci/ice1712/ |
| D | envy24ht.h | 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 53 #define ICEREG1724(ice, x) ((ice)->port + VT1724_REG_##x) 63 #define VT1724_REG_SYS_CFG 0x04 /* byte - system configuration PCI60 on Envy24*/ 74 #define VT1724_CFG_AC97_PACKED 0x01 /* split or packed mode - AC'97 */ 79 #define VT1724_CFG_I2S_RESMASK 0x30 /* resolution mask, 16,18,20,24-bit */ 117 #define VT1724_REG_GPIO_DATA 0x14 /* word */ 118 #define VT1724_REG_GPIO_WRITE_MASK 0x16 /* word */ 120 bit3 - during reset used for Eeprom power-on strapping 128 * Professional multi-track direct control registers 131 #define ICEMT1724(ice, x) ((ice)->profi_port + VT1724_MT_##x) [all …]
|
| D | ice1712.h | 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 #include <sound/ak4xxx-adda.h> 41 #define ICEREG(ice, x) ((ice)->port + ICE1712_REG_##x) 45 #define ICE1712_SERR_ASSERT_DS_DMA 0x40 /* disabled SERR# assertion for the DS DMA Ch-C irq ot… 54 #define ICE1712_IRQ_PROPCM 0x10 /* professional multi-track */ 55 #define ICE1712_IRQ_FM 0x08 /* FM/MIDI - legacy */ 61 #define ICE1712_REG_INDEX 0x03 /* byte - indirect CCIxx regs */ 62 #define ICE1712_REG_DATA 0x04 /* byte - indirect CCIxx regs */ 75 #define ICE1712_REG_AC97_DATA 0x0a /* word (little endian) */ 85 #define ICE1712_REG_CONCAP_ADDR 0x14 /* dword - consumer capture */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/ |
| D | faraday,ftide010.yaml | 1 # 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 …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | pixfmt-inzi.rst | 1 .. 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 …]
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/v4l/ |
| D | pixfmt-inzi.rst | 1 .. -*- coding: utf-8; mode: rst -*- 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 …]
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | pmbus-core | 8 power-management protocol with a fully defined command language that facilitates 10 protocol is implemented over the industry-standard SMBus serial interface and 11 enables programming, control, and real-time monitoring of compliant power 17 promoted by the PMBus Implementers Forum (PMBus-IF), comprising 30+ adopters 21 commands, and manufacturers can add as many non-standard commands as they like. 22 Also, different PMBUs devices act differently if non-supported commands are 42 PMBus device capabilities auto-detection 45 For generic PMBus devices, code in pmbus.c attempts to auto-detect all supported 46 PMBus commands. Auto-detection is somewhat limited, since there are simply too 49 pages (see the PMBus specification for details on multi-page PMBus devices). [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | mipsmtregs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright (C) 2004 - 2005 MIPS Technologies, Inc. All rights reserved. 202 " .word 0x41610001 # dvpe $1 \n" in dvpe() 220 " .word 0x41600021 # evpe \n" in __raw_evpe() 244 " .word 0x41610BC1 # dmt $1 \n" in dmt() 261 " .word 0x41600be1 # emt \n" in __raw_emt() 266 /* enable multi-threaded execution if previous suggested it should be. 295 " .word 0x41000800 | (" #rt " << 16) | " #sel " \n" \ 312 " .word 0x41000820 | (" #rt " << 16) \n" \ 339 " .word 0x41810020 | (" #rd " << 11) \n" \ [all …]
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/ |
| D | mipsmtregs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright (C) 2004 - 2005 MIPS Technologies, Inc. All rights reserved. 202 " .word 0x41610001 # dvpe $1 \n" in dvpe() 220 " .word 0x41600021 # evpe \n" in __raw_evpe() 244 " .word 0x41610BC1 # dmt $1 \n" in dmt() 260 " .word 0x41600be1 # emt \n" in __raw_emt() 266 /* 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 …]
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | pmbus-core.rst | 9 power-management protocol with a fully defined command language that facilitates 11 protocol is implemented over the industry-standard SMBus serial interface and 12 enables programming, control, and real-time monitoring of compliant power 18 promoted by the PMBus Implementers Forum (PMBus-IF), comprising 30+ adopters 22 commands, and manufacturers can add as many non-standard commands as they like. 23 Also, different PMBUs devices act differently if non-supported commands are 43 PMBus device capabilities auto-detection 46 For generic PMBus devices, code in pmbus.c attempts to auto-detect all supported 47 PMBus commands. Auto-detection is somewhat limited, since there are simply too 50 pages (see the PMBus specification for details on multi-page PMBus devices). [all …]
|
| /kernel/linux/linux-4.19/lib/ |
| D | test_bitmap.c | 115 expect_eq_pbl("0-22", bmap, 23); in test_zero_clear() 116 expect_eq_pbl("0-1023", bmap, 1024); in test_zero_clear() 118 /* single-word bitmaps */ in test_zero_clear() 120 expect_eq_pbl("9-1023", bmap, 1024); in test_zero_clear() 123 expect_eq_pbl("64-1023", bmap, 1024); in test_zero_clear() 127 expect_eq_pbl("64-78,98-1023", bmap, 1024); in test_zero_clear() 130 expect_eq_pbl("128-1023", bmap, 1024); in test_zero_clear() 147 /* single-word bitmaps */ in test_fill_set() 149 expect_eq_pbl("0-8", bmap, 1024); in test_fill_set() 152 expect_eq_pbl("0-63", bmap, 1024); in test_fill_set() [all …]
|