/linux/arch/alpha/boot/ |
H A 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/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ |
H A 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/arch/powerpc/crypto/ |
H A 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 …]
|
H A 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 …]
|
H A D | curve25519-ppc64le_asm.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 9 # [1] https://github.com/dot-asm/cryptogams/ 11 # Copyright (c) 2006-2017, CRYPTOGAMS by <appro@openssl.org> 58 # - Added x25519_fe51_sqr_times, x25519_fe51_frombytes, x25519_fe51_tobytes 61 # Copyright 2024- IBM Corp. 63 # X25519 lower-level primitives for PPC64. 73 stdu 1,-144(1) 83 std 30,128(1) 99 mulld 30,11,6 123 addc 30,30,12 [all …]
|
/linux/arch/alpha/lib/ |
H A 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 …]
|
H A 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/scripts/gdb/linux/ |
H A 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/drivers/clk/imx/ |
H A 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/drivers/net/wireless/intel/iwlegacy/ |
H A 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/drivers/net/wireless/realtek/rtw88/ |
H A 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/tools/testing/selftests/hid/tests/ |
H A 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 …]
|
H A D | test_tablet.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 43 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 66 def from_evdev(cls, evdev, test_button) -> "PenState": 99 ) -> "PenState": 146 def valid_transitions(self) -> Tuple["PenState", ...]: 206 def historically_tolerated_transitions(self) -> Tuple["PenState", ...]: 208 for skipping the in-range state, due to historical reasons. 271 def legal_transitions() -> Dict[str, Tuple["PenState", ...]]: 273 we don't have Invert nor Erase bits, so just move in/out-of-range or proximity. [all …]
|
/linux/drivers/media/dvb-frontends/ |
H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A 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/drivers/video/logo/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/linux/Documentation/ABI/stable/ |
H A 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/include/linux/platform_data/ |
H A 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/lib/ |
H A 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/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 2 * Copyright (c) 2010-2011 Atheros Communications Inc. 36 #define SUB_NUM_CTL_MODES_AT_5G_40 2 /* excluding HT40, EXT-OFDM */ 37 #define SUB_NUM_CTL_MODES_AT_2G_40 3 /* excluding HT40, EXT-OFDM, EXT-CCK */ 67 * bit0 - enable tx temp comp - disabled 68 * bit1 - enable tx volt comp - disabled 69 * bit2 - enable fastClock - enabled 70 * bit3 - enable doubling - enabled 71 * bit4 - enable internal regulator - disabled 72 * bit5 - enable pa predistortion - disabled 74 .miscConfiguration = 0, /* bit0 - turn down drivestrength */ [all …]
|
/linux/include/linux/netfilter/ |
H A 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/drivers/net/ethernet/intel/ice/ |
H A 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 …]
|