Home
last modified time | relevance | path

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

12345678910>>...54

/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/icelake/
Dcache.json4 "CollectPEBSRecord": "2",
5 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
11 "Speculative": "1",
15 …tired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core …
16 "CollectPEBSRecord": "2",
17 "Counter": "0,1,2,3",
18 "Data_LA": "1",
21 "PEBS": "1",
22 "PEBScounters": "0,1,2,3",
[all …]
Dpipeline.json4 "CollectPEBSRecord": "2",
5 "Counter": "0,1,2,3,4,5,6,7",
8 "PEBS": "1",
9 "PEBScounters": "0,1,2,3,4,5,6,7",
16 "CollectPEBSRecord": "2",
17 "Counter": "0,1,2,3,4,5,6,7",
20 "PEBScounters": "0,1,2,3,4,5,6,7",
23 "Speculative": "1",
28 "CollectPEBSRecord": "2",
29 "Counter": "0,1,2,3,4,5,6,7",
[all …]
Dfrontend.json4 "CollectPEBSRecord": "2",
5 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
9 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
11 "Speculative": "1",
16 "CollectPEBSRecord": "2",
17 "Counter": "0,1,2,3,4,5,6,7",
22 "PEBS": "1",
23 "PEBScounters": "0,1,2,3,4,5,6,7",
24 …Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.",
[all …]
/Linux-v5.15/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 …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/tigerlake/
Dcache.json4 "CollectPEBSRecord": "2",
5 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
9 …opportunistic replacements, and replacements that require stall-for-replace or block-for-replace.",
15 "CollectPEBSRecord": "2",
16 "Counter": "0,1,2,3",
19 "PEBScounters": "0,1,2,3",
26 "CollectPEBSRecord": "2",
27 "Counter": "0,1,2,3",
28 "CounterMask": "1",
[all …]
Dpipeline.json4 "CollectPEBSRecord": "2",
5 "Counter": "0,1,2,3,4,5,6,7",
6 "CounterMask": "1",
9 "PEBScounters": "0,1,2,3,4,5,6,7",
10 …y executing divide or square root operations. Accounts for integer and floating-point operations.",
16 "CollectPEBSRecord": "2",
17 "Counter": "0,1,2,3,4,5,6,7",
20 "PEBS": "1",
21 "PEBScounters": "0,1,2,3,4,5,6,7",
27 "CollectPEBSRecord": "2",
[all …]
/Linux-v5.15/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 …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/icelakex/
Dcache.json4 "CollectPEBSRecord": "2",
5 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
11 "Speculative": "1",
16 "CollectPEBSRecord": "2",
17 "Counter": "0,1,2,3",
20 "PEBScounters": "0,1,2,3",
21 "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache.",
23 "Speculative": "1",
28 "CollectPEBSRecord": "2",
[all …]
Dpipeline.json3 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event",
4 "CollectPEBSRecord": "2",
7 "PEBS": "1",
9 …"PublicDescription": "Counts the number of instructions retired - an Architectural PerfMon event. …
15 "CollectPEBSRecord": "2",
18 "PEBS": "1",
26 "CollectPEBSRecord": "2",
32 "Speculative": "1",
37 "CollectPEBSRecord": "2",
411)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte…
[all …]
Dfrontend.json4 "CollectPEBSRecord": "2",
5 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
11 "Speculative": "1",
16 "CollectPEBSRecord": "2",
17 "Counter": "0,1,2,3",
21 "PEBScounters": "0,1,2,3",
24 "Speculative": "1",
29 "CollectPEBSRecord": "2",
30 "Counter": "0,1,2,3",
[all …]
/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/drivers/media/i2c/ccs/
Dccs-limits.c1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
2 /* Copyright (C) 2019--2020 Intel Corporation */
4 * Generated by Documentation/driver-api/media/drivers/ccs/mk-ccs-regs;
8 #include "ccs-limits.h"
9 #include "ccs-regs.h"
12 { CCS_R_FRAME_FORMAT_MODEL_TYPE, 1, 0, "frame_format_model_type" },
13 { CCS_R_FRAME_FORMAT_MODEL_SUBTYPE, 1, 0, "frame_format_model_subtype" },
16 { CCS_R_ANALOG_GAIN_CAPABILITY, 2, 0, "analog_gain_capability" },
17 { CCS_R_ANALOG_GAIN_CODE_MIN, 2, 0, "analog_gain_code_min" },
18 { CCS_R_ANALOG_GAIN_CODE_MAX, 2, 0, "analog_gain_code_max" },
[all …]
/Linux-v5.15/tools/testing/selftests/drivers/net/netdevsim/
Dnexthop.sh2 # SPDX-License-Identifier: GPL-2.0
58 local nharg="$1"; shift
59 local expected="$1"; shift
61 out=$($IP nexthop show ${nharg} | sed -e 's/ *$//')
63 return 1
71 local group_id=$1; shift
78 nhid=$1; shift
79 expected=$1; shift
82 grep "trap" | wc -l)
84 return 1
[all …]
/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/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, V4L2_FWHT_FL_PIXENC_YUV},
15 { V4L2_PIX_FMT_YVU420, 1, 3, 2, 1, 1, 2, 2, 3, 3, V4L2_FWHT_FL_PIXENC_YUV},
16 { V4L2_PIX_FMT_YUV422P, 1, 2, 1, 1, 1, 2, 1, 3, 3, V4L2_FWHT_FL_PIXENC_YUV},
17 { V4L2_PIX_FMT_NV12, 1, 3, 2, 1, 2, 2, 2, 3, 2, V4L2_FWHT_FL_PIXENC_YUV},
18 { V4L2_PIX_FMT_NV21, 1, 3, 2, 1, 2, 2, 2, 3, 2, V4L2_FWHT_FL_PIXENC_YUV},
19 { V4L2_PIX_FMT_NV16, 1, 2, 1, 1, 2, 2, 1, 3, 2, V4L2_FWHT_FL_PIXENC_YUV},
20 { V4L2_PIX_FMT_NV61, 1, 2, 1, 1, 2, 2, 1, 3, 2, V4L2_FWHT_FL_PIXENC_YUV},
21 { V4L2_PIX_FMT_NV24, 1, 3, 1, 1, 2, 1, 1, 3, 2, V4L2_FWHT_FL_PIXENC_YUV},
[all …]

12345678910>>...54