Home
last modified time | relevance | path

Searched +full:22 +full:c (Results 1 – 25 of 1255) sorted by relevance

12345678910>>...51

/Linux-v5.15/arch/powerpc/lib/
Dtest_emulate_step.c295 } c; in test_lfsx_stfsx() local
304 c.a = 123.45; in test_lfsx_stfsx()
305 cached_b = c.b; in test_lfsx_stfsx()
307 regs.gpr[3] = (unsigned long) &c.a; in test_lfsx_stfsx()
321 c.a = 678.91; in test_lfsx_stfsx()
326 if (stepped == 1 && c.b == cached_b) in test_lfsx_stfsx()
338 } c; in test_plfs_pstfs() local
352 c.a = 123.45; in test_plfs_pstfs()
353 cached_b = c.b; in test_plfs_pstfs()
355 regs.gpr[3] = (unsigned long)&c.a; in test_plfs_pstfs()
[all …]
/Linux-v5.15/include/linux/
Dinet.h12 * $Id: Space.c,v 0.8.4.5 1992/12/12 19:25:04 bir7 Exp $
13 * $Id: arp.c,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $
14 * $Id: arp.h,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $
15 * $Id: dev.c,v 0.8.4.13 1993/01/23 18:00:11 bir7 Exp $
17 * $Id: eth.c,v 0.8.4.4 1993/01/22 23:21:38 bir7 Exp $
19 * $Id: icmp.c,v 0.8.4.9 1993/01/23 18:00:11 bir7 Exp $
21 * $Id: ip.c,v 0.8.4.8 1992/12/12 19:25:04 bir7 Exp $
23 * $Id: loopback.c,v 0.8.4.8 1993/01/23 18:00:11 bir7 Exp $
24 * $Id: packet.c,v 0.8.4.7 1993/01/26 22:04:00 bir7 Exp $
25 * $Id: protocols.c,v 0.8.4.3 1992/11/15 14:55:30 bir7 Exp $
[all …]
/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dtc_shblocks.sh34 tc qdisc add dev $swp1 ingress_block 22 egress_block 23 clsact
37 tc qdisc add dev $swp2 ingress_block 22 egress_block 23 clsact
53 tc filter add block 22 protocol ip pref 1 handle 101 flower \
56 $MZ $h1 -c 1 -p 64 -a $h1mac -b $swmac -A 192.0.2.1 -B 192.0.2.2 \
59 tc_check_packets "block 22" 101 1
62 $MZ $h2 -c 1 -p 64 -a $h2mac -b $swmac -A 192.0.2.1 -B 192.0.2.2 \
65 tc_check_packets "block 22" 101 2
68 tc filter del block 22 protocol ip pref 1 handle 101 flower
77 tc filter add block 22 protocol ip pref 1 handle 101 flower \
79 tc filter add block 22 protocol ip pref 2 handle 102 flower \
[all …]
/Linux-v5.15/arch/x86/crypto/
Dsha256-avx-asm.S4 # Copyright (C) 2013 Intel Corporation.
9 # Tim Chen <tim.c.chen@linux.intel.com>
102 c = %ecx define
147 d = c
148 c = b define
161 MY_ROR (22-13), y1 # y1 = a >> (22-13)
165 xor a, y1 # y1 = a ^ (a >> (22-13)
170 MY_ROR (13-2), y1 # y1 = (a >> (13-2)) ^ (a >> (22-2))
173 xor a, y1 # y1 = a ^ (a >> (13-2)) ^ (a >> (22-2))
176 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
[all …]
Dsha256-ssse3-asm.S4 # Copyright (C) 2013 Intel Corporation.
9 # Tim Chen <tim.c.chen@linux.intel.com>
95 c = %ecx define
141 d = c
142 c = b define
155 ror $(22-13), y1 # y1 = a >> (22-13)
160 xor a, y1 # y1 = a ^ (a >> (22-13)
165 ror $(13-2), y1 # y1 = (a >> (13-2)) ^ (a >> (22-2))
168 xor a, y1 # y1 = a ^ (a >> (13-2)) ^ (a >> (22-2))
172 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
[all …]
Dsha256-avx2-asm.S4 # Copyright (C) 2013 Intel Corporation.
9 # Tim Chen <tim.c.chen@linux.intel.com>
95 c = %ecx define
147 d = c
148 c = b define
161 or c, y3 # y3 = a|c # MAJA
173 rorx $22, a, y1 # y1 = a >> 22 # S0A
176 and b, y3 # y3 = (a|c)&b # MAJA
178 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
183 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
[all …]
/Linux-v5.15/drivers/atm/
Dfirestream.h6 /* Written & (C) 2000 by R.E.Wolff@BitWizard.nl
7 * Copied snippets from zatm.c by Werner Almesberger, EPFL LRC/ICA
8 * and ambassador.c Copyright (C) 1995-1999 Madge Networks Ltd
50 #define STATUS_CODE(qe) ((qe->cmd >> 22) & 0x3f)
98 #define QE_CMD_NULL (0x00 << 22)
99 #define QE_CMD_REG_RD (0x01 << 22)
100 #define QE_CMD_REG_RDM (0x02 << 22)
101 #define QE_CMD_REG_WR (0x03 << 22)
102 #define QE_CMD_REG_WRM (0x04 << 22)
103 #define QE_CMD_CONFIG_TX (0x05 << 22)
[all …]
/Linux-v5.15/drivers/comedi/drivers/
Ddac02.c3 * dac02.c
5 * Copyright (C) 2014 H Hartley Sweeten <hsweeten@visionengravers.com>
8 * Copyright (C) 2000 Frank Mori Hess <fmhess@users.sourceforge.net>
9 * Copyright (C) 2001 David A. Schleef <ds@schleef.org>
12 * Copyright (C) 1998 David A. Schleef <ds@schleef.org>
36 * 0 to 5V 0 21 to 22 24
38 * 0 to 10V 0 20 to 22 24
40 * +/-5V 0 21 to 22 23
42 * +/-10V 0 20 to 22 23
44 * 4 to 20mA 0 21 to 22 25
[all …]
/Linux-v5.15/Documentation/admin-guide/media/
Dcx23885-cardlist.rst95 - 0070:2215, 0070:221d, 0070:22f2
99 - 0070:2251, 0070:22f1
103 - 0070:2291, 0070:2295, 0070:2299, 0070:229d, 0070:22f0, 0070:22f3, 0070:22f4, 0070:22f5
105 * - 22
138 - NetUP Dual DVB-T/C-CI RF
203 - 4254:980c
207 - 4254:950c
Divtv.rst82 crw-rw---- 1 root video 81, 0 Jun 19 22:22 /dev/video0
83 crw-rw---- 1 root video 81, 16 Jun 19 22:22 /dev/video16
84 crw-rw---- 1 root video 81, 24 Jun 19 22:22 /dev/video24
85 crw-rw---- 1 root video 81, 32 Jun 19 22:22 /dev/video32
86 crw-rw---- 1 root video 81, 48 Jun 19 22:22 /dev/video48
87 crw-rw---- 1 root video 81, 64 Jun 19 22:22 /dev/radio0
88 crw-rw---- 1 root video 81, 224 Jun 19 22:22 /dev/vbi0
89 crw-rw---- 1 root video 81, 228 Jun 19 22:22 /dev/vbi8
90 crw-rw---- 1 root video 81, 232 Jun 19 22:22 /dev/vbi16
122 cat /dev/video0 > my.mpg (you need to hit ctrl-c to exit)
/Linux-v5.15/drivers/clk/ti/
Dclk-7xx.c5 * Copyright (C) 2013 Texas Instruments, Inc.
75 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
129 { DRA7_IPU_MCASP1_CLKCTRL, dra7_mcasp1_bit_data, CLKF_SW_SUP, "ipu-clkctrl:0000:22" },
657 "l4per2-clkctrl:012c:24",
673 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
680 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
686 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
692 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
698 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
719 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL },
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/net/wireless/
Dmediatek,mt76.yaml2 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
189 <3 22 22 22 22 22 22 22 22 22 22>;
190 rates-ru = /bits/ 8 <3 22 22 22 22 22 22 22 22 22 22 22 22>,
/Linux-v5.15/scripts/kconfig/
Dimages.c3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
9 "22 22 5 1",
10 ". c None",
11 "# c #000000",
12 "c c #838100",
13 "a c #ffff00",
14 "b c #ffffff",
39 "22 22 5 1",
40 ". c None",
41 "# c #000000",
[all …]
/Linux-v5.15/drivers/media/platform/coda/
Dcoda-mpeg2.c5 * Copyright (C) 2019 Pengutronix, Philipp Zabel
54 * 19 1b 1b 1b 1b 1b 1c 1c 1c 1c 1e 1e 1e 1f 1f 21
72 if (size < 22 || in coda_mpeg2_parse_headers()
76 if ((size == 22 || in coda_mpeg2_parse_headers()
77 (size >= 25 && memcmp(buf + 22, u.start_code_prefix, 3) == 0)) && in coda_mpeg2_parse_headers()
79 return 22; in coda_mpeg2_parse_headers()
/Linux-v5.15/drivers/media/dvb-frontends/
Dlnbh25.h3 * lnbh25.c
7 * Copyright (C) 2014 NetUP Inc.
8 * Copyright (C) 2014 Sergey Kozlov <serjk@netup.ru>
9 * Copyright (C) 2014 Abylay Ospan <aospan@netup.ru>
18 /* 22 kHz tone enabled. Tone output controlled by DSQIN pin */
20 /* Low power mode activated (used only with 22 kHz tone output disabled) */
22 /* DSQIN input pin is set to receive external 22 kHz TTL signal source */
/Linux-v5.15/Documentation/target/
Dtcm_mod_builder.rst17 1) Generate new API callers for drivers/target/target_core_fabric_configs.c logic
19 into $TCM_NEW_MOD/$TCM_NEW_MOD_configfs.c
24 SPC-3 persistent reservation are automatically generated in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c
25 using drivers/target/target_core_fabric_lib.c logic.
27 in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c
45 …mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric.c
49 …t/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_configfs.c
75 drwxr-xr-x 9 root root 4096 2010-10-05 03:22 ..
76 -rw-r--r-- 1 root root 282 2010-10-05 03:22 Kbuild
77 -rw-r--r-- 1 root root 171 2010-10-05 03:22 Kconfig
[all …]
/Linux-v5.15/sound/isa/galaxy/
Dazt1605.c4 * Copyright (C) 2007,2010 Rene Herman
67 #define GALAXY_CONFIG_CDDMA_DISABLE (0 << 22)
68 #define GALAXY_CONFIG_CDDMA_0 (1 << 22)
69 #define GALAXY_CONFIG_CDDMA_1 (2 << 22)
70 #define GALAXY_CONFIG_CDDMA_3 (3 << 22)
78 #include "galaxy.c"
Dazt2316.c4 * Copyright (C) 2007,2010 Rene Herman
74 #define GALAXY_CONFIG_CDDMA16_DISABLE (0 << 22)
75 #define GALAXY_CONFIG_CDDMA16_5 (1 << 22)
76 #define GALAXY_CONFIG_CDDMA16_6 (2 << 22)
77 #define GALAXY_CONFIG_CDDMA16_7 (3 << 22)
98 #include "galaxy.c"
/Linux-v5.15/drivers/video/fbdev/i810/
Di810.h1 /*-*- linux-c -*-
4 * Copyright (C) 2001 Antonino Daplas<adaplas@pol.net>
88 #define SETUP_MONO_PATTERN_SL_BLT (0x10 << 22)
89 #define PIXEL_BLT (0x20 << 22)
90 #define SCANLINE_BLT (0x21 << 22)
91 #define TEXT_BLT (0x22 << 22)
92 #define TEXT_IMM_BLT (0x30 << 22)
93 #define COLOR_BLT (0x40 << 22)
94 #define MONO_PAT_BLIT (0x42 << 22)
95 #define SOURCE_COPY_BLIT (0x43 << 22)
[all …]
/Linux-v5.15/Documentation/userspace-api/media/dvb/
Dfe-set-tone.rst2 .. c:namespace:: DTV.fe
13 FE_SET_TONE - Sets/resets the generation of the continuous 22kHz tone.
18 .. c:macro:: FE_SET_TONE
26 File descriptor returned by :c:func:`open()`.
29 an integer enumered value described at :c:type:`fe_sec_tone_mode`
34 This ioctl is used to set the generation of the continuous 22kHz tone.
38 to send a 22kHz tone in order to select between high/low band on some
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-class-tpm97 PCR-00: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
98 PCR-01: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
99 PCR-02: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
100 PCR-03: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
101 PCR-04: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
130 B4 76 41 82 C9 20 2C 10 18 40 BC 8B E5 44 4C 6C
131 3A B2 92 0C A4 9B 2A 83 EB 5C 12 85 04 48 A0 B6
132 1E E4 81 84 CE B2 F2 45 1C F0 85 99 61 02 4D EB
134 D7 0E 7D CA 41 BF 43 07 65 86 3C 8C 13 7A D0 8B
137 1E 30 38 6C 70 63 69 AB E2 50 DF 49 05 2E E1 8D
[all …]
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_tunnel.sh26 # veth1 IP: 172.16.1.200, IPv6: 00::22 (underlay)
27 # tunnel dev <type>11, ex: gre11, IPv4: 10.1.1.200, IPv6: 1::22 (overlay)
48 PING_ARG="-c 3 -w 10 -q"
86 ip addr add dev veth1 ::22/96
92 local ::11 remote ::22
134 ip addr add dev veth1 ::22/96
141 local ::11 remote ::22 \
146 local ::11 remote ::22 \
187 ip -6 addr add dev veth1 ::22/96
192 ip link add dev $DEV_NS type $TYPE id 22 dstport 4789 \
[all …]
/Linux-v5.15/arch/hexagon/kernel/
Dhead.S5 * Copyright (c) 2010-2013, The Linux Foundation. All rights reserved.
68 r3 = asl(r3, #22);
75 r26 = lsr(r1, #22); /* / 4M = # of entries */
81 r2 = lsr(r1, #22) /* 4MB page number */
95 R1.H = #HI(PAGE_OFFSET >> (22 - 2))
96 R1.L = #LO(PAGE_OFFSET >> (22 - 2))
146 r2 = lsr(r2, #22) /* 4MB page number */
167 * we're going to enter C code and start touching memory
178 * thread stack, which should have been declared in arch/init_task.c.
/Linux-v5.15/arch/h8300/lib/
Dmulsi3.S22 mulxu r0,er2 ; (22 states)
26 mulxu r1,er3 ; (22 states)
30 mov.w e1,r3 ; ( 2 states) c * b
32 mulxu r0,er3 ; (22 states)
/Linux-v5.15/arch/x86/kernel/
Dtime.c3 * Copyright (c) 1991,1992,1995 Linus Torvalds
4 * Copyright (c) 1994 Alan Modra
5 * Copyright (c) 1995 Markus Kuhn
6 * Copyright (c) 1996 Ingo Molnar
7 * Copyright (c) 1998 Andrea Arcangeli
8 * Copyright (c) 2002,2006 Vojtech Pavlik
9 * Copyright (c) 2003 Andi Kleen
39 * or above a saved flags. Eflags has bits 22-31 zero, in profile_pc()
42 if (sp[0] >> 22) in profile_pc()
44 if (sp[1] >> 22) in profile_pc()

12345678910>>...51