| /kernel/linux/linux-5.10/Documentation/i2c/ |
| D | i2c_bus.svg | 1 <?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" 13 inkscape:version="0.92.3 (2405546, 2018-03-11)" 30 inkscape:connector-curvature="0" 32 …d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z" 33 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 47 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 48 …d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z" [all …]
|
| /kernel/linux/linux-5.10/fs/exfat/ |
| D | balloc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. 14 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2,/* 0 ~ 19*/ 15 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3,/* 20 ~ 39*/ 16 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/* 40 ~ 59*/ 17 0, 1, 0, 6, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4,/* 60 ~ 79*/ 18 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2,/* 80 ~ 99*/ 19 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3,/*100 ~ 119*/ 20 0, 1, 0, 2, 0, 1, 0, 7, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/*120 ~ 139*/ 21 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5,/*140 ~ 159*/ [all …]
|
| /kernel/linux/linux-5.10/arch/m68k/lib/ |
| D | checksum.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 * Andreas Schwab, <schwab@issan.informatik.uni-dortmund.de> 19 * length-counter instead of the length counter 20 * (%1). Thanks to Roman Hodek for pointing this out. 22 * data-registers to hold input values and one tries to 43 * is aligned on either a 2-byte or 4-byte boundary. in csum_partial() 46 "btst #1,%3\n\t" /* Check alignment */ in csum_partial() 48 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial() 49 "jgt 1f\n\t" in csum_partial() 50 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial() [all …]
|
| /kernel/linux/linux-4.19/drivers/pinctrl/tegra/ |
| D | pinctrl-tegra210.c | 22 #include "pinctrl-tegra.h" 31 #define TEGRA_PIN_PEX_L0_CLKREQ_N_PA1 _GPIO(1) 35 #define TEGRA_PIN_SATA_LED_ACTIVE_PA5 _GPIO(5) 185 /* All non-GPIO pins follow */ 186 #define NUM_GPIOS (TEGRA_PIN_QSPI_IO3_PEE5 + 1) 189 /* Non-GPIO pins */ 191 #define TEGRA_PIN_CPU_PWR_REQ _PIN(1) 195 #define TEGRA_PIN_BATT_BCL _PIN(5) 1278 #define PINGROUP_REG_A 0x3000 /* bank 1 */ 1280 #define DRV_PINGROUP_REG(r) ((r) - DRV_PINGROUP_REG_A) [all …]
|
| /kernel/linux/linux-5.10/drivers/pinctrl/tegra/ |
| D | pinctrl-tegra210.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 #include "pinctrl-tegra.h" 23 #define TEGRA_PIN_PEX_L0_CLKREQ_N_PA1 _GPIO(1) 27 #define TEGRA_PIN_SATA_LED_ACTIVE_PA5 _GPIO(5) 177 /* All non-GPIO pins follow */ 178 #define NUM_GPIOS (TEGRA_PIN_QSPI_IO3_PEE5 + 1) 181 /* Non-GPIO pins */ 183 #define TEGRA_PIN_CPU_PWR_REQ _PIN(1) 187 #define TEGRA_PIN_BATT_BCL _PIN(5) 1270 #define PINGROUP_REG_A 0x3000 /* bank 1 */ [all …]
|
| /kernel/linux/linux-4.19/arch/m68k/lib/ |
| D | checksum.c | 11 * Andreas Schwab, <schwab@issan.informatik.uni-dortmund.de> 18 * length-counter instead of the length counter 19 * (%1). Thanks to Roman Hodek for pointing this out. 21 * data-registers to hold input values and one tries to 47 * is aligned on either a 2-byte or 4-byte boundary. in csum_partial() 50 "btst #1,%3\n\t" /* Check alignment */ in csum_partial() 52 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial() 53 "jgt 1f\n\t" in csum_partial() 54 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial() 56 "1:\t" in csum_partial() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/lib/ |
| D | feature-fixups-test.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 #include <asm/feature-fixups.h> 9 #include <asm/asm-compat.h> 10 #include <asm/ppc-opcode.h> 19 or 1,1,1 26 or 1,1,1 31 or 1,1,1 36 or 1,1,1 43 or 1,1,1 51 or 1,1,1 [all …]
|
| /kernel/linux/linux-5.10/arch/alpha/lib/ |
| D | memmove.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * This is hand-massaged output from the original memcpy.c. We defer to 22 .prologue 1 25 addq $17,$18,$5 26 cmpule $4,$17,$1 /* dest + n <= src */ 27 cmpule $5,$16,$2 /* dest >= src + n */ 29 bis $1,$2,$1 32 bne $1,memcpy !samegp 34 and $2,7,$2 /* Test for src/dest co-alignment. */ 35 and $16,7,$1 [all …]
|
| D | ev6-memset.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * arch/alpha/lib/ev6-memset.S 8 * 21264 version contributed by Rick Gorton <rick.gorton@alpha-processor.com> 13 * ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html 15 * E - either cluster 16 * U - upper subcluster; U0 - subcluster U0; U1 - subcluster U1 17 * L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1 41 .align 5 48 * undertake a major re-write to interleave the constant materialization 49 * with other parts of the fall-through code. This is important, even [all …]
|
| /kernel/linux/linux-4.19/arch/alpha/lib/ |
| D | memmove.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * This is hand-massaged output from the original memcpy.c. We defer to 22 .prologue 1 25 addq $17,$18,$5 26 cmpule $4,$17,$1 /* dest + n <= src */ 27 cmpule $5,$16,$2 /* dest >= src + n */ 29 bis $1,$2,$1 32 bne $1,memcpy !samegp 34 and $2,7,$2 /* Test for src/dest co-alignment. */ 35 and $16,7,$1 [all …]
|
| D | ev6-memset.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * arch/alpha/lib/ev6-memset.S 8 * 21264 version contributed by Rick Gorton <rick.gorton@alpha-processor.com> 13 * ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html 15 * E - either cluster 16 * U - upper subcluster; U0 - subcluster U0; U1 - subcluster U1 17 * L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1 41 .align 5 48 * undertake a major re-write to interleave the constant materialization 49 * with other parts of the fall-through code. This is important, even [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/icelake/ |
| D | pipeline.json | 4 …"PublicDescription": "Counts the number of X86 instructions retired - an Architectural PerfMon eve… 10 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event" 35 …1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte… 45 …-on-Store blocking code preventing store forwarding. This includes cases when: a. preceding store … 47 "Counter": "0,1,2,3", 49 "PEBScounters": "0,1,2,3", 58 "Counter": "0,1,2,3", 60 "PEBScounters": "0,1,2,3", 69 "Counter": "0,1,2,3", 71 "PEBScounters": "0,1,2,3", [all …]
|
| /kernel/linux/linux-4.19/Documentation/input/devices/ |
| D | elantech.rst | 4 Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net> 6 Extra information for hardware version 1 found and 15 1. Introduction 18 4. Hardware version 1 22 5. Hardware version 2 25 5.2.1 Parity checking and packet re-synchronization 31 6.2.1 One/Three finger touch 36 7.2.1 Status packet 42 8.2.1 Status Packet 50 hardware versions unimaginatively called version 1,version 2, version 3 [all …]
|
| /kernel/linux/linux-5.10/Documentation/input/devices/ |
| D | elantech.rst | 4 Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net> 6 Extra information for hardware version 1 found and 15 1. Introduction 18 4. Hardware version 1 22 5. Hardware version 2 25 5.2.1 Parity checking and packet re-synchronization 31 6.2.1 One/Three finger touch 36 7.2.1 Status packet 42 8.2.1 Status Packet 50 hardware versions unimaginatively called version 1,version 2, version 3 [all …]
|
| /kernel/linux/linux-5.10/drivers/edac/ |
| D | pnd2_edac.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 12 u32 lock : 1; 31 u32 lock : 1; 41 u32 enable : 1; 54 u64 slice_1_disabled : 1; 55 u64 hvm_mode : 1; 57 u64 slice_0_mem_disabled : 1; 58 u64 reserved_0 : 1; 61 u64 enable_pmi_dual_data_mode : 1; 62 u64 ch_1_disabled : 1; [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/sandybridge/ |
| D | pipeline.json | 12 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 22 "Counter": "Fixed counter 1", 27 "CounterHTOff": "Fixed counter 1" 30 "Counter": "Fixed counter 1", 32 "AnyThread": "1", 36 "CounterHTOff": "Fixed counter 1" 40 "Counter": "0,1,2,3", 45 "CounterHTOff": "0,1,2,3,4,5,6,7" 48 … See the table of not supported store forwards in the Intel\u00ae 64 and IA-32 Architectures Opti… 50 "Counter": "0,1,2,3", [all …]
|
| /kernel/linux/linux-4.19/drivers/isdn/capi/ |
| D | capidrv.h | 18 #define ST_LISTEN_NONE 0 /* L-0 */ 19 #define ST_LISTEN_WAIT_CONF 1 /* L-0.1 */ 20 #define ST_LISTEN_ACTIVE 2 /* L-1 */ 21 #define ST_LISTEN_ACTIVE_WAIT_CONF 3 /* L-1.1 */ 24 #define EV_LISTEN_REQ 1 /* L-0 -> L-0.1 25 L-1 -> L-1.1 */ 26 #define EV_LISTEN_CONF_ERROR 2 /* L-0.1 -> L-0 27 L-1.1 -> L-1 */ 28 #define EV_LISTEN_CONF_EMPTY 3 /* L-0.1 -> L-0 29 L-1.1 -> L-0 */ [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | test_objagg.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 21 WARN_ON(1); in key_id_index() 60 if (!world->key_refs[key_id_index(key_id)]) { in world_obj_get() 61 world->objagg_objs[key_id_index(key_id)] = objagg_obj; in world_obj_get() 62 } else if (world->objagg_objs[key_id_index(key_id)] != objagg_obj) { in world_obj_get() 65 err = -EINVAL; in world_obj_get() 68 world->key_refs[key_id_index(key_id)]++; in world_obj_get() 81 if (!world->key_refs[key_id_index(key_id)]) in world_obj_put() 83 objagg_obj = world->objagg_objs[key_id_index(key_id)]; in world_obj_put() 85 world->key_refs[key_id_index(key_id)]--; in world_obj_put() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/jaketown/ |
| D | pipeline.json | 3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 4 "Counter": "Fixed counter 1", 9 "CounterHTOff": "Fixed counter 1" 31 "Counter": "0,1,2,3", 35 "BriefDescription": "Not taken macro-conditional branches.", 36 "CounterHTOff": "0,1,2,3,4,5,6,7" 40 "Counter": "0,1,2,3", 44 "BriefDescription": "Taken speculative and retired macro-conditional branches.", 45 "CounterHTOff": "0,1,2,3,4,5,6,7" 49 "Counter": "0,1,2,3", [all …]
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/sandybridge/ |
| D | pipeline.json | 3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 5 "Counter": "Fixed counter 1", 10 "CounterHTOff": "Fixed counter 1" 34 "Counter": "0,1,2,3", 38 "BriefDescription": "Not taken macro-conditional branches.", 39 "CounterHTOff": "0,1,2,3,4,5,6,7" 43 "Counter": "0,1,2,3", 47 "BriefDescription": "Taken speculative and retired macro-conditional branches.", 48 "CounterHTOff": "0,1,2,3,4,5,6,7" 52 "Counter": "0,1,2,3", [all …]
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/jaketown/ |
| D | pipeline.json | 3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 5 "Counter": "Fixed counter 1", 10 "CounterHTOff": "Fixed counter 1" 34 "Counter": "0,1,2,3", 38 "BriefDescription": "Not taken macro-conditional branches.", 39 "CounterHTOff": "0,1,2,3,4,5,6,7" 43 "Counter": "0,1,2,3", 47 "BriefDescription": "Taken speculative and retired macro-conditional branches.", 48 "CounterHTOff": "0,1,2,3,4,5,6,7" 52 "Counter": "0,1,2,3", [all …]
|
| /kernel/linux/linux-5.10/include/dt-bindings/pinctrl/ |
| D | pads-imx8dxl.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 11 #define IMX8DXL_PCIE_CTRL0_CLKREQ_B 1 15 #define IMX8DXL_USB_SS3_TC1 5 150 … IMX8DXL_PCIE_CTRL0_PERST_B_LSIO_GPIO7_IO00 IMX8DXL_PCIE_CTRL0_PERST_B 5 153 … IMX8DXL_PCIE_CTRL0_CLKREQ_B_LSIO_GPIO7_IO01 IMX8DXL_PCIE_CTRL0_CLKREQ_B 5 156 … IMX8DXL_PCIE_CTRL0_WAKE_B_LSIO_GPIO7_IO02 IMX8DXL_PCIE_CTRL0_WAKE_B 5 158 … IMX8DXL_USB_SS3_TC0_CONN_USB_OTG1_PWR IMX8DXL_USB_SS3_TC0 1 161 … IMX8DXL_USB_SS3_TC0_LSIO_GPIO7_IO03 IMX8DXL_USB_SS3_TC0 5 163 … IMX8DXL_USB_SS3_TC1_CONN_USB_OTG2_PWR IMX8DXL_USB_SS3_TC1 1 165 … IMX8DXL_USB_SS3_TC1_LSIO_GPIO7_IO04 IMX8DXL_USB_SS3_TC1 5 [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_dbg.c | 1 /* Copyright (c) 2009-2018, The Linux Foundation. All rights reserved. 20 #include <linux/dma-buf.h> 46 #define TEST_MASK(id, tp) ((id << 4) | (tp << 1) | BIT(0)) 62 * struct dpu_dbg_reg_base - register region base. 63 * may sub-ranges: sub-ranges are used for dumping 64 * or may not have sub-ranges: dumping is base -> max_offset 127 * struct dpu_dbg_base - global dpu debug base structure 148 entry->wr_addr, entry->block_id, entry->test_id, val); in _dpu_debug_bus_xbar_dump() 158 entry->wr_addr, entry->block_id, entry->test_id, val); in _dpu_debug_bus_lm_dump() 168 entry->wr_addr, entry->block_id, entry->test_id, val); in _dpu_debug_bus_ppb0_dump() [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ |
| D | idt,versaclock5.txt | 1 Binding for IDT VersaClock 5,6 programmable i2c clock generators. 3 The IDT VersaClock 5 and VersaClock 6 are programmable i2c clock 9 - compatible: shall be one of 10 "idt,5p49v5923" 11 "idt,5p49v5925" 12 "idt,5p49v5933" 13 "idt,5p49v5935" 14 "idt,5p49v6901" 15 - reg: i2c device address, shall be 0x68 or 0x6a. 16 - #clock-cells: from common clock binding; shall be set to 1. [all …]
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/ivytown/ |
| D | pipeline.json | 13 "Counter": "Fixed counter 1", 18 "CounterHTOff": "Fixed counter 1" 23 "Counter": "Fixed counter 1", 25 "AnyThread": "1", 29 "CounterHTOff": "Fixed counter 1" 43 "Counter": "0,1,2,3", 47 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa… 48 "CounterHTOff": "0,1,2,3,4,5,6,7" 53 "Counter": "0,1,2,3", 58 "CounterHTOff": "0,1,2,3,4,5,6,7" [all …]
|