/linux-6.8/arch/alpha/boot/ |
D | head.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 42 subq $30,128,$30 43 .frame $30,128,$26 44 stq $26,0($30) 45 stq $1,8($30) 46 stq $2,16($30) 47 stq $3,24($30) 48 stq $4,32($30) 49 stq $5,40($30) 50 stq $6,48($30) [all …]
|
/linux-6.8/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ |
D | ia_css_anr2_table.host.c | 1 // SPDX-License-Identifier: GPL-2.0 24 …30, 30, 10, 10, 20, 20, 0, 0, 30, 30, 10, 10, 20, 20, 0, 0, 30, 30, 10, 10, 20, 20, 0, 0, 30, 30, … 26 …30, 30, 60, 60, 0, 0, 90, 90, 30, 30, 60, 60, 0, 0, 90, 90, 30, 30, 60, 60, 0, 0, 90, 90, 30, 30, … 27 …30, 30, 60, 60, 40, 40, 50, 50, 30, 30, 60, 60, 40, 40, 50, 50, 30, 30, 60, 60, 40, 40, 50, 50, 30… 30 …30, 30, 10, 10, 40, 40, 20, 20, 30, 30, 10, 10, 40, 40, 20, 20, 30, 30, 10, 10, 40, 40, 20, 20, 30… 32 …30, 30, 120, 120, 60, 60, 90, 90, 30, 30, 120, 120, 60, 60, 90, 90, 30, 30, 120, 120, 60, 60, 90, … 33 …30, 30, 40, 40, 20, 20, 50, 50, 30, 30, 40, 40, 20, 20, 50, 50, 30, 30, 40, 40, 20, 20, 50, 50, 30…
|
/linux-6.8/arch/powerpc/crypto/ |
D | aes-gcm-p10.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 # Accelerated AES-GCM stitched implementation for ppc64le. 5 # Copyright 2022- IBM Inc. All rights reserved 22 # Hash keys = v3 - v14 29 # v31 - counter 1 32 # vs0 - vs14 for round keys 35 # This implementation uses stitched AES-GCM approach to improve overall performance. 48 # v15 - v18 - input states 49 # vs1 - vs9 - round keys 110 # v15 - v22 - input states [all …]
|
D | chacha-p10le-8x.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 # Copyright 2023- IBM Corp. All rights reserved 43 #include <asm/asm-offsets.h> 44 #include <asm/asm-compat.h> 81 stdu 1,-752(1) 99 SAVE_GPR 30, 240, 1 113 SAVE_VRS 30, 160, 9 132 SAVE_VSX 30, 448, 9 148 RESTORE_VRS 30, 160, 9 167 RESTORE_VSX 30, 448, 9 [all …]
|
/linux-6.8/arch/alpha/lib/ |
D | divide.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 14 * __divqu: 64-bit unsigned long divide 15 * __remqu: 64-bit unsigned long remainder 16 * __divqs/__remqs: signed 64-bit 17 * __divlu/__remlu: unsigned 32-bit 18 * __divls/__remls: signed 32-bit 27 * This is a rather simple bit-at-a-time algorithm: it's very good 28 * at dividing random 64-bit numbers, but the more usual case where 37 * $0 - current bit 38 * $1 - shifted divisor [all …]
|
D | ev6-divide.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * arch/alpha/lib/ev6-divide.S 5 * 21264 version contributed by Rick Gorton <rick.gorton@alpha-processor.com> 14 * __divqu: 64-bit unsigned long divide 15 * __remqu: 64-bit unsigned long remainder 16 * __divqs/__remqs: signed 64-bit 17 * __divlu/__remlu: unsigned 32-bit 18 * __divls/__remls: signed 32-bit 27 * This is a rather simple bit-at-a-time algorithm: it's very good 28 * at dividing random 64-bit numbers, but the more usual case where [all …]
|
/linux-6.8/scripts/gdb/linux/ |
D | pgtable.py | 1 # SPDX-License-Identifier: GPL-2.0-only 44 return (bit_start, bit_end), data >> bit_start & ((1 << (1 + bit_end - bit_start)) - 1) 53 return 30 80 {'cr3 binary data': <30} {hex(self.cr3)} 81 {'next entry physical address': <30} {hex(self.next_entry_physical_address)} 82 --- 83 …{'bit' : <4} {self.page_level_write_through[0]: <10} {'page level write through': <30} {self.page_… 84 …{'bit' : <4} {self.page_level_cache_disabled[0]: <10} {'page level cache disabled': <30} {self.pag… 140 next_level = self.page_hierarchy_level - 1 148 {'entry address': <30} {hex(self.address)} [all …]
|
/linux-6.8/drivers/clk/imx/ |
D | clk-imx8ulp.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 #include <dt-bindings/clock/imx8ulp-clock.h> 12 #include <linux/reset-controller.h> 85 u32 offset = pcc_reset->resets[id]; in imx8ulp_pcc_assert() 89 spin_lock_irqsave(pcc_reset->lock, flags); in imx8ulp_pcc_assert() 91 val = readl(pcc_reset->base + offset); in imx8ulp_pcc_assert() 93 writel(val, pcc_reset->base + offset); in imx8ulp_pcc_assert() 95 spin_unlock_irqrestore(pcc_reset->lock, flags); in imx8ulp_pcc_assert() 103 u32 offset = pcc_reset->resets[id]; in imx8ulp_pcc_deassert() 107 spin_lock_irqsave(pcc_reset->lock, flags); in imx8ulp_pcc_deassert() [all …]
|
/linux-6.8/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-debug.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 8 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 19 p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n", in il3945_stats_flag() 20 le32_to_cpu(il->_3945.stats.flag)); in il3945_stats_flag() 21 if (le32_to_cpu(il->_3945.stats.flag) & UCODE_STATS_CLEAR_MSK) in il3945_stats_flag() 22 p += scnprintf(buf + p, bufsz - p, in il3945_stats_flag() 24 p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n", in il3945_stats_flag() 25 (le32_to_cpu(il->_3945.stats.flag) & in il3945_stats_flag() 27 p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n", in il3945_stats_flag() [all …]
|
/linux-6.8/drivers/net/wireless/realtek/rtw88/ |
D | rtw8723d_table.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2018-2019 Realtek Corporation 942 {0, 0, 0, 0, 1, 30, }, 943 {2, 0, 0, 0, 1, 30, }, 944 {1, 0, 0, 0, 1, 30, }, 945 {0, 0, 0, 0, 2, 30, }, 946 {2, 0, 0, 0, 2, 30, }, 947 {1, 0, 0, 0, 2, 30, }, 948 {0, 0, 0, 0, 3, 30, }, 949 {2, 0, 0, 0, 3, 30, }, [all …]
|
/linux-6.8/drivers/media/dvb-frontends/ |
D | mb86a16.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 Fujitsu MB86A16 DVB-S/DSS DC Receiver driver 59 #define TRACE_IN dprintk(verbose, MB86A16_DEBUG, 1, "-->()") 60 #define TRACE_OUT dprintk(verbose, MB86A16_DEBUG, 1, "()-->") 68 .addr = state->config->demod_address, in mb86a16_write() 76 state->config->demod_address, buf[0], buf[1]); in mb86a16_write() 78 ret = i2c_transfer(state->i2c_adap, &msg, 1); in mb86a16_write() 80 return (ret != 1) ? -EREMOTEIO : 0; in mb86a16_write() 91 .addr = state->config->demod_address, in mb86a16_read() 96 .addr = state->config->demod_address, in mb86a16_read() [all …]
|
/linux-6.8/tools/testing/selftests/hid/tests/ |
D | test_multitouch.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 20 KERNEL_MODULE = ("hid-multitouch", "hid_multitouch") 310 Unit Exponent (-1) 335 Unit Exponent (-4) 378 Unit Exponent (-1) 397 Unit Exponent (-4) 442 Unit Exponent (-1) 467 Unit Exponent (-4) 492 …30 81 02 46 68 1f 09 31 81 02 45 00 c0 c0 05 0d 09 06 15 00 26 ff 00 a1 01 85 02 75 08 95 3f 09 00… [all …]
|
D | test_tablet.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 42 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 95 def from_evdev(cls, evdev) -> "PenState": 127 def apply(self, events: List[libevdev.InputEvent], strict: bool) -> "PenState": 177 def valid_transitions(self) -> Tuple["PenState", ...]: 256 def historically_tolerated_transitions(self) -> Tuple["PenState", ...]: 258 for skipping the in-range state, due to historical reasons. 341 def legal_transitions() -> Dict[str, Tuple["PenState", ...]]: 343 we don't have Invert nor Erase bits, so just move in/out-of-range or proximity. [all …]
|
/linux-6.8/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | table.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2010 Realtek Corporation.*/ 3054 "FCC", "2.4G", "20M", "HT", "2T", "11", "30", 3114 "FCC", "2.4G", "40M", "HT", "2T", "03", "30", 3115 "ETSI", "2.4G", "40M", "HT", "2T", "03", "30", 3116 "MKK", "2.4G", "40M", "HT", "2T", "03", "30", 3118 "ETSI", "2.4G", "40M", "HT", "2T", "04", "30", 3119 "MKK", "2.4G", "40M", "HT", "2T", "04", "30", 3121 "ETSI", "2.4G", "40M", "HT", "2T", "05", "30", 3122 "MKK", "2.4G", "40M", "HT", "2T", "05", "30", [all …]
|
/linux-6.8/Documentation/ABI/stable/ |
D | sysfs-hypervisor-xen | 3 KernelVersion: 2.6.30 4 Contact: xen-devel@lists.xenproject.org 12 KernelVersion: 2.6.30 13 Contact: xen-devel@lists.xenproject.org 21 KernelVersion: 2.6.30 22 Contact: xen-devel@lists.xenproject.org 30 KernelVersion: 2.6.30 31 Contact: xen-devel@lists.xenproject.org 34 is in the format: <class>-<major>.<minor>-<arch> 38 <class>: "xen" -- x86: paravirtualized, arm: standard [all …]
|
/linux-6.8/drivers/video/logo/ |
D | logo_sgi_clut224.ppm | 2 # 224-color SGI Linux logo 34 22 22 22 26 26 26 30 30 30 34 34 34 35 30 30 30 30 30 30 26 26 26 18 18 18 152 10 10 10 30 30 30 66 66 66 58 58 58 175 2 2 6 2 2 6 2 2 6 30 30 30 212 30 30 30 78 78 78 30 30 30 2 2 6 334 58 58 58 2 2 6 2 2 6 30 30 30 434 239 182 13 234 190 10 232 195 16 232 200 30 438 50 50 50 74 74 74 30 30 30 6 6 6 472 34 34 34 82 82 82 30 30 30 61 42 6 [all …]
|
D | logo_linux_clut224.ppm | 2 # Standard 224-color Linux logo 34 22 22 22 26 26 26 30 30 30 34 34 34 35 30 30 30 30 30 30 26 26 26 18 18 18 152 10 10 10 30 30 30 66 66 66 58 58 58 175 2 2 6 2 2 6 2 2 6 30 30 30 212 30 30 30 78 78 78 30 30 30 2 2 6 334 58 58 58 2 2 6 2 2 6 30 30 30 434 239 182 13 234 190 10 232 195 16 232 200 30 438 50 50 50 74 74 74 30 30 30 6 6 6 472 34 34 34 82 82 82 30 30 30 61 42 6 [all …]
|
D | logo_sun_clut224.ppm | 2 # 224-color Sun Linux logo 34 22 22 22 26 26 26 30 30 30 34 34 34 35 30 30 30 30 30 30 26 26 26 18 18 18 152 10 10 10 30 30 30 66 66 66 58 58 58 175 2 2 6 2 2 6 2 2 6 30 30 30 212 30 30 30 78 78 78 30 30 30 2 2 6 334 58 58 58 2 2 6 2 2 6 30 30 30 434 239 182 13 234 190 10 232 195 16 232 200 30 438 50 50 50 74 74 74 30 30 30 6 6 6 472 34 34 34 82 82 82 30 30 30 61 42 6 [all …]
|
D | logo_dec_clut224.ppm | 2 # 224-color Digital Equipment Corporation Linux logo 34 22 22 22 26 26 26 30 30 30 34 34 34 35 30 30 30 30 30 30 26 26 26 18 18 18 152 10 10 10 30 30 30 66 66 66 58 58 58 175 2 2 6 2 2 6 2 2 6 30 30 30 212 30 30 30 78 78 78 30 30 30 2 2 6 334 58 58 58 2 2 6 2 2 6 30 30 30 434 239 182 13 234 190 10 232 195 16 232 200 30 438 50 50 50 74 74 74 30 30 30 6 6 6 472 34 34 34 82 82 82 30 30 30 61 42 6 [all …]
|
/linux-6.8/include/linux/platform_data/ |
D | adp8870.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 * Copyright 2009-2010 Analog Devices Inc. 83 * Blacklight current 0..30mA 85 #define ADP8870_BL_CUR_mA(I) ((I * 127) / 30) 111 u8 bl_fade_in; /* Backlight Fade-In Timer */ 112 u8 bl_fade_out; /* Backlight Fade-Out Timer */ 113 u8 bl_fade_law; /* fade-on/fade-off transfer characteristic */ 118 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 119 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 120 u8 l2_bright_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ [all …]
|
/linux-6.8/kernel/sched/ |
D | debug.c | 1 // SPDX-License-Identifier: GPL-2.0-only 28 nsec = -nsec; in nsec_high() 30 return -nsec; in nsec_high() 40 nsec = -nsec; in nsec_low() 136 return -EFAULT; in sched_feat_write() 181 return -EFAULT; in sched_scaling_write() 185 return -EINVAL; in sched_scaling_write() 188 return -EINVAL; in sched_scaling_write() 192 return -EINVAL; in sched_scaling_write() 231 return -EFAULT; in sched_dynamic_write() [all …]
|
/linux-6.8/lib/ |
D | test_objagg.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 60 if (!world->key_refs[key_id_index(key_id)]) { in world_obj_get() 61 world->objagg_objs[key_id_index(key_id)] = objagg_obj; in world_obj_get() 62 } else if (world->objagg_objs[key_id_index(key_id)] != objagg_obj) { in world_obj_get() 65 err = -EINVAL; in world_obj_get() 68 world->key_refs[key_id_index(key_id)]++; in world_obj_get() 81 if (!world->key_refs[key_id_index(key_id)]) in world_obj_put() 83 objagg_obj = world->objagg_objs[key_id_index(key_id)]; in world_obj_put() 85 world->key_refs[key_id_index(key_id)]--; in world_obj_put() 94 int diff = key->id - parent_key->id; in delta_check() [all …]
|
/linux-6.8/arch/mips/include/asm/mach-au1x00/ |
D | au1xxx_psc.h | 71 #define PSC_AC97CFG_RT_MASK (3 << 30) 72 #define PSC_AC97CFG_RT_FIFO1 (0 << 30) 73 #define PSC_AC97CFG_RT_FIFO2 (1 << 30) 74 #define PSC_AC97CFG_RT_FIFO4 (2 << 30) 75 #define PSC_AC97CFG_RT_FIFO8 (3 << 30) 92 /* Enable slots 3-12. */ 93 #define PSC_AC97CFG_TXSLOT_ENA(x) (1 << (((x) - 3) + 11)) 94 #define PSC_AC97CFG_RXSLOT_ENA(x) (1 << (((x) - 3) + 1)) 101 #define PSC_AC97CFG_SET_LEN(x) (((((x) - 2) / 2) & 0xf) << 21) 190 #define PSC_I2SCFG_RT_MASK (3 << 30) [all …]
|
/linux-6.8/include/linux/netfilter/ |
D | nf_conntrack_h323_types.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 139 (1 << 30), 179 = (1 << 30), 204 = (1 << 30), 226 eNetworkAccessParameters_externalReference = (1 << 30), 236 eOpenLogicalChannel_separateStack = (1 << 30), 248 OpenLogicalChannel item[30]; 254 eSetup_UUIE_sourceAddress = (1 << 30), 294 OpenLogicalChannel item[30]; 300 eCallProceeding_UUIE_callIdentifier = (1 << 30), [all …]
|
/linux-6.8/drivers/net/ethernet/intel/ice/ |
D | ice_hw_autogen.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright (c) 2018-2023, Intel Corporation. */ 4 /* Machine-generated file */ 21 #define PF_FW_ARQLEN_ARQCRIT_M BIT(30) 32 #define PF_FW_ATQLEN_ATQCRIT_M BIT(30) 43 #define PF_MBX_ARQLEN_ARQCRIT_M BIT(30) 52 #define PF_MBX_ATQLEN_ATQCRIT_M BIT(30) 73 #define PF_SB_ARQLEN_ARQCRIT_S 30 74 #define PF_SB_ARQLEN_ARQCRIT_M BIT(30) 96 #define PF_SB_ATQLEN_ATQCRIT_S 30 [all …]
|