/kernel/linux/linux-5.10/arch/xtensa/variants/de212/include/variant/ |
D | tie.h | 2 * tie.h -- compile-time HAL definitions dependent on CORE & TIE configuration 11 Copyright (c) 1999-2015 Cadence Design Systems Inc. 40 /* Save area for non-coprocessor optional and custom (TIE) state: */ 45 #define XCHAL_TOTAL_SA_SIZE 32 /* with 16-byte align padding */ 58 * abikind = 0 (caller-saved), 1 (callee-saved), or 2 (thread-global) 66 * dbnum = unique target number f/debug (see <xtensa-libdb-macros.h>) 68 * regnum = reg index in regfile, or special/TIE-user reg number 75 * To filter out certain registers, e.g. to expand only the non-global 123 #define XCHAL_OP0_FORMAT_LENGTHS 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3 126 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3, 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3,\ [all …]
|
/kernel/linux/linux-5.10/arch/xtensa/variants/csp/include/variant/ |
D | tie.h | 2 * tie.h -- compile-time HAL definitions dependent on CORE & TIE configuration 11 Copyright (c) 1999-2015 Cadence Design Systems Inc. 63 /* Save area for non-coprocessor optional and custom (TIE) state: */ 68 #define XCHAL_TOTAL_SA_SIZE 48 /* with 16-byte align padding */ 81 * abikind = 0 (caller-saved), 1 (callee-saved), or 2 (thread-global) 89 * dbnum = unique target number f/debug (see <xtensa-libdb-macros.h>) 91 * regnum = reg index in regfile, or special/TIE-user reg number 98 * To filter out certain registers, e.g. to expand only the non-global 148 #define XCHAL_OP0_FORMAT_LENGTHS 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3 151 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3, 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3,\ [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # 3Com Ethernet device configuration 7 bool "3Com devices" 15 the questions about 3Com cards. If you say Y, you will be asked for 21 tristate "3c509/3c579 \"EtherLink III\" support" 24 If you have a network (Ethernet) card belonging to the 3Com 32 will be called 3c509. 34 config 3C515 35 tristate "3c515 ISA \"Fast EtherLink\"" 38 If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet [all …]
|
/kernel/linux/linux-5.10/arch/xtensa/variants/test_kc705_be/include/variant/ |
D | tie.h | 2 * tie.h -- compile-time HAL definitions dependent on CORE & TIE configuration 11 Copyright (c) 1999-2015 Cadence Design Systems Inc. 66 /* Save area for non-coprocessor optional and custom (TIE) state: */ 71 #define XCHAL_TOTAL_SA_SIZE 160 /* with 16-byte align padding */ 84 * abikind = 0 (caller-saved), 1 (callee-saved), or 2 (thread-global) 92 * dbnum = unique target number f/debug (see <xtensa-libdb-macros.h>) 94 * regnum = reg index in regfile, or special/TIE-user reg number 101 * To filter out certain registers, e.g. to expand only the non-global 140 XCHAL_SA_REG(s,0,0,2,0, aep3, 8, 8, 8,0x0063, aep,3 , 48,0,0,0) \ 148 XCHAL_SA_REG(s,0,0,2,0, aeq3, 8, 8, 8,0x006B, aeq,3 , 56,0,0,0) [all …]
|
/kernel/linux/linux-5.10/drivers/soc/xilinx/ |
D | xlnx_vcu.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2016 - 2017 Xilinx, Inc. 52 #define VCU_PLL_CTRL_BYPASS_SHIFT 3 97 * struct xvcu_device - Xilinx VCU init device structure 115 * struct xvcu_pll_cfg - Helper data 133 { 25, 3, 10, 3, 63, 1000 }, 134 { 26, 3, 10, 3, 63, 1000 }, 135 { 27, 4, 6, 3, 63, 1000 }, 136 { 28, 4, 6, 3, 63, 1000 }, 137 { 29, 4, 6, 3, 63, 1000 }, [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/lib/ |
D | reg.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 7 #include <ppc-asm.h> 11 /* Non volatile GPR - unsigned long buf[18] */ 13 ld 14, 0*8(3) 14 ld 15, 1*8(3) 15 ld 16, 2*8(3) 16 ld 17, 3*8(3) 17 ld 18, 4*8(3) 18 ld 19, 5*8(3) 19 ld 20, 6*8(3) [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/aarch64/ |
D | get-reg-list.c | 1 // SPDX-License-Identifier: GPL-2.0 9 * list new registers with get-reg-list. We assume they'll be unused, at 13 * a regression in get-reg-list. This test checks for that regression by 17 * by running the test with the --list command line argument. 23 * from guests"). Also, one must use the --core-reg-fixup command line 43 for ((i) = 0; (i) < reg_list->n; ++(i)) 47 if (!find_reg(reg_list->reg, reg_list->n, blessed_reg[i])) 50 for ((i) = 0; (i) < reg_list->n; ++(i)) \ 51 if (!find_reg(blessed_reg, blessed_n, reg_list->reg[i])) 97 idx = (core_off - KVM_REG_ARM_CORE_REG(regs.regs[0])) / CORE_REGS_XX_NR_WORDS; in core_id_to_str() [all …]
|
/kernel/linux/linux-5.10/arch/xtensa/variants/test_kc705_hifi/include/variant/ |
D | tie.h | 2 * tie.h -- compile-time HAL definitions dependent on CORE & TIE configuration 11 Copyright (c) 1999-2014 Tensilica Inc. 66 /* Save area for non-coprocessor optional and custom (TIE) state: */ 71 #define XCHAL_TOTAL_SA_SIZE 240 /* with 16-byte align padding */ 84 * abikind = 0 (caller-saved), 1 (callee-saved), or 2 (thread-global) 92 * dbnum = unique target number f/debug (see <xtensa-libdb-macros.h>) 94 * regnum = reg index in regfile, or special/TIE-user reg number 101 * To filter out certain registers, e.g. to expand only the non-global 140 XCHAL_SA_REG(s,0,0,2,0, aed3, 8, 8, 8,0x1013, aed,3 , 64,0,0,0) \ 156 XCHAL_SA_REG(s,0,0,2,0, u3, 8, 8, 8,0x1023, u,3 , 64,0,0,0) [all …]
|
/kernel/linux/linux-5.10/drivers/staging/vt6655/ |
D | rf.c | 1 // SPDX-License-Identifier: GPL-2.0+ 15 * IFRFbWriteEmbedded - Embedded write RF register via MAC 39 0x03F79000 + (BY_AL2230_REG_LEN << 3) + IFREGCTL_REGW, 40 0x03333100 + (BY_AL2230_REG_LEN << 3) + IFREGCTL_REGW, 41 0x01A00200 + (BY_AL2230_REG_LEN << 3) + IFREGCTL_REGW, 42 0x00FFF300 + (BY_AL2230_REG_LEN << 3) + IFREGCTL_REGW, 43 0x0005A400 + (BY_AL2230_REG_LEN << 3) + IFREGCTL_REGW, 44 0x0F4DC500 + (BY_AL2230_REG_LEN << 3) + IFREGCTL_REGW, 45 0x0805B600 + (BY_AL2230_REG_LEN << 3) + IFREGCTL_REGW, 46 0x0146C700 + (BY_AL2230_REG_LEN << 3) + IFREGCTL_REGW, [all …]
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | exynos5422-odroidxu3-lite.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid XU3-Lite board device tree source 11 /dts-v1/; 12 #include "exynos5422-odroidxu3-common.dtsi" 13 #include "exynos5422-odroidxu3-audio.dtsi" 14 #include "exynos54xx-odroidxu-leds.dtsi" 18 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5"; 30 samsung,asv-bin = <2>; 34 * Odroid XU3-Lite board uses SoC revision with lower maximum frequencies 39 /delete-node/opp-2000000000; [all …]
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
D | nand_ids.c | 1 // SPDX-License-Identifier: GPL-2.0-only 29 {"TC58NVG0S3E 1G 3.3V 8-bit", 32 {"TC58NVG2S0F 4G 3.3V 8-bit", 35 {"TC58NVG2S0H 4G 3.3V 8-bit", 38 {"TC58NVG3S0F 8G 3.3V 8-bit", 41 {"TC58NVG5D2 32G 3.3V 8-bit", 44 {"TC58NVG6D2 64G 3.3V 8-bit", 47 {"SDTNRGAMA 64G 3.3V 8-bit", 50 {"H27UCG8T2ATR-BC 64G 3.3V 8-bit", 54 {"TH58NVG2S3HBAI4 4G 3.3V 8-bit", [all …]
|
D | sm_common.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright © 2009 - Maxim Levitsky 16 return -ERANGE; in oob_sm_ooblayout_ecc() 18 oobregion->length = 3; in oob_sm_ooblayout_ecc() 19 oobregion->offset = ((section + 1) * 8) - 3; in oob_sm_ooblayout_ecc() 30 oobregion->offset = 0; in oob_sm_ooblayout_free() 31 oobregion->length = 4; in oob_sm_ooblayout_free() 35 oobregion->offset = 6; in oob_sm_ooblayout_free() 36 oobregion->length = 2; in oob_sm_ooblayout_free() 40 oobregion->offset = 11; in oob_sm_ooblayout_free() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
D | mdio-mux-gpio.txt | 8 - compatible : mdio-mux-gpio. 9 - gpios : GPIO specifiers for each GPIO line. One or more must be specified. 16 compatible = "cavium,octeon-3860-mdio"; 17 #address-cells = <1>; 18 #size-cells = <0>; 23 An NXP sn74cbtlv3253 dual 1-of-4 switch controlled by a 24 pair of GPIO lines. Child busses 2 and 3 populated with 4 27 mdio-mux { 28 compatible = "mdio-mux-gpio"; 29 gpios = <&gpio1 3 0>, <&gpio1 4 0>; [all …]
|
D | mdio-mux.txt | 8 - #address-cells = <1>; 9 - #size-cells = <0>; 12 - mdio-parent-bus : phandle to the parent MDIO bus. 14 - Other properties specific to the multiplexer/switch hardware. 17 - #address-cells = <1>; 18 - #size-cells = <0>; 19 - reg : The sub-bus number. 26 compatible = "cavium,octeon-3860-mdio"; 27 #address-cells = <1>; 28 #size-cells = <0>; [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/sandybridge/ |
D | pipeline.json | 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", 64 "CounterHTOff": "0,1,2,3,4,5,6,7" 68 "Counter": "0,1,2,3", [all …]
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | pixfmt-rgb.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _pixfmt-rgb: 14 These are all packed-pixel formats, meaning all the data for a pixel lie 26 .. flat-table:: RGB Image Formats 27 :header-rows: 2 28 :stub-columns: 0 30 * - Identifier 31 - Code 32 - :cspan:`7` Byte 0 in memory 33 - :cspan:`7` Byte 1 [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivytown/ |
D | pipeline.json | 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", 74 "CounterHTOff": "0,1,2,3,4,5,6,7" 78 "Counter": "0,1,2,3", [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivybridge/ |
D | pipeline.json | 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", 74 "CounterHTOff": "0,1,2,3,4,5,6,7" 78 "Counter": "0,1,2,3", [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/jaketown/ |
D | pipeline.json | 3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 22 "Counter": "Fixed counter 3", 27 "CounterHTOff": "Fixed counter 3" 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-5.10/fs/exfat/ |
D | balloc.c | 1 // 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-5.10/arch/m68k/include/asm/ |
D | bvme6000hw.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 pad_a[3], pgcr, 16 pad_b[3], psrr, 17 pad_c[3], paddr, 18 pad_d[3], pbddr, 19 pad_e[3], pcddr, 20 pad_f[3], pivr, 21 pad_g[3], pacr, 22 pad_h[3], pbcr, 23 pad_i[3], padr, [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | pipeline.json | 7 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 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… 46 "CounterHTOff": "0,1,2,3,4,5,6,7" 52 "Counter": "0,1,2,3", 55 "CounterHTOff": "0,1,2,3,4,5,6,7" 61 "Counter": "0,1,2,3", 65 "CounterHTOff": "0,1,2,3,4,5,6,7" 71 "Counter": "0,1,2,3", [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | pipeline.json | 7 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 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… 46 "CounterHTOff": "0,1,2,3,4,5,6,7" 52 "Counter": "0,1,2,3", 55 "CounterHTOff": "0,1,2,3,4,5,6,7" 61 "Counter": "0,1,2,3", 65 "CounterHTOff": "0,1,2,3,4,5,6,7" 71 "Counter": "0,1,2,3", [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/ |
D | pipeline.json | 3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 39 …-on-Store blocking code preventing store forwarding. This includes cases when:\n - preceding store… 41 "Counter": "0,1,2,3", 45 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa… 46 "CounterHTOff": "0,1,2,3,4,5,6,7" 50 "Counter": "0,1,2,3", 55 "CounterHTOff": "0,1,2,3,4,5,6,7" 60 "Counter": "0,1,2,3", 65 "CounterHTOff": "0,1,2,3,4,5,6,7" 70 "Counter": "0,1,2,3", [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswellx/ |
D | pipeline.json | 8 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 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" 63 "Counter": "0,1,2,3", 67 "CounterHTOff": "0,1,2,3,4,5,6,7" 73 "Counter": "0,1,2,3", 78 "CounterHTOff": "0,1,2,3,4,5,6,7" 84 "Counter": "0,1,2,3", [all …]
|