| /kernel/linux/linux-5.10/fs/cifs/ |
| D | cifs_uniupr.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * uniupr.h - Unicode compressed case ranges 13 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 000-00f */ 14 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 010-01f */ 15 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 020-02f */ 16 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 030-03f */ 17 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 040-04f */ 18 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 050-05f */ 19 0, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, /* 060-06f */ 20 -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, 0, 0, 0, 0, 0, /* 070-07f */ [all …]
|
| /kernel/linux/linux-5.10/fs/jfs/ |
| D | jfs_uniupr.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) International Business Machines Corp., 2000-2002 13 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 000-00f */ 14 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 010-01f */ 15 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 020-02f */ 16 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 030-03f */ 17 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 040-04f */ 18 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 050-05f */ 19 0,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32, /* 060-06f */ 20 -32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32, 0, 0, 0, 0, 0, /* 070-07f */ [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", 31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), }, 32 {"TC58NVG2S0F 4G 3.3V 8-bit", 34 SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) }, 35 {"TC58NVG2S0H 4G 3.3V 8-bit", 37 SZ_4K, SZ_512, SZ_256K, 0, 8, 256, NAND_ECC_INFO(8, SZ_512) }, 38 {"TC58NVG3S0F 8G 3.3V 8-bit", 40 SZ_4K, SZ_1K, SZ_256K, 0, 8, 232, NAND_ECC_INFO(4, SZ_512) }, 41 {"TC58NVG5D2 32G 3.3V 8-bit", [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | wii-head.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * arch/powerpc/boot/wii-head.S 6 * Copyright (C) 2008-2009 The GameCube Linux Team 14 * - if the data and instruction caches are enabled or not 15 * - if the MMU is enabled or not 16 * - if the high BATs are enabled or not 29 rlwinm 9, 9, 0, ~((1<<4)|(1<<5)) /* MSR_DR|MSR_IR */ 30 bcl 20, 31, 1f 31 1: 32 mflr 8 [all …]
|
| D | gamecube-head.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * arch/powerpc/boot/gamecube-head.S 6 * Copyright (C) 2004-2009 The GameCube Linux Team 14 * - if the data and instruction caches are enabled or not 15 * - if the MMU is enabled or not 28 rlwinm 9, 9, 0, ~((1<<4)|(1<<5)) /* MSR_DR|MSR_IR */ 29 bcl 20, 31, 1f 30 1: 31 mflr 8 32 clrlwi 8, 8, 3 /* convert to a real address */ [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
| D | da830.c | 11 #include <linux/clk-provider.h> 16 #include <linux/irqchip/irq-davinci-cp-intc.h> 17 #include <linux/platform_data/gpio-davinci.h> 25 #include <clocksource/timer-davinci.h> 30 /* Offsets of the 8 compare registers on the da830 */ 50 MUX_CFG(DA830, GPIO7_14, 0, 0, 0xf, 1, false) 51 MUX_CFG(DA830, RTCK, 0, 0, 0xf, 8, false) 52 MUX_CFG(DA830, GPIO7_15, 0, 4, 0xf, 1, false) 53 MUX_CFG(DA830, EMU_0, 0, 4, 0xf, 8, false) 54 MUX_CFG(DA830, EMB_SDCKE, 0, 8, 0xf, 1, false) [all …]
|
| /kernel/linux/linux-5.10/Documentation/gpu/ |
| D | afbc.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 8 It provides fine-grained random access and minimizes the amount of 21 AFBC streams can contain several components - where a component 32 * Component 1: G 37 reside in the least-significant bits of the corresponding linear 42 * Component 0: R(8) 43 * Component 1: G(8) 44 * Component 2: B(8) 45 * Component 3: A(8) 49 * Component 0: R(8) [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/crypto/ |
| D | sha3-ce-core.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * sha3-ce-core.S - core SHA-3 transform using v8.2 Crypto Extensions 15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 46 ld1 { v0.1d- v3.1d}, [x0] 47 ld1 { v4.1d- v7.1d}, [x8], #32 48 ld1 { v8.1d-v11.1d}, [x8], #32 49 ld1 {v12.1d-v15.1d}, [x8], #32 50 ld1 {v16.1d-v19.1d}, [x8], #32 51 ld1 {v20.1d-v23.1d}, [x8], #32 52 ld1 {v24.1d}, [x8] [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/ |
| D | mdp_format.c | 1 // SPDX-License-Identifier: GPL-2.0-only 82 * Note: Keep RGB formats 1st, followed by YUV formats to avoid breaking 87 FMT(ARGB8888, 8, 8, 8, 8, 1, 0, 2, 3, true, true, 4, 4, 89 FMT(ABGR8888, 8, 8, 8, 8, 2, 0, 1, 3, true, true, 4, 4, 91 FMT(RGBA8888, 8, 8, 8, 8, 3, 1, 0, 2, true, true, 4, 4, 93 FMT(BGRA8888, 8, 8, 8, 8, 3, 2, 0, 1, true, true, 4, 4, 95 FMT(XRGB8888, 8, 8, 8, 8, 1, 0, 2, 3, false, true, 4, 4, 97 FMT(XBGR8888, 8, 8, 8, 8, 2, 0, 1, 3, false, true, 4, 4, 99 FMT(RGBX8888, 8, 8, 8, 8, 3, 1, 0, 2, false, true, 4, 4, 101 FMT(BGRX8888, 8, 8, 8, 8, 3, 2, 0, 1, false, true, 4, 4, [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
| D | svga3d_surfacedefs.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */ 4 * Copyright 2008-2015 VMware, Inc., Palo Alto, CA., USA 20 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 29 * svga3d_surfacedefs.h -- 49 * enum svga3d_block_desc - describes generic properties about formats. 56 SVGA3DBLOCKDESC_BLUE = 1 << 0, 57 SVGA3DBLOCKDESC_W = 1 << 0, 58 SVGA3DBLOCKDESC_BUMP_L = 1 << 0, 61 SVGA3DBLOCKDESC_GREEN = 1 << 1, 62 SVGA3DBLOCKDESC_V = 1 << 1, [all …]
|
| /kernel/linux/linux-5.10/drivers/interconnect/qcom/ |
| D | msm8974.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Copyright (c) 2012-2013 The Linux Foundation. All rights reserved. 15 * |----------+-----------------------------------+-----------| 19 * |------------+-+-----------| |------------+-+-----------| 23 * |--------------+-+---------------------------------+-+-------------| 27 * |------------+-------------| |------------+-------------| 30 #include <dt-bindings/interconnect/qcom,msm8974.h> 33 #include <linux/interconnect-provider.h> 41 #include "smd-rpm.h" 44 MSM8974_BIMC_MAS_AMPSS_M0 = 1, [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| D | ramcfg.h | 1 /* SPDX-License-Identifier: MIT */ 11 unsigned rammap_00_16_20:1; 12 unsigned rammap_00_16_40:1; 13 unsigned rammap_00_17_02:1; 16 unsigned rammap_10_04_02:1; 17 unsigned rammap_10_04_08:1; 20 unsigned rammap_11_08_01:1; 22 unsigned rammap_11_08_10:1; 25 unsigned rammap_11_0a_0400:1; 26 unsigned rammap_11_0a_0800:1; [all …]
|
| /kernel/linux/linux-5.10/drivers/pinctrl/uniphier/ |
| D | pinctrl-uniphier-pxs2.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 // Copyright (C) 2015-2017 Socionext Inc. 12 #include "pinctrl-uniphier.h" 18 UNIPHIER_PINCTRL_PIN(1, "ED1", UNIPHIER_PIN_IECTRL_NONE, 19 1, UNIPHIER_PIN_DRV_1BIT, 20 1, UNIPHIER_PIN_PULL_DOWN), 39 UNIPHIER_PINCTRL_PIN(8, "XERWE0", UNIPHIER_PIN_IECTRL_NONE, 40 8, UNIPHIER_PIN_DRV_1BIT, 41 8, UNIPHIER_PIN_PULL_DOWN), 61 -1, UNIPHIER_PIN_DRV_FIXED8, [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. 36 #define XCHAL_CP_MAX 8 /* max CP ID + 1 (0 if none) */ 44 #define XCHAL_CP1_SA_ALIGN 8 /* min alignment of save area */ 45 #define XCHAL_CP_ID_AUDIOENGINELX 1 /* coprocessor ID (0..7) */ 49 #define XCHAL_CP7_SA_ALIGN 1 /* min alignment of save area */ 54 #define XCHAL_CP0_SA_ALIGN 1 56 #define XCHAL_CP2_SA_ALIGN 1 58 #define XCHAL_CP3_SA_ALIGN 1 60 #define XCHAL_CP4_SA_ALIGN 1 [all …]
|
| /kernel/linux/linux-5.10/arch/arc/include/asm/ |
| D | arcregs.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 16 #define ARC_REG_FP_BCR 0x6B /* ARCompact: Single-Precision FPU */ 56 #define STATUS_AE_MASK (1<<STATUS_AE_BIT) 57 #define STATUS_DE_MASK (1<<STATUS_DE_BIT) 58 #define STATUS_U_MASK (1<<STATUS_U_BIT) 59 #define STATUS_Z_MASK (1<<STATUS_Z_BIT) 60 #define STATUS_L_MASK (1<<STATUS_L_BIT) 63 * ECR: Exception Cause Reg bits-n-pieces 65 * [15: 8] = Exception Cause Code [all …]
|
| /kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
| D | af9005.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* Common header-file of the Linux driver for the Afatech 9005 3 * USB1.1 DVB-T receiver. 9 * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 15 #include "dvb-usb.h" 37 #define AF9005_TUNER_REG 1 62 #define reg_aagc_inverted_agc_len 1 65 #define reg_aagc_sign_only_pos 1 66 #define reg_aagc_sign_only_len 1 70 #define reg_aagc_slow_adc_en_len 1 [all …]
|
| /kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
| D | codec-fwht.c | 1 // SPDX-License-Identifier: LGPL-2.1+ 6 * 8x8 Fast Walsh Hadamard Transform in sequency order based on the paper: 8 * A Recursive Algorithm for Sequency-Ordered Fast Walsh Transforms, 14 #include "codec-fwht.h" 20 * be guaranteed that the magic 8 byte sequence (see below) can 27 #define IBLOCK 1 33 1, 8, 56 s16 block[8 * 8]; in rlc() 66 for (y = 0; y < 8; y++) { in rlc() 67 for (x = 0; x < 8; x++) { in rlc() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
| D | rtl8723b_recv.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 15 u32 crc32:1; 16 u32 icverr:1; 19 u32 qos:1; 21 u32 physt:1; 22 u32 swdec:1; 24 u32 eor:1; 25 u32 rsvd0031:1; 27 /* DWORD 1 */ [all …]
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | xor.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * include/asm-generic/xor.h 5 * Generic optimized RAID-5 checksumming functions. 13 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_2() 17 p1[1] ^= p2[1]; in xor_8regs_2() 24 p1 += 8; in xor_8regs_2() 25 p2 += 8; in xor_8regs_2() 26 } while (--lines > 0); in xor_8regs_2() 33 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_3() 37 p1[1] ^= p2[1] ^ p3[1]; in xor_8regs_3() [all …]
|
| /kernel/linux/linux-5.10/arch/alpha/lib/ |
| D | ev6-memcpy.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * arch/alpha/lib/ev6-memcpy.S 4 * 21264 version by Rick Gorton <rick.gorton@alpha-processor.com> 8 * - memory accessed as aligned quadwords only 9 * - uses bcmpge to compare 8 bytes in parallel 14 * ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html 16 * E - either cluster 17 * U - upper subcluster; U0 - subcluster U0; U1 - subcluster U1 18 * L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1 21 * $1,$2, - scratch [all …]
|
| /kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
| D | pinctrl-mt8173.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2014-2015 MediaTek Inc. 13 #include <linux/pinctrl/pinconf-generic.h> 14 #include <dt-bindings/pinctrl/mt65xx.h> 16 #include "pinctrl-mtk-common.h" 17 #include "pinctrl-mtk-mt8173.h" 22 MTK_PIN_PUPD_SPEC_SR(119, 0xe00, 2, 1, 0), /* KROW0 */ 24 MTK_PIN_PUPD_SPEC_SR(121, 0xe00, 10, 9, 8), /* KROW2 */ 25 MTK_PIN_PUPD_SPEC_SR(122, 0xe10, 2, 1, 0), /* KCOL0 */ 27 MTK_PIN_PUPD_SPEC_SR(124, 0xe10, 10, 9, 8), /* KCOL2 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/input/misc/ |
| D | yealink.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 16 u8 size; /* 1-11, size of used data bytes. */ 38 * size 1 48 * size 1 49 * offset key number [0-1f] 57 * size 1-11 58 * offset 0-23 66 * size 1 68 * data[0] 0 OFF / 1 ON 75 * size 1 [all …]
|
| /kernel/linux/linux-5.10/arch/x86/lib/ |
| D | memmove_64.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * of line code. Based on asm-i386/string.h. 6 * This assembly file is re-written from memmove_64.c file. 7 * - Copyright 2011 Fenghua Yu <fenghua.yu@intel.com> 42 ALTERNATIVE "cmp $0x20, %rdx; jb 1f", "", X86_FEATURE_FSRM 64 movq 0*8(%rsi), %r11 65 movq 1*8(%rsi), %r10 66 movq 2*8(%rsi), %r9 67 movq 3*8(%rsi), %r8 68 leaq 4*8(%rsi), %rsi [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
| D | opp_data.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * linux/arch/arm/mach-omap1/opp_data.c 5 * Copyright (C) 2004 - 2005 Nokia corporation 13 /*------------------------------------------------------------------------- 15 *-------------------------------------------------------------------------*/ 21 { 216000000, 12000000, 216000000, 0x050d, 0x2910, /* 1/1/2/2/2/8 */ 23 { 195000000, 13000000, 195000000, 0x050e, 0x2790, /* 1/1/2/2/4/8 */ 25 { 192000000, 19200000, 192000000, 0x050f, 0x2510, /* 1/1/2/2/8/8 */ 27 { 192000000, 12000000, 192000000, 0x050f, 0x2810, /* 1/1/2/2/8/8 */ 29 { 96000000, 12000000, 192000000, 0x055f, 0x2810, /* 2/2/2/2/8/8 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/shaders/clear_kernel/ |
| D | ivb.asm | 1 // SPDX-License-Identifier: MIT 9 * 1. Clear all 64 GRF registers assigned to the kernel with designated value; 15 mov(1) f0.1<1>UW g1.2<0,1,0>UW { align1 1N }; 20 * DW 1.0 - Block Offset to write Render Cache 21 * DW 1.1 [15:0] - Clear Word 22 * DW 1.2 - Delay iterations 23 * DW 1.3 - Enable Instrumentation (only for debug) 24 * DW 1.4 - Rsvd (intended for context ID) 25 * DW 1.5 - [31:16]:SliceCount, [15:0]:SubSlicePerSliceCount 26 * DW 1.6 - Rsvd MBZ (intended for Enable Wait on Total Thread Count) [all …]
|