Home
last modified time | relevance | path

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

12345678910>>...46

/kernel/linux/linux-5.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
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()
45 __asm__("movel %2,%3\n\t" in csum_partial()
47 "jeq 2f\n\t" in csum_partial()
48 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial()
50 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial()
53 "addw %2@+,%0\n\t" /* add first word to sum */ in csum_partial()
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/arch/m68k/lib/
Dchecksum.c11 * Andreas Schwab, <schwab@issan.informatik.uni-dortmund.de>
18 * length-counter instead of the length counter
21 * data-registers to hold input values and one tries to
28 * 2 of the License, or (at your option) any later version.
47 * is aligned on either a 2-byte or 4-byte boundary. in csum_partial()
49 __asm__("movel %2,%3\n\t" in csum_partial()
51 "jeq 2f\n\t" in csum_partial()
52 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial()
54 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial()
57 "addw %2@+,%0\n\t" /* add first word to sum */ in csum_partial()
[all …]
/kernel/linux/linux-5.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>
20 or 2,2,2 /* fixup will nop out this instruction */
27 or 2,2,2
37 or 2,2,2 /* fixup will replace this with ftr_fixup_test2_alt */
44 or 2,2,2
57 or 2,2,2 /* fixup will fail to replace this */
64 or 2,2,2
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/icelake/
Dpipeline.json3 "CollectPEBSRecord": "2",
4 …"PublicDescription": "Counts the number of X86 instructions retired - an Architectural PerfMon eve…
10 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event"
13 "PEBS": "2",
24 "CollectPEBSRecord": "2",
34 "CollectPEBSRecord": "2",
44 "CollectPEBSRecord": "2",
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",
[all …]
/kernel/linux/linux-4.19/Documentation/hwmon/
Ducd92008 Addresses scanned: -
18 Author: Guenter Roeck <linux@roeck-us.net>
22 -----------
25 UCD9248 are multi-rail, multi-phase synchronous buck digital PWM controllers
26 designed for non-isolated DC/DC power applications. The devices integrate
35 -----------
37 This driver does not auto-detect devices. You will have to instantiate the
38 devices explicitly. Please see Documentation/i2c/instantiating-devices for
43 ---------------------
50 -------------
[all …]
/kernel/linux/linux-4.19/arch/alpha/lib/
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 …]
Dmemmove.S1 /* SPDX-License-Identifier: GPL-2.0 */
7 * This is hand-massaged output from the original memcpy.c. We defer to
25 addq $17,$18,$5
27 cmpule $5,$16,$2 /* dest >= src + n */
29 bis $1,$2,$1
31 xor $16,$17,$2
34 and $2,7,$2 /* Test for src/dest co-alignment. */
40 bne $2,$misaligned_dn
45 lda $4,-1($4)
46 lda $5,-1($5)
[all …]
/kernel/linux/linux-5.10/arch/alpha/lib/
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 …]
Dmemmove.S1 /* SPDX-License-Identifier: GPL-2.0 */
7 * This is hand-massaged output from the original memcpy.c. We defer to
25 addq $17,$18,$5
27 cmpule $5,$16,$2 /* dest >= src + n */
29 bis $1,$2,$1
31 xor $16,$17,$2
34 and $2,7,$2 /* Test for src/dest co-alignment. */
40 bne $2,$misaligned_dn
45 lda $4,-1($4)
46 lda $5,-1($5)
[all …]
/kernel/linux/linux-4.19/Documentation/input/devices/
Delantech.rst4 Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net>
9 Version 2 (EeePC) hardware support based on patches
16 2. Extra knobs
22 5. Hardware version 2
25 5.2.1 Parity checking and packet re-synchronization
26 5.2.2 One/Three finger touch
32 6.2.2 Two finger touch
37 7.2.2 Head packet
50 hardware versions unimaginatively called version 1,version 2, version 3
52 packet. Version 2 seems to be introduced with the EeePC and uses 6 bytes
[all …]
/kernel/linux/linux-5.10/Documentation/input/devices/
Delantech.rst4 Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net>
9 Version 2 (EeePC) hardware support based on patches
16 2. Extra knobs
22 5. Hardware version 2
25 5.2.1 Parity checking and packet re-synchronization
26 5.2.2 One/Three finger touch
32 6.2.2 Two finger touch
37 7.2.2 Head packet
50 hardware versions unimaginatively called version 1,version 2, version 3
52 packet. Version 2 seems to be introduced with the EeePC and uses 6 bytes
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/sandybridge/
Dpipeline.json4 "Counter": "Fixed counter 2",
9 "CounterHTOff": "Fixed counter 2"
12 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last…
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",
54 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa…
55 "CounterHTOff": "0,1,2,3,4,5,6,7"
59 "Counter": "0,1,2,3",
[all …]
/kernel/linux/linux-5.10/Documentation/hwmon/
Ducd9200.rst11 Addresses scanned: -
15 - http://focus.ti.com/lit/ds/symlink/ucd9220.pdf
16 - http://focus.ti.com/lit/ds/symlink/ucd9222.pdf
17 - http://focus.ti.com/lit/ds/symlink/ucd9224.pdf
18 - http://focus.ti.com/lit/ds/symlink/ucd9240.pdf
19 - http://focus.ti.com/lit/ds/symlink/ucd9244.pdf
20 - http://focus.ti.com/lit/ds/symlink/ucd9246.pdf
21 - http://focus.ti.com/lit/ds/symlink/ucd9248.pdf
23 Author: Guenter Roeck <linux@roeck-us.net>
27 -----------
[all …]
/kernel/linux/linux-5.10/include/dt-bindings/pinctrl/
Dpads-imx8dxl.h1 /* SPDX-License-Identifier: GPL-2.0+ */
12 #define IMX8DXL_PCIE_CTRL0_WAKE_B 2
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
159 … IMX8DXL_USB_SS3_TC0_CONN_USB_OTG2_PWR IMX8DXL_USB_SS3_TC0 2
161 … IMX8DXL_USB_SS3_TC0_LSIO_GPIO7_IO03 IMX8DXL_USB_SS3_TC0 5
165 … IMX8DXL_USB_SS3_TC1_LSIO_GPIO7_IO04 IMX8DXL_USB_SS3_TC1 5
168 … IMX8DXL_USB_SS3_TC2_CONN_USB_OTG2_OC IMX8DXL_USB_SS3_TC2 2
[all …]
/kernel/linux/linux-5.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…
13 "Counter": "Fixed counter 2",
18 "CounterHTOff": "Fixed counter 2"
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/
Dpipeline.json3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last…
15 "Counter": "Fixed counter 2",
20 "CounterHTOff": "Fixed counter 2"
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/
Dpipeline.json3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last…
15 "Counter": "Fixed counter 2",
20 "CounterHTOff": "Fixed counter 2"
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/Documentation/media/uapi/v4l/
Dsubdev-formats.rst1 .. -*- coding: utf-8; mode: rst -*-
3 .. _v4l2-mbus-format:
12 .. flat-table:: struct v4l2_mbus_framefmt
13 :header-rows: 0
14 :stub-columns: 0
15 :widths: 1 1 2
17 * - __u32
18 - ``width``
19 - Image width in pixels.
20 * - __u32
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/ivytown/
Dpipeline.json33 "Counter": "Fixed counter 2",
38 "CounterHTOff": "Fixed counter 2"
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"
63 "Counter": "0,1,2,3",
68 "CounterHTOff": "0,1,2,3,4,5,6,7"
72 "Counter": "0,1,2,3",
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/ivybridge/
Dpipeline.json33 "Counter": "Fixed counter 2",
38 "CounterHTOff": "Fixed counter 2"
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"
63 "Counter": "0,1,2,3",
68 "CounterHTOff": "0,1,2,3,4,5,6,7"
72 "Counter": "0,1,2,3",
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivybridge/
Dpipeline.json29 "Counter": "Fixed counter 2",
34 "CounterHTOff": "Fixed counter 2"
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"
59 "Counter": "0,1,2,3",
64 "CounterHTOff": "0,1,2,3,4,5,6,7"
68 "Counter": "0,1,2,3",
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivytown/
Dpipeline.json29 "Counter": "Fixed counter 2",
34 "CounterHTOff": "Fixed counter 2"
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"
59 "Counter": "0,1,2,3",
64 "CounterHTOff": "0,1,2,3,4,5,6,7"
68 "Counter": "0,1,2,3",
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_dbg.c1 /* Copyright (c) 2009-2018, The Linux Foundation. All rights reserved.
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
20 #include <linux/dma-buf.h>
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()
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dsubdev-formats.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _v4l2-mbus-format:
12 .. flat-table:: struct v4l2_mbus_framefmt
13 :header-rows: 0
14 :stub-columns: 0
15 :widths: 1 1 2
17 * - __u32
18 - ``width``
19 - Image width in pixels.
20 * - __u32
[all …]

12345678910>>...46