Home
last modified time | relevance | path

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

12345678910>>...53

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
Dstv090x_reg.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
31 #define STV090x_WIDTH_OUTSERRS1_HZ_FIELD 1
33 #define STV090x_WIDTH_OUTSERRS2_HZ_FIELD 1
35 #define STV090x_WIDTH_OUTSERRS3_HZ_FIELD 1
37 #define STV090x_WIDTH_OUTPARRS3_HZ_FIELD 1
43 #define STV090x_WIDTH_SPLL_LOCK_FIELD 1
45 #define STV090x_WIDTH_SSTREAM_LCK_3_FIELD 1
47 #define STV090x_WIDTH_SSTREAM_LCK_2_FIELD 1
48 #define STV090x_OFFST_SSTREAM_LCK_1_FIELD 2
49 #define STV090x_WIDTH_SSTREAM_LCK_1_FIELD 1
[all …]
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
Dgoya_security.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright 2016-2019 HabanaLabs, Ltd.
12 * goya_set_block_as_protected - set the given block as protected
20 u32 pb_addr = base - CFG_BASE + PROT_BITS_OFFS; in goya_pb_set_block()
68 word_offset = ((mmMME_DUMMY & PROT_BITS_OFFS) >> 7) << 2; in goya_init_mme_protection_bits()
69 mask = 1 << ((mmMME_DUMMY & 0x7F) >> 2); in goya_init_mme_protection_bits()
70 mask |= 1 << ((mmMME_RESET & 0x7F) >> 2); in goya_init_mme_protection_bits()
71 mask |= 1 << ((mmMME_STALL & 0x7F) >> 2); in goya_init_mme_protection_bits()
72 mask |= 1 << ((mmMME_SM_BASE_ADDRESS_LOW & 0x7F) >> 2); in goya_init_mme_protection_bits()
73 mask |= 1 << ((mmMME_SM_BASE_ADDRESS_HIGH & 0x7F) >> 2); in goya_init_mme_protection_bits()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/
Dmpc8641_hpcn_36b.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright 2008-2009 Freescale Semiconductor Inc.
8 /include/ "mpc8641si-pre.dtsi"
13 #address-cells = <2>;
14 #size-cells = <2>;
18 reg = <0x0 0x00000000 0x0 0x40000000>; // 1G at 0x0
25 2 0 0xf 0xffdf8000 0x00008000
29 compatible = "cfi-flash";
31 bank-width = <2>;
32 device-width = <2>;
[all …]
Dmpc8641_hpcn.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
8 /include/ "mpc8641si-pre.dtsi"
16 reg = <0x00000000 0x40000000>; // 1G at 0x0
23 2 0 0xffdf8000 0x00008000
27 compatible = "cfi-flash";
29 bank-width = <2>;
30 device-width = <2>;
31 #address-cells = <1>;
32 #size-cells = <1>;
40 read-only;
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/
Datafb_utils.h1 /* SPDX-License-Identifier: GPL-2.0 */
22 * would be faster. I suspect not for simple text system - not much
30 * Unaligned read/write used requires 68020+ - think this is a problem?
39 * For other modes than 1 plane, lots of more such assembler functions
44 subl #65536,d0 replaced by clrw d0; subql #1,d0 for dbcc
55 " lsr.l #1,%1 ; jcc 1f ; move.b %2,-(%0)\n" in fb_memclear_small()
56 "1: lsr.l #1,%1 ; jcc 1f ; move.w %2,-(%0)\n" in fb_memclear_small()
57 "1: lsr.l #1,%1 ; jcc 1f ; move.l %2,-(%0)\n" in fb_memclear_small()
58 "1: lsr.l #1,%1 ; jcc 1f ; move.l %2,-(%0) ; move.l %2,-(%0)\n" in fb_memclear_small()
59 "1:" in fb_memclear_small()
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dmux.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * linux/arch/arm/mach-omap1/mux.c
7 * Copyright (C) 2003 - 2008 Nokia Corporation
26 MUX_CFG_7XX("E2_7XX_KBR0", 12, 21, 0, 20, 1, 0)
27 MUX_CFG_7XX("J7_7XX_KBR1", 12, 25, 0, 24, 1, 0)
28 MUX_CFG_7XX("E1_7XX_KBR2", 12, 29, 0, 28, 1, 0)
29 MUX_CFG_7XX("F3_7XX_KBR3", 13, 1, 0, 0, 1, 0)
30 MUX_CFG_7XX("D2_7XX_KBR4", 13, 5, 0, 4, 1, 0)
31 MUX_CFG_7XX("C2_7XX_KBC0", 13, 9, 0, 8, 1, 0)
32 MUX_CFG_7XX("D3_7XX_KBC1", 13, 13, 0, 12, 1, 0)
[all …]
/kernel/linux/linux-5.10/arch/mips/kernel/
Dmips-r2-to-r6-emul.c28 #include <asm/mips-r2-to-r6-emul.h>
63 mipsr2_emulation = 1; in mipsr2emu_enable()
65 pr_info("MIPS R2-to-R6 Emulator Enabled!"); in mipsr2emu_enable()
67 return 1; in mipsr2emu_enable()
72 * mipsr6_emul - Emulate some frequent R2/R5/R6 instructions in delay slot
83 regs->regs[MIPSInst_RT(ir)] = in mipsr6_emul()
84 (s32)regs->regs[MIPSInst_RS(ir)] + in mipsr6_emul()
92 regs->regs[MIPSInst_RT(ir)] = in mipsr6_emul()
93 (s64)regs->regs[MIPSInst_RS(ir)] + in mipsr6_emul()
101 return -SIGFPE; in mipsr6_emul()
[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…
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"
[all …]
/kernel/linux/linux-5.10/arch/x86/platform/ce4100/
Dfalconfalls.dts1 // SPDX-License-Identifier: GPL-2.0-only
7 /dts-v1/;
11 #address-cells = <1>;
12 #size-cells = <1>;
15 #address-cells = <1>;
16 #size-cells = <0>;
27 #address-cells = <1>;
28 #size-cells = <1>;
29 compatible = "intel,ce4100-cp";
32 ioapic1: interrupt-controller@fec00000 {
[all …]
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
Dgaudi_security.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright 2016-2018 HabanaLabs, Ltd.
472 * gaudi_set_block_as_protected - set the given block as protected
479 u32 pb_addr = base - CFG_BASE + PROT_BITS_OFFS; in gaudi_pb_set_block()
505 WREG32(mmMME0_CTRL_BASE - CFG_BASE + PROT_BITS_OFFS + 0x7C, 0); in gaudi_init_mme_protection_bits()
506 WREG32(mmMME1_CTRL_BASE - CFG_BASE + PROT_BITS_OFFS + 0x7C, 0); in gaudi_init_mme_protection_bits()
507 WREG32(mmMME2_CTRL_BASE - CFG_BASE + PROT_BITS_OFFS + 0x7C, 0); in gaudi_init_mme_protection_bits()
508 WREG32(mmMME3_CTRL_BASE - CFG_BASE + PROT_BITS_OFFS + 0x7C, 0); in gaudi_init_mme_protection_bits()
510 WREG32(mmMME0_QM_BASE - CFG_BASE + PROT_BITS_OFFS + 0x7C, 0); in gaudi_init_mme_protection_bits()
511 WREG32(mmMME2_QM_BASE - CFG_BASE + PROT_BITS_OFFS + 0x7C, 0); in gaudi_init_mme_protection_bits()
[all …]
/kernel/linux/linux-5.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"
29 "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"
[all …]
/kernel/linux/linux-5.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"
29 "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"
[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…
4 "Counter": "Fixed counter 1",
9 "CounterHTOff": "Fixed counter 1"
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.",
[all …]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
Dcodec-v4l2-fwht.c1 // SPDX-License-Identifier: LGPL-2.1
11 #include "codec-v4l2-fwht.h"
14 { V4L2_PIX_FMT_YUV420, 1, 3, 2, 1, 1, 2, 2, 3, 3, FWHT_FL_PIXENC_YUV},
15 { V4L2_PIX_FMT_YVU420, 1, 3, 2, 1, 1, 2, 2, 3, 3, FWHT_FL_PIXENC_YUV},
16 { V4L2_PIX_FMT_YUV422P, 1, 2, 1, 1, 1, 2, 1, 3, 3, FWHT_FL_PIXENC_YUV},
17 { V4L2_PIX_FMT_NV12, 1, 3, 2, 1, 2, 2, 2, 3, 2, FWHT_FL_PIXENC_YUV},
18 { V4L2_PIX_FMT_NV21, 1, 3, 2, 1, 2, 2, 2, 3, 2, FWHT_FL_PIXENC_YUV},
19 { V4L2_PIX_FMT_NV16, 1, 2, 1, 1, 2, 2, 1, 3, 2, FWHT_FL_PIXENC_YUV},
20 { V4L2_PIX_FMT_NV61, 1, 2, 1, 1, 2, 2, 1, 3, 2, FWHT_FL_PIXENC_YUV},
21 { V4L2_PIX_FMT_NV24, 1, 3, 1, 1, 2, 1, 1, 3, 2, FWHT_FL_PIXENC_YUV},
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/icelake/
Dcache.json3 "CollectPEBSRecord": "2",
6 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
14 "CollectPEBSRecord": "2",
15 "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache.",
17 "Counter": "0,1,2,3",
19 "PEBScounters": "0,1,2,3",
25 "CollectPEBSRecord": "2",
28 "Counter": "0,1,2,3",
30 "PEBScounters": "0,1,2,3",
[all …]
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",
351)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte…
44 "CollectPEBSRecord": "2",
45-on-Store blocking code preventing store forwarding. This includes cases when: a. preceding store …
47 "Counter": "0,1,2,3",
[all …]
Dfrontend.json3 "CollectPEBSRecord": "2",
6 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
14 "CollectPEBSRecord": "2",
17 "Counter": "0,1,2,3",
19 "PEBScounters": "0,1,2,3",
26 "CollectPEBSRecord": "2",
29 "Counter": "0,1,2,3",
31 "PEBScounters": "0,1,2,3",
35 "CounterMask": "1"
[all …]
/kernel/linux/linux-5.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"
32 "Counter": "Fixed counter 2",
341)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte…
36 "CounterHTOff": "Fixed counter 2"
41 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa…
[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>
19 or 1,1,1
20 or 2,2,2 /* fixup will nop out this instruction */
26 or 1,1,1
27 or 2,2,2
31 or 1,1,1
36 or 1,1,1
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dl2tp.sh2 # SPDX-License-Identifier: GPL-2.0
4 # L2TPv3 tunnel between 2 hosts
6 # host-1 | router | host-2
10 # fc00:101::1 fc00:1::1 | | fc00:1::2 fc00:101::2
14 # 2001:db8:1::1 | | 2001:db8:2::1
19 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping)
25 local rc=$1
26 local expected=$2
29 if [ ${rc} -eq ${expected} ]; then
30 printf "TEST: %-60s [ OK ]\n" "${msg}"
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dcrop.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later -->
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
25 ….48 8.19,17.01 -46.93,23.31 29.61,-25.515 -38.12,8.505 47.25,-23.31 z m -1559.25,800.73 -8.5,-17.0…
27 inkscape:connector-curvature="0"
28 style="clip-rule:evenodd" /></clipPath><clipPath
31-1626 -1,0 0,1 -2,0 0,1 -2,0 0,1 -2,0 0,1 -2,0 0,1 -2,0 0,1 -2,0 0,1 -2,0 0,1 -2,0 0,1 -2,0 0,1 -2
32 -1,0 0,1 -1,0 0,1 -1,0 0,1 -2,0 0,1 -1,0 0,2 2,0 0,-1 4,0 0,-1 5,0 0,-1 4,0 0,-1 5,0 0,-1 5,0 0,-1
34 inkscape:connector-curvature="0"
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/
Dpipeline.json3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last…
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…
31 "Counter": "Fixed counter 2",
36 "CounterHTOff": "Fixed counter 2"
39-on-Store blocking code preventing store forwarding. This includes cases when:\n - preceding store…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwellde/
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"
32 "Counter": "Fixed counter 2",
341)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte…
36 "CounterHTOff": "Fixed counter 2"
41 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa…
[all …]
/kernel/linux/linux-5.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"
33 "Counter": "Fixed counter 2",
37 "CounterHTOff": "Fixed counter 2"
43 "Counter": "0,1,2,3",
47 "CounterHTOff": "0,1,2,3,4,5,6,7"
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh2 # SPDX-License-Identifier: GPL-2.0
20 rndh=$(printf %x $sec)-$(mktemp -u XXXXXX)
22 ns1="ns1-$rndh"
23 ns2="ns2-$rndh"
27 ip -net $netns link set lo up
28 ip netns exec $netns sysctl -q net.mptcp.enabled=1
29 ip netns exec $netns sysctl -q net.ipv4.conf.all.rp_filter=0
30 ip netns exec $netns sysctl -q net.ipv4.conf.default.rp_filter=0
39 for i in `seq 1 4`; do
41 ip -net "$ns1" addr add 10.0.$i.1/24 dev ns1eth$i
[all …]

12345678910>>...53