/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | taprio.json | 4 "name": "Add taprio Qdisc to multi-queue device (8 queues)", 13 "echo \"1 1 8\" > /sys/bus/netdevsim/new_device" 15 "cmdUnderTest": "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 7 "taprio" global() string 24 { global() object 29 "taprio" global() string 46 { global() object 51 "taprio" global() string 73 "taprio" global() string 80 "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01 300000 flags 0x1 clo global() string 96 "taprio" global() string 118 "taprio" global() string 140 "taprio" global() string 147 "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01 300000 flags 0x1 clo global() string 148 "$IP link set dev $ETH up", global() string 165 "taprio" global() string 173 "$TC qdisc replace dev $ETH handle 8001: parent root stab overhead 24 taprio num_tc 8 map 0 1 2 3 4 5 6 7 queues 1@0 1@1 1@2 1@3 1@4 1@5 1@6 1@7 base-time 0 sched-entry global() string 174 "./scripts/taprio_wait_for_admin.sh $TC $ETH" global() string 183 "echo \"1\" > /sys/bus/netdevsim/del_device" global() string 191 "taprio" global() string 199 "$TC qdisc replace dev $ETH handle 8001: parent root stab overhead 24 taprio num_tc 8 map 0 1 2 3 4 5 6 7 queues 1@0 1@1 1@2 1@3 1@4 1@5 1@6 1@7 base-time 0 sched-entry global() string 200 "./scripts/taprio_wait_for_admin.sh $TC $ETH" global() string 209 "echo \"1\" > /sys/bus/netdevsim/del_device" global() string 217 "taprio", global() string 218 "cbs" global() string 225 "$TC qdisc replace dev $ETH handle 8001: parent root stab overhead 24 taprio num_tc 8 map 0 1 2 3 4 5 6 7 queues 1@0 1@1 1@2 1@3 1@4 1@5 1@6 1@7 base-time 0 sched-entry global() string 234 "echo \"1\" > /sys/bus/netdevsim/del_device" global() string 242 "taprio", global() string 243 "cbs" global() string 250 "$TC qdisc replace dev $ETH handle 8001: parent root stab overhead 24 taprio num_tc 8 map 0 1 2 3 4 5 6 7 queues 1@0 1@1 1@2 1@3 1@4 1@5 1@6 1@7 base-time 0 sched-entry global() string 259 "echo \"1\" > /sys/bus/netdevsim/del_device" global() string [all...] |
/linux/drivers/media/dvb-frontends/ |
H A D | stv090x_reg.h | 1 /* 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/drivers/accel/habanalabs/goya/ |
H A D | goya_security.c | 1 // 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/drivers/video/fbdev/ |
H A D | atafb_utils.h | 1 /* 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/arch/arm/mach-omap1/ |
H A D | mux.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * linux/arch/arm/mach-omap1/mux.c 7 * Copyright (C) 2003 - 2008 Nokia Corporation 15 #include <linux/soc/ti/omap1-io.h> 30 MUX_CFG("UART1_TX", 9, 21, 1, 2, 3, 0, NA, 0, 0) 31 MUX_CFG("UART1_RTS", 9, 12, 1, 2, 0, 0, NA, 0, 0) 34 MUX_CFG("UART2_TX", C, 27, 1, 3, 3, 0, NA, 0, 0) 35 MUX_CFG("UART2_RX", C, 18, 0, 3, 1, 1, NA, 0, 0) 36 MUX_CFG("UART2_CTS", C, 21, 0, 3, 1, 1, NA, 0, 0) 37 MUX_CFG("UART2_RTS", C, 24, 1, 3, 2, 0, NA, 0, 0) [all …]
|
/linux/arch/mips/kernel/ |
H A D | mips-r2-to-r6-emul.c | 28 #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/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | vxlan_flooding_ipv6.sh | 2 # SPDX-License-Identifier: GPL-2.0 9 # +-----------------------+ 12 # | | 2001:db8:1::1/64 | 13 # +----|------------------+ 15 # +----|----------------------------------------------------------------------+ 17 # | +--|--------------------------------------------------------------------+ | 21 # | | local 2001:db8:2::1 | | 22 # | | remote 2001:db8:2::{2..21} | | 24 # | +-----------------------------------------------------------------------+ | 26 # | 2001:db8:2::0/64 via 2001:db8:3::2 | [all …]
|
/linux/tools/perf/pmu-events/arch/x86/sierraforest/ |
H A D | uncore-interconnect.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 12 "Counter": "0,1,2,3", 15 "Experimental": "1", 16 "PerPkg": "1", 22 "Counter": "0,1,2,3", 25 "PerPkg": "1", 31 "Counter": "0,1,2,3", 34 "Experimental": "1", 35 "PerPkg": "1", [all …]
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | nexthop.sh | 2 # 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/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852c_table.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2019-2022 Realtek Corporation 31372 { 0, 0, 1, 0, 4, 0x50505050, }, 31373 { 0, 0, 1, 4, 4, 0x484c5050, }, 31374 { 0, 0, 2, 0, 4, 0x50505050, }, 31375 { 0, 0, 2, 4, 4, 0x44484c50, }, 31376 { 0, 0, 2, 8, 4, 0x34383c40, }, 31378 { 0, 1, 2, 0, 4, 0x50505050, }, 31379 { 0, 1, 2, 4, 4, 0x44484c50, }, 31380 { 0, 1, 2, 8, 4, 0x34383c40, }, [all …]
|
/linux/arch/powerpc/lib/ |
H A 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 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/drivers/media/i2c/ccs/ |
H A D | ccs-limits.c | 1 // 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/arch/x86/platform/ce4100/ |
H A D | falconfalls.dts | 1 // 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/tools/perf/pmu-events/arch/x86/graniterapids/ |
H A D | uncore-interconnect.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 12 "Counter": "0,1,2,3", 15 "PerPkg": "1", 21 "Counter": "0,1,2,3", 24 "PerPkg": "1", 30 "Counter": "0,1,2,3", 33 "PerPkg": "1", 39 "Counter": "0,1,2,3", 42 "PerPkg": "1", [all …]
|
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | vxlan_flooding_ipv6.sh | 2 # SPDX-License-Identifier: GPL-2.0 9 # +-----------------------+ 12 # | | 2001:db8:1::1/64 | 13 # +----|------------------+ 15 # +----|----------------------------------------------------------------------+ 17 # | +--|--------------------------------------------------------------------+ | 21 # | | local 2001:db8:2::1 | | 22 # | | remote 2001:db8:2::{2..17} | | 24 # | +-----------------------------------------------------------------------+ | 26 # | 2001:db8:2::0/64 via 2001:db8:3::2 | [all …]
|
/linux/tools/perf/pmu-events/arch/x86/cascadelakex/ |
H A D | uncore-memory.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 15 "Counter": "0,1,2,3", 18 "PerPkg": "1", 26 "Counter": "0,1,2,3", 29 "Experimental": "1", 30 "PerPkg": "1", 37 "Counter": "0,1,2,3", 40 "Experimental": "1", 41 "PerPkg": "1", [all …]
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_rect_test.c | 1 // SPDX-License-Identifier: GPL-2.0 19 KUNIT_EXPECT_EQ(test, r->x1, expected->x1); in drm_rect_compare() 20 KUNIT_EXPECT_EQ(test, r->y1, expected->y1); in drm_rect_compare() 36 drm_rect_init(&clip, 1, 1, 1, 1); in drm_test_rect_clip_scaled_div_by_zero() 44 drm_rect_init(&clip, 1, 1, 1, 1); in drm_test_rect_clip_scaled_div_by_zero() 56 /* 1:1 scaling */ in drm_test_rect_clip_scaled_not_clipped() 57 drm_rect_init(&src, 0, 0, 1 << 16, 1 << 16); in drm_test_rect_clip_scaled_not_clipped() 58 drm_rect_init(&dst, 0, 0, 1, 1); in drm_test_rect_clip_scaled_not_clipped() 59 drm_rect_init(&clip, 0, 0, 1, 1); in drm_test_rect_clip_scaled_not_clipped() 63 KUNIT_EXPECT_FALSE_MSG(test, src.x1 != 0 || src.x2 != 1 << 16 || in drm_test_rect_clip_scaled_not_clipped() [all …]
|
/linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
H A D | uncore-cache.json | 3 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IPQ", 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 12 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IPQ", 13 "Counter": "0,1,2,3", 16 "PerPkg": "1", 21 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IRQ", 22 "Counter": "0,1,2,3", 25 "PerPkg": "1", 30 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IRQ", [all …]
|
/linux/drivers/accel/habanalabs/gaudi/ |
H A D | gaudi_security.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright 2016-2018 HabanaLabs, Ltd. 472 * gaudi_pb_set_block - 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 …]
|
/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-v4l2-fwht.c | 1 // 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 …]
|
/linux/tools/perf/pmu-events/arch/x86/skylakex/ |
H A D | uncore-memory.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 15 "Counter": "0,1,2,3", 18 "PerPkg": "1", 26 "Counter": "0,1,2,3", 29 "Experimental": "1", 30 "PerPkg": "1", 37 "Counter": "0,1,2,3", 40 "Experimental": "1", 41 "PerPkg": "1", [all …]
|
/linux/sound/pci/hda/ |
H A D | cs35l41_hda_property.c | 1 // SPDX-License-Identifier: GPL-2.0 25 int reset_gpio_index; /* -1 if no reset gpio */ 26 int spkid_gpio_index; /* -1 if no spkid gpio */ 27 int cs_gpio_index; /* -1 if no cs gpio, or cs-gpios already exists, max num amps == 2 */ 34 { "10280B27", 2, INTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, 2, 0, 1000, 4500, 24 }, 35 { "10280B28", 2, INTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, 2, 0, 1000, 4500, 24 }, 36 { "10280BEB", 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, -1, 0, 0, 0, 0 }, 37 …{ "10280C4D", 4, INTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, CS35L41_LEFT, CS35L41_RIGHT }, 0, 1, -1,… 41 * Since this laptop has valid ACPI, we do not need to handle cs-gpios, since that already exists 44 { "103C89C6", 2, INTERNAL, { CS35L41_RIGHT, CS35L41_LEFT, 0, 0 }, -1, -1, -1, 1000, 4500, 24 }, [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | crop.svg | 1 <?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 …]
|
/linux/drivers/mfd/ |
H A D | qcom_rpm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 20 #include <dt-bindings/mfd/qcom-rpm.h> 60 #define RPM_STATUS_REG(rpm, i) ((rpm)->status_regs + (i) * 4) 61 #define RPM_CTRL_REG(rpm, i) ((rpm)->ctrl_regs + (i) * 4) 62 #define RPM_REQ_REG(rpm, i) ((rpm)->req_regs + (i) * 4) 72 [QCOM_RPM_CXO_CLK] = { 25, 9, 5, 1 }, 73 [QCOM_RPM_PXO_CLK] = { 26, 10, 6, 1 }, 74 [QCOM_RPM_APPS_FABRIC_CLK] = { 27, 11, 8, 1 }, 75 [QCOM_RPM_SYS_FABRIC_CLK] = { 28, 12, 9, 1 }, 76 [QCOM_RPM_MM_FABRIC_CLK] = { 29, 13, 10, 1 }, [all …]
|
/linux/tools/perf/pmu-events/arch/x86/broadwellx/ |
H A D | uncore-memory.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 15 "Counter": "0,1,2,3", 18 "PerPkg": "1", 26 "Counter": "0,1,2,3", 29 "PerPkg": "1", 36 "Counter": "0,1,2,3", 39 "PerPkg": "1", 46 "Counter": "0,1,2,3", 49 "PerPkg": "1", [all …]
|