/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) [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 15 0, 0, 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, 3 [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- [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-bi [all...] |
/linux/scripts/gdb/linux/ |
H A D | pgtable.py | 1 # SPDX-License-Identifier: GPL-2.0-only 42 return (bit_start, bit_end), data >> bit_start & ((1 << (1 + bit_end - bit_start)) - 1) 51 return 30 78 {'cr3 binary data': <30} {hex(self.cr3)} 79 {'next entry physical address': <30} {hex(self.next_entry_physical_address)} 80 - [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->bas in imx8ulp_pcc_assert() [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 - 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, }, [all...] |
H A D | rtw8821a_table.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 1380 { 0, 0, 0, 1, 1, 30, }, 1381 { 2, 0, 0, 1, 1, 30, }, 1383 { 0, 0, 0, 1, 2, 30, }, 1404 { 0, 0, 0, 1, 9, 30, }, 1407 { 0, 0, 0, 1, 10, 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 = base.KernelModule("hid-multitouch", "hid_multitouch") 310 Unit Exponent (- [all...] |
H A D | test_tablet.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 44 https://docs.microsoft.com/en-us/windows-hardwar [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, "()-->") [all...] |
/linux/lib/crypto/powerpc/ |
H A D | chacha-p10le-8x.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 # Copyright 2023- IBM Corp. All rights reserved 40 #include <asm/asm-offsets.h> 41 #include <asm/asm-compat.h> 78 stdu 1,-752(1) 96 SAVE_GPR 30, 24 [all...] |
/linux/arch/powerpc/crypto/ |
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-leve [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", [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>-<arc [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 2 [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 2 [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 2 [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 2 [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-Ou [all...] |
/linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-samsung-dcphy.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Guochun Huang <hero.huang@rock-chips.com> 8 #include <dt-bindings/phy/phy.h> 73 * The selection between the 400-based or 200-based values for REG_400M 337 {6500, 32, 117, 31, 28, 30, 56, 27, 24, 44, 37}, 338 {6490, 32, 116, 31, 28, 30, 56, 27, 24, 44, 37}, 339 {6480, 32, 116, 31, 28, 30, 5 [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_ref in world_obj_get() [all...] |
/linux/arch/mips/include/asm/mach-au1x00/ |
H A 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/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]; [all...] |