Home
last modified time | relevance | path

Searched +full:1 +full:- +full:5 (Results 1 – 25 of 1174) sorted by relevance

12345678910>>...47

/Linux-v5.10/Documentation/i2c/
Di2c_bus.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"
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 …]
/Linux-v5.10/arch/m68k/lib/
Dchecksum.c1 // 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 …]
/Linux-v5.10/arch/powerpc/lib/
Dfeature-fixups-test.S1 /* 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 …]
/Linux-v5.10/fs/exfat/
Dballoc.c1 // 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 …]
/Linux-v5.10/drivers/pinctrl/tegra/
Dpinctrl-tegra210.c1 // 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 …]
/Linux-v5.10/arch/alpha/lib/
Dmemmove.S1 /* 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 …]
Dev6-memset.S1 /* 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 …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/icelake/
Dpipeline.json4 …"PublicDescription": "Counts the number of X86 instructions retired - an Architectural PerfMon eve…
10 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event"
351)' 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 …]
Dmemory.json6 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
17 "Counter": "0,1,2,3",
19 "PEBScounters": "0,1,2,3",
26 …"PublicDescription": "Counts the number of times a TSX Abort was triggered due to a non-release/co…
28 "Counter": "0,1,2,3",
30 "PEBScounters": "0,1,2,3",
39 "Counter": "0,1,2,3",
41 "PEBScounters": "0,1,2,3",
44 …er of times an HLE transactional execution aborted due to NoAllocatedElisionBuffer being non-zero."
[all …]
/Linux-v5.10/Documentation/input/devices/
Delantech.rst4 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 …]
/Linux-v5.10/include/dt-bindings/pinctrl/
Dpads-imx8dxl.h1 /* 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 …]
/Linux-v5.10/drivers/edac/
Dpnd2_edac.h1 /* 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 …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/sandybridge/
Dpipeline.json12 … 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 …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/jaketown/
Dpipeline.json3 … 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 …]
/Linux-v5.10/lib/
Dtest_objagg.c1 // 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 …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/ivybridge/
Dpipeline.json11 "Counter": "Fixed counter 1",
16 "CounterHTOff": "Fixed counter 1"
20 "Counter": "Fixed counter 1",
22 "AnyThread": "1",
26 "CounterHTOff": "Fixed counter 1"
39 "Counter": "0,1,2,3",
43 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa…
44 "CounterHTOff": "0,1,2,3,4,5,6,7"
49 "Counter": "0,1,2,3",
54 "CounterHTOff": "0,1,2,3,4,5,6,7"
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/ivytown/
Dpipeline.json11 "Counter": "Fixed counter 1",
16 "CounterHTOff": "Fixed counter 1"
20 "Counter": "Fixed counter 1",
22 "AnyThread": "1",
26 "CounterHTOff": "Fixed counter 1"
39 "Counter": "0,1,2,3",
43 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa…
44 "CounterHTOff": "0,1,2,3,4,5,6,7"
49 "Counter": "0,1,2,3",
54 "CounterHTOff": "0,1,2,3,4,5,6,7"
[all …]
/Linux-v5.10/drivers/misc/cardreader/
Drts5261.h1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Driver for Realtek PCI-Express card reader
4 * Copyright(c) 2018-2019 Realtek Semiconductor Corp. All rights reserved.
27 #define RTS5261_FORCE_PRSNT_LOW (1 << 6)
28 #define RTS5261_AUX_CLK_16M_EN (1 << 5)
31 #define RTS5261_PWD_SUSPND_EN (1 << 4)
34 #define PAD_GPIO_H3L1 (1 << 3)
50 /* EFUSE_MODE: 0=READ 1=PROGRAM */
66 #define RTS5261_FW_EA_MODE_MASK (0x01<<5)
75 #define RTS5261_FAKE_MCU_CLOCK_GATING (0x01<<5)
[all …]
/Linux-v5.10/drivers/mtd/nand/raw/
Dnand_ecc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * This file contains an ECC algorithm that detects and corrects 1 bit
14 * can be found in Documentation/driver-api/mtd/nand_ecc.rst
28 * the array element is 1, and when the number of bits is odd
32 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
33 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,
34 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,
35 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
36 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,
37 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/broadwellx/
Dpipeline.json7 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last…
14 "Counter": "Fixed counter 1",
18 "CounterHTOff": "Fixed counter 1"
23 "Counter": "Fixed counter 1",
25 "AnyThread": "1",
27 "CounterHTOff": "Fixed counter 1"
341)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte…
41 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa…
42 "Counter": "0,1,2,3",
44-on-Store blocking code preventing store forwarding. This includes cases when:\n - preceding store…
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/haswellx/
Dpipeline.json8 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last…
15 "Counter": "Fixed counter 1",
19 "CounterHTOff": "Fixed counter 1"
24 "Counter": "Fixed counter 1",
26 "AnyThread": "1",
28 "CounterHTOff": "Fixed counter 1"
43 "Counter": "0,1,2,3",
47 "CounterHTOff": "0,1,2,3,4,5,6,7"
53 "Counter": "0,1,2,3",
57 "CounterHTOff": "0,1,2,3,4,5,6,7"
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/haswell/
Dpipeline.json3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last…
14 "Counter": "Fixed counter 1",
19 "CounterHTOff": "Fixed counter 1"
22 "Counter": "Fixed counter 1",
24 "AnyThread": "1",
28 "CounterHTOff": "Fixed counter 1"
42 "Counter": "0,1,2,3",
47 "CounterHTOff": "0,1,2,3,4,5,6,7"
52 "Counter": "0,1,2,3",
57 "CounterHTOff": "0,1,2,3,4,5,6,7"
[all …]
/Linux-v5.10/drivers/usb/gadget/udc/
Dfusb300_udc.h1 // SPDX-License-Identifier: GPL-2.0
7 * Author : Yuan-hsin Chen <yhchen@faraday-tech.com>
21 #define FUSB300_OFFSET_EPSET0(n) (0x20 + (n - 1) * 0x30)
22 #define FUSB300_OFFSET_EPSET1(n) (0x24 + (n - 1) * 0x30)
23 #define FUSB300_OFFSET_EPSET2(n) (0x28 + (n - 1) * 0x30)
24 #define FUSB300_OFFSET_EPFFR(n) (0x2c + (n - 1) * 0x30)
25 #define FUSB300_OFFSET_EPSTRID(n) (0x40 + (n - 1) * 0x30)
54 #define FUSB300_OFFSET_EPPRD_W0(n) (0x520 + (n - 1) * 0x10)
55 #define FUSB300_OFFSET_EPPRD_W1(n) (0x524 + (n - 1) * 0x10)
56 #define FUSB300_OFFSET_EPPRD_W2(n) (0x528 + (n - 1) * 0x10)
[all …]
/Linux-v5.10/drivers/staging/wlan-ng/
Dp80211metadef.h1 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
2 /* --------------------------------------------------------------------
5 * --------------------------------------------------------------------
7 * linux-wlan
30 * --------------------------------------------------------------------
32 * Inquiries regarding the linux-wlan Open Source project can be
36 * info@linux-wlan.com
37 * http://www.linux-wlan.com
39 * --------------------------------------------------------------------
44 * --------------------------------------------------------------------
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/skylake/
Dpipeline.json3 …tion. For instructions that consist of multiple micro-ops, Counts the retirement of the last micro
13 "Counter": "Fixed counter 1",
18 "CounterHTOff": "Fixed counter 1"
21 "Counter": "Fixed counter 1",
23 "AnyThread": "1",
27 "CounterHTOff": "Fixed counter 1"
301)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte…
39-on-Store blocking code preventing store forwarding. This includes cases when:a. preceding store c…
41 "Counter": "0,1,2,3",
46 "CounterHTOff": "0,1,2,3,4,5,6,7"
[all …]

12345678910>>...47