Home
last modified time | relevance | path

Searched +full:- +full:20 (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/linux/Documentation/arch/arm/
H A Dsunxi.rst10 ------------
11 Linux kernel mach directory: arch/arm/mach-sunxi
16 - Allwinner F20 (sun3i)
20 * ARM Cortex-A8 based SoCs
21 - Allwinner A10 (sun4i)
25 http://dl.linux-sunxi.org/A10/A10%20Datasheet%20-%20v1.21%20%282012-04-06%29.pdf
28 …http://dl.linux-sunxi.org/A10/A10%20User%20Manual%20-%20v1.20%20%282012-04-09%2c%20DECRYPTED%29.pdf
30 - Allwinner A10s (sun5i)
34 http://dl.linux-sunxi.org/A10s/A10s%20Datasheet%20-%20v1.20%20%282012-03-27%29.pdf
36 - Allwinner A13 / R8 (sun5i)
[all …]
/linux/drivers/staging/rtl8723bs/hal/
H A DHalHWImg8723B_RF.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
16 ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA */ in CheckPositive()
17 ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA */ in CheckPositive()
18 ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA */ in CheckPositive()
19 ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ in CheckPositive()
20 ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT */ in CheckPositive()
24 pDM_Odm->CutVersion << 24 | in CheckPositive()
25 pDM_Odm->SupportPlatform << 16 | in CheckPositive()
26 pDM_Odm->PackageType << 12 | in CheckPositive()
[all …]
/linux/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c1 // SPDX-License-Identifier: GPL-2.0-only
26 struct wl1251 *wl = file->private_data; \
41 wl->debugfs.name = debugfs_create_file(#name, 0400, parent, \
46 debugfs_remove(wl->debugfs.name); \
47 wl->debugfs.name = NULL; \
55 struct wl1251 *wl = file->private_data; \
62 wl->stats.fw_stats->sub.name); \
73 DEBUGFS_ADD(sub## _ ##name, wl->debugfs.fw_statistics)
82 mutex_lock(&wl->mutex); in wl1251_debugfs_update_stats()
88 if (wl->state == WL1251_STATE_ON && in wl1251_debugfs_update_stats()
[all …]
/linux/arch/alpha/lib/
H A Dcsum_ipv6_magic.S1 /* SPDX-License-Identifier: GPL-2.0 */
25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
47 addq $20,$0,$20 # .. e1 : begin summing the words
50 cmpult $20,$0,$0 # .. e1 :
67 addq $20,$1,$20 # .. e1 :
70 cmpult $20,$1,$1 # .. e1 :
75 addq $20,$2,$20 # .. e1 :
76 cmpult $20,$2,$2 # e0 :
77 addq $20,$3,$20 # .. e1 :
79 cmpult $20,$3,$3 # e0 :
[all …]
H A Dev6-csum_ipv6_magic.S1 /* SPDX-License-Identifier: GPL-2.0 */
3 * arch/alpha/lib/ev6-csum_ipv6_magic.S
4 * 21264 version contributed by Rick Gorton <rick.gorton@alpha-processor.com>
15 * ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html
17 * E - either cluster
18 * U - upper subcluster; U0 - subcluster U0; U1 - subcluster U1
19 * L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
32 * Then turn it back into a sign extended 32-bit item
35 * Swap <len> (an unsigned int) using Mike Burrows' 7-instruction sequence
36 * (we can't hide the 3-cycle latency of the unpkbw in the 6-instruction sequence)
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtable.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 2009-2010 Realtek Corporation.*/
2898 "FCC", "2.4G", "20M", "CCK", "1T", "01", "36",
2899 "ETSI", "2.4G", "20M", "CCK", "1T", "01", "32",
2900 "MKK", "2.4G", "20M", "CCK", "1T", "01", "32",
2901 "FCC", "2.4G", "20M", "CCK", "1T", "02", "36",
2902 "ETSI", "2.4G", "20M", "CCK", "1T", "02", "32",
2903 "MKK", "2.4G", "20M", "CCK", "1T", "02", "32",
2904 "FCC", "2.4G", "20M", "CCK", "1T", "03", "36",
2905 "ETSI", "2.4G", "20M", "CCK", "1T", "03", "32",
[all …]
/linux/arch/arm/nwfpe/
H A Dsingle_cpdo.c1 // SPDX-License-Identifier: GPL-2.0-or-later
38 [ADF_CODE >> 20] = float32_add,
39 [MUF_CODE >> 20] = float32_mul,
40 [SUF_CODE >> 20] = float32_sub,
41 [RSF_CODE >> 20] = float32_rsf,
42 [DVF_CODE >> 20] = float32_div,
43 [RDF_CODE >> 20] = float32_rdv,
44 [RMF_CODE >> 20] = float32_rem,
46 [FML_CODE >> 20] = float32_mul,
47 [FDV_CODE >> 20] = float32_div,
[all …]
H A Dextended_cpdo.c1 // SPDX-License-Identifier: GPL-2.0-or-later
37 [ADF_CODE >> 20] = floatx80_add,
38 [MUF_CODE >> 20] = floatx80_mul,
39 [SUF_CODE >> 20] = floatx80_sub,
40 [RSF_CODE >> 20] = floatx80_rsf,
41 [DVF_CODE >> 20] = floatx80_div,
42 [RDF_CODE >> 20] = floatx80_rdv,
43 [RMF_CODE >> 20] = floatx80_rem,
46 [FML_CODE >> 20] = floatx80_mul,
47 [FDV_CODE >> 20] = floatx80_div,
[all …]
H A Ddouble_cpdo.c1 // SPDX-License-Identifier: GPL-2.0-or-later
42 [ADF_CODE >> 20] = float64_add,
43 [MUF_CODE >> 20] = float64_mul,
44 [SUF_CODE >> 20] = float64_sub,
45 [RSF_CODE >> 20] = float64_rsf,
46 [DVF_CODE >> 20] = float64_div,
47 [RDF_CODE >> 20] = float64_rdv,
48 [RMF_CODE >> 20] = float64_rem,
51 [FML_CODE >> 20] = float64_mul,
52 [FDV_CODE >> 20] = float64_div,
[all …]
/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra234.c1 // SPDX-License-Identifier: GPL-2.0+
5 * Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved.
16 #include "pinctrl-tegra.h"
1382 #define PINGROUP_REG_N(r) -1
1385 #define DRV_PINGROUP_N(r) -1
1388 .drv_reg = -1, \
1389 .drv_bank = -1, \
1390 .drvdn_bit = -1, \
1391 .drvup_bit = -1, \
1392 .slwr_bit = -1, \
[all …]
H A Dpinctrl-tegra210.c1 // SPDX-License-Identifier: GPL-2.0-only
14 #include "pinctrl-tegra.h"
41 #define TEGRA_PIN_SPI1_CS1_PC4 _GPIO(20)
177 /* All non-GPIO pins follow */
181 /* Non-GPIO pins */
1269 #define DRV_PINGROUP_REG(r) ((r) - DRV_PINGROUP_REG_A)
1270 #define PINGROUP_REG(r) ((r) - PINGROUP_REG_A)
1273 #define PINGROUP_BIT_N(b) (-1)
1300 .ioreset_bit = -1, \
1307 .lpmd_bit = -1, \
[all …]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-mixx-defs.h7 * Copyright (c) 2003-2012 Cavium Networks
14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
186 uint64_t ircnt:20;
188 uint64_t ircnt:20;
199 uint64_t ibplwm:20;
200 uint64_t irhwm:20;
202 uint64_t irhwm:20;
203 uint64_t ibplwm:20;
214 uint64_t isize:20;
[all …]
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c2 * Copyright (c) 2010-2011 Atheros Communications Inc.
22 struct ath9k_htc_priv *priv = file->private_data; in read_file_tgt_int_stats()
35 return -EINVAL; in read_file_tgt_int_stats()
40 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats()
41 "%20s : %10u\n", "RX", in read_file_tgt_int_stats()
44 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats()
45 "%20s : %10u\n", "RXORN", in read_file_tgt_int_stats()
48 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats()
49 "%20s : %10u\n", "RXEOL", in read_file_tgt_int_stats()
52 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats()
[all …]
/linux/drivers/gpu/drm/tests/
H A Ddrm_kunit_edid.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 * edid-decode (hex):
14 * 74 20 45 44 49 44 0a 20 20 20 00 00 00 fd 00 32
15 * 46 1e 46 0f 00 0a 20 20 20 20 20 20 00 00 00 10
18 * ----------------
46 * Monitor ranges (GTF): 50-70 Hz V, 30-70 kHz H, max dotclock 150 MHz
65 * edid-decode (hex):
69 * 00 00 00 20 00 00 01 01 01 01 01 01 01 01 01 01
72 * 74 20 45 44 49 44 0a 20 20 20 00 00 00 fd 00 32
73 * 46 1e 46 0f 00 0a 20 20 20 20 20 20 00 00 00 10
[all …]
/linux/arch/alpha/include/asm/
H A Dxor.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * include/asm-alpha/xor.h
5 * Optimized RAID-5 checksumming functions for alpha EV5 and EV6
66 ldq $20,32($18) \n\
83 xor $19,$20,$19 \n\
125 ldq $20,16($19) \n\
141 xor $7,$20,$20 # 7 cycles from $20 load \n\
142 stq $20,16($17) \n\
160 ldq $20,56($19) \n\
168 xor $7,$20,$20 # 4 cycles from $20 load \n\
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan.sh2 # SPDX-License-Identifier: GPL-2.0
92 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
99 log_test "vxlan device - valid configuration"
109 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
116 log_test "vxlan device with a vlan-aware bridge"
126 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
144 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 \
163 ttl 20 tos inherit dstport 4789
180 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
198 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 dev dummy1
[all …]
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dhtb.json17 …"matchPattern": "qdisc htb 1: root refcnt [0-9]+ r2q 10 default 0 direct_packets_stat.*direct_qlen…
25 "name": "Create HTB with default-N setting",
38 …"matchPattern": "qdisc htb 1: root refcnt [0-9]+ r2q 10 default 0x10 direct_packets_stat.* direct_…
59 …"matchPattern": "qdisc htb 1: root refcnt [0-9]+ r2q 5 default 0 direct_packets_stat.*direct_qlen",
80 …"matchPattern": "qdisc htb 1: root refcnt [0-9]+ r2q 10 default 0 direct_packets_stat.*direct_qlen…
99 "cmdUnderTest": "$TC class add dev $DUMMY parent 1: classid 1:1 htb rate 20kbit burst 1000",
102 … "matchPattern": "class htb 1:1 root prio 0 rate 20Kbit ceil 20Kbit burst 1000b cburst 1600b",
121 "cmdUnderTest": "$TC class add dev $DUMMY parent 1: classid 1:1 htb rate 20Kbit mpu 64",
124 … "matchPattern": "class htb 1:1 root prio 0 rate 20Kbit ceil 20Kbit burst 1600b cburst 1600b",
143 "cmdUnderTest": "$TC class add dev $DUMMY parent 1: classid 1:1 htb rate 20Kbit prio 1",
[all …]
/linux/include/dt-bindings/memory/
H A Dmt8195-memory-port.h1 /* SPDX-License-Identifier: GPL-2.0-only */
9 #include <dt-bindings/memory/mtk-memory-port.h>
20 * modules dma-address-region larbs-ports
22 * vcodec 4G ~ 8G larb19/20/21/22/23/24
29 * iommu-vdo: larb0/2/5/7/9/10/11/13/17/19/21/24/25/28
30 * iommu-vpp: larb1/3/4/6/8/12/14/16/18/20/22/23/26/27
142 #define M4U_PORT_L10_IMG_TNRWO_D1_A MTK_M4U_ID(10, 20)
256 #define M4U_PORT_L19_JPGDEC_BUFF_OFFSET1 MTK_M4U_ID(19, 20)
265 #define M4U_PORT_L20_VENC_RCPU MTK_M4U_ID(20, 0)
266 #define M4U_PORT_L20_VENC_REC MTK_M4U_ID(20, 1)
[all …]
/linux/arch/s390/lib/
H A Dcsum-partial.c1 // SPDX-License-Identifier: GPL-2.0
9 * and adds in "sum" (32-bit). If copy is true copies to dst.
11 * Returns a 32-bit number suitable for feeding into itself
17 * It's best to have src and dst aligned on a 64-bit boundary.
34 fpu_vlm(20, 23, src); in csum_copy()
36 fpu_vstm(20, 23, dst); in csum_copy()
39 fpu_vcksm(16, 20, 16); in csum_copy()
44 len -= 64; in csum_copy()
47 fpu_vlm(20, 21, src); in csum_copy()
49 fpu_vstm(20, 21, dst); in csum_copy()
[all …]
/linux/arch/powerpc/crypto/
H A Dchacha-p10le-8x.S1 /* 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)
89 SAVE_GPR 20, 160, 1
103 SAVE_VRS 20, 0, 9
122 SAVE_VSX 20, 288, 9
138 RESTORE_VRS 20, 0, 9
157 RESTORE_VSX 20, 288, 9
[all …]
/linux/mm/damon/tests/
H A Dvaddr-kunit.h1 /* SPDX-License-Identifier: GPL-2.0 */
20 int i, ret = -ENOMEM; in __link_vmas()
28 mas_set_range(&mas, vmas[i].vm_start, vmas[i].vm_end - 1); in __link_vmas()
47 * heap and the mmap()-ed regions, and 2) the mmap()-ed regions and stack.
57 * For example, suppose virtual address ranges of 10-20, 20
[all...]
/linux/Documentation/devicetree/bindings/
H A Dnuma.txt6 1 - Introduction
18 2 - numa-node-id
23 a node id is a 32-bit integer.
26 numa-node-id property which contains the node id of the device.
30 numa-node-id = <0>;
33 numa-node-id = <1>;
36 3 - distance-map
39 The optional device tree node distance-map describes the relative
42 - compatible : Should at least contain "numa-distance-map-v1".
44 - distance-matrix
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_mld.sh2 # SPDX-License-Identifier: GPL-2.0
17 00:00:00:00:cc:20:01:0d:b8:00:01:00:00:00:00:00:00:00:00:00:01:20:01:0d:b8:00:01:00:00:00:\
18 00:00:00:00:00:00:02:20:01:0d:b8:00:01:00:00:00:00:00:00:00:00:00:03"
23 00:00:cc:20:01:0d:b8:00:01:00:00:00:00:00:00:00:00:00:10:20:01:0d:b8:00:01:00:00:00:00:00:00:\
24 00:00:00:11:20:01:0d:b8:00:01:00:00:00:00:00:00:00:00:00:12"
25 # MLDv2 is_in report: grp ff02::cc is_include 2001:db8:1::20,2001:db8:1::30
28 00:00:00:8f:00:bc:5a:00:00:00:01:01:00:00:02:ff:02:00:00:00:00:00:00:00:00:00:00:00:00:00:cc:20:\
29 01:0d:b8:00:01:00:00:00:00:00:00:00:00:00:20:20:01:0d:b8:00:01:00:00:00:00:00:00:00:00:00:30"
34 00:cc:20:01:0d:b8:00:01:00:00:00:00:00:00:00:00:00:10:20:01:0d:b8:00:01:00:00:00:00:00:00:00:\
35 00:00:11:20:01:0d:b8:00:01:00:00:00:00:00:00:00:00:00:12"
[all …]
/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst1 .. SPDX-License-Identifier: GPL-2.0
19 $ ls -l /sys/bus/acpi/devices/INT3404:00/
22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0
23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1
24 -r--r--r-- 1 root root 4096 Dec 13 20:38 state10
25 -r--r--r-- 1 root root 4096 Dec 13 20:38 state11
26 -r--r--r-- 1 root root 4096 Dec 13 20:38 state2
27 -r--r--r-- 1 root root 4096 Dec 13 20:38 state3
28 -r--r--r-- 1 root root 4096 Dec 13 20:38 state4
29 -r--r--r-- 1 root root 4096 Dec 13 20:38 state5
[all …]
/linux/drivers/crypto/cavium/cpt/
H A Dcpt_common.h1 /* SPDX-License-Identifier: GPL-2.0-only */
24 #define cpt_sriov_enabled(cpt) ((cpt)->flags & CPT_FLAG_SRIOV_ENABLED)
25 #define cpt_vf_driver(cpt) ((cpt)->flags & CPT_FLAG_VF_DRIVER)
26 #define cpt_device_ready(cpt) ((cpt)->flags & CPT_FLAG_DEVICE_READY)
93 (0x8000000ll + ((u64)(a) << 36) + ((b) << 20))
95 (0x8000020ll + ((u64)(a) << 36) + ((b) << 20))
97 (0x8000100ll + ((u64)(a) << 36) + ((b) << 20))
99 (0x8001000ll + ((u64)(a) << 36) + ((b) << 20) + ((c) << 8))
102 #define CPTX_VQX_CTL(a, b) (0x100ll + ((u64)(a) << 36) + ((b) << 20))
103 #define CPTX_VQX_SADDR(a, b) (0x200ll + ((u64)(a) << 36) + ((b) << 20))
[all …]

12345678910>>...46