Home
last modified time | relevance | path

Searched +full:- +full:30 (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/Linux-v5.10/arch/alpha/boot/
Dhead.S1 /* 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-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/
Dia_css_anr2_table.host.c1 // SPDX-License-Identifier: GPL-2.0
2430, 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, …
2630, 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, …
2730, 30, 60, 60, 40, 40, 50, 50, 30, 30, 60, 60, 40, 40, 50, 50, 30, 30, 60, 60, 40, 40, 50, 50, 30
3030, 30, 10, 10, 40, 40, 20, 20, 30, 30, 10, 10, 40, 40, 20, 20, 30, 30, 10, 10, 40, 40, 20, 20, 30
3230, 30, 120, 120, 60, 60, 90, 90, 30, 30, 120, 120, 60, 60, 90, 90, 30, 30, 120, 120, 60, 60, 90, …
3330, 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-v5.10/arch/alpha/lib/
Ddivide.S1 /* 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 …]
Dev6-divide.S1 /* 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-v5.10/drivers/net/wireless/intel/iwlegacy/
D3945-debug.c1 // 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-v5.10/drivers/net/wireless/realtek/rtw88/
Drtw8723d_table.c1 // 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-v5.10/drivers/media/dvb-frontends/
Dmb86a16.c1 // 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-v5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtable.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 2009-2010 Realtek Corporation.*/
2814 "FCC", "2.4G", "20M", "HT", "2T", "11", "30",
2874 "FCC", "2.4G", "40M", "HT", "2T", "03", "30",
2875 "ETSI", "2.4G", "40M", "HT", "2T", "03", "30",
2876 "MKK", "2.4G", "40M", "HT", "2T", "03", "30",
2878 "ETSI", "2.4G", "40M", "HT", "2T", "04", "30",
2879 "MKK", "2.4G", "40M", "HT", "2T", "04", "30",
2881 "ETSI", "2.4G", "40M", "HT", "2T", "05", "30",
2882 "MKK", "2.4G", "40M", "HT", "2T", "05", "30",
[all …]
/Linux-v5.10/Documentation/ABI/stable/
Dsysfs-hypervisor-xen3 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-v5.10/drivers/video/logo/
Dlogo_sgi_clut224.ppm2 # 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 …]
Dlogo_sun_clut224.ppm2 # 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 …]
Dlogo_linux_clut224.ppm2 # 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 …]
Dlogo_dec_clut224.ppm2 # 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 …]
Dlogo_superh_clut224.ppm2 # 224-color SuperH 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
438 50 50 50 74 74 74 30 30 30 6 6 6
472 34 34 34 82 82 82 30 30 30 60 40 9
492 30 30 30 78 78 78 50 50 50 105 70 7
[all …]
Dlogo_mac_clut224.ppm2 # 224-color Macintosh 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
175 2 2 6 2 2 6 2 2 6 30 30 30
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
492 30 30 30 78 78 78 50 50 50 104 69 6
512 30 30 30 78 78 78 46 46 46 22 22 22
[all …]
/Linux-v5.10/include/linux/platform_data/
Dadp8870.h1 /* 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-v5.10/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c2 * 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-v5.10/arch/x86/lib/
Dcopy_user_64.S1 /* SPDX-License-Identifier: GPL-2.0-only */
11 #include <asm/asm-offsets.h>
14 #include <asm/alternative-asm.h>
45 * copy_user_generic_unrolled - memory copy with exception handling.
111 30: shll $6,%ecx
120 _ASM_EXTABLE_CPY(1b, 30b)
121 _ASM_EXTABLE_CPY(2b, 30b)
122 _ASM_EXTABLE_CPY(3b, 30b)
123 _ASM_EXTABLE_CPY(4b, 30b)
124 _ASM_EXTABLE_CPY(5b, 30b)
[all …]
/Linux-v5.10/lib/
Dtest_objagg.c1 // 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-v5.10/arch/mips/include/asm/mach-au1x00/
Dau1xxx_psc.h71 #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-v5.10/include/linux/netfilter/
Dnf_conntrack_h323_types.h1 /* 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-v5.10/kernel/sched/
Ddebug.c1 // SPDX-License-Identifier: GPL-2.0-only
31 nsec = -nsec; in nsec_high()
33 return -nsec; in nsec_high()
43 nsec = -nsec; in nsec_low()
139 return -EFAULT; in sched_feat_write()
225 for (entry = *tablep; entry->mode; entry++) { in sd_free_ctl_entry()
226 if (entry->child) in sd_free_ctl_entry()
227 sd_free_ctl_entry(&entry->child); in sd_free_ctl_entry()
228 if (entry->proc_handler == NULL) in sd_free_ctl_entry()
229 kfree(entry->procname); in sd_free_ctl_entry()
[all …]
/Linux-v5.10/arch/powerpc/boot/dts/
Dac14xx.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
14 #address-cells = <1>;
15 #size-cells = <1>;
26 timebase-frequency = <40000000>; /* 40 MHz (csb/4) */
27 bus-frequency = <160000000>; /* 160 MHz csb bus */
28 clock-frequency = <400000000>; /* 400 MHz ppc core */
49 compatible = "cfi-flash";
51 #address-cells = <1>;
52 #size-cells = <1>;
53 bank-width = <2>;
[all …]
/Linux-v5.10/Documentation/hwmon/
Dw83795.rst10 Addresses scanned: I2C 0x2c - 0x2f
18 Addresses scanned: I2C 0x2c - 0x2f
23 - Wei Song (Nuvoton)
24 - Jean Delvare <jdelvare@suse.de>
28 -----------
35 - W83795G
63 44 FANIN3 30h fan3
83 29/ 30 PECI/TSI (DTS1) 26h temp7
84 29/ 30 PECI/TSI (DTS2) 27h temp8
85 29/ 30 PECI/TSI (DTS3) 28h temp9
[all …]
/Linux-v5.10/Documentation/networking/dsa/
Dconfiguration.rst1 .. SPDX-License-Identifier: GPL-2.0
10 .. _dsa-config-showcases:
13 -----------------------
61 * lan1: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3)
62 * lan2: 192.0.2.5/30 (192.0.2.4 - 192.0.2.7)
63 * lan3: 192.0.2.9/30 (192.0.2.8 - 192.0.2.11)
66 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255)
69 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255)
70 * wan: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3)
72 .. _dsa-tagged-configuration:
[all …]

12345678910>>...45