| /linux/lib/crypto/s390/ | 
| H A D | chacha-s390.S | 21 	.long	1,0,0,0 26 	.long	0,1,2,3 100 	VREPF	XB1,K1,1 105 	VREPF	XD1,K3,1 111 	VREPF	XC1,K2,1 402 	la	%r1,1(%r1) 461 #define B4		%v17  macro 503 	VLR	B4,K1 508 	VAF	D1,K3,T1		# K[3]+1 530 	VAF	A4,A4,B4 [all …] 
 | 
| /linux/arch/powerpc/kernel/vdso/ | 
| H A D | vgetrandom-chacha.S | 52 .macro quarterround4 a1 b1 c1 d1 a2 b2 c2 d2 a3 b3 c3 d3 a4 b4 c4 d4 56 	add	\a4, \a4, \b4 72 	xor	\b4, \b4, \c4 76 	rotlwi	\b4, \b4, 12 80 	add	\a4, \a4, \b4 96 	xor	\b4, \b4, \c4 100 	rotlwi	\b4, \b4, 7 103 #define QUARTERROUND4(a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,a4,b4,c4,d4) \  argument 107 		      state##a4 state##b4 state##c4 state##d4 222 	QUARTERROUND4( 0, 4, 8,12, 1, 5, 9,13, 2, 6,10,14, 3, 7,11,15) [all …] 
 | 
| /linux/Documentation/admin-guide/media/ | 
| H A D | dvb-usb-ec168-cardlist.rst | 9    :header-rows: 1 16      - 18b4:1689, 18b4:fffa, 18b4:fffb, 18b4:1001, 18b4:1002
  | 
| H A D | dvb-usb-dw2102-cardlist.rst | 9    :header-rows: 1 16      - 04b4:3101 18      - 04b4:0x2101 20      - 04b4:2102 22      - 04b4:2104 29    * - TeVii S482 (tuner 1) 43    * - Terratec Cinergy S2 PCIe Dual Port 1
  | 
| /linux/arch/arm/crypto/ | 
| H A D | aes-neonbs-core.S | 80 	.macro		in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 89 	veor		\b3, \b3, \b4 90 	veor		\b4, \b4, \b5 96 	.macro		out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 98 	veor		\b1, \b1, \b4 99 	veor		\b4, \b4, \b6 107 	veor		\b4, \b4, \b7 110 	.macro		inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 112 	veor		\b4, \b4, \b7 120 	veor		\b4, \b4, \b6 [all …] 
 | 
| H A D | ghash-ce-core.S | 96 	.macro		__pmull_p64, rd, rn, rm, b1, b2, b3, b4  argument 110 	.macro		__pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l 111 	vext.8		t0l, \ad, \ad, #1	@ A1 113 	vext.8		t4l, \bd, \bd, #1	@ B1 131 	.ifc		\b4, t3l 132 	vext.8		t3l, \bd, \bd, #4	@ B4 136 	vmull.p8	t3q, \ad, \b4		@ K = A*B4 189 	vshr.u64	T1, XL, #1 193 	vshr.u64	XL, XL, #1 196 	.macro		ghash_update, pn, enc, aggregate=1, head=1 [all …] 
 | 
| /linux/arch/arm64/crypto/ | 
| H A D | aes-neonbs-core.S | 26 	.macro		in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 35 	eor		\b3, \b3, \b4 36 	eor		\b4, \b4, \b5 42 	.macro		out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 44 	eor		\b1, \b1, \b4 45 	eor		\b4, \b4, \b6 53 	eor		\b4, \b4, \b7 56 	.macro		inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 58 	eor		\b4, \b4, \b7 66 	eor		\b4, \b4, \b6 [all …] 
 | 
| H A D | sm4-neon-core.S | 135 	subs		x6, x6, #1;                             \ 138 	ROUND4(1, b1, b2, b3, b0);                              \ 203 	/* RTMP0/1 ^= x ^ rol32(x, 24) ^ rol32(RX, 2) */        \ 216 	/* s0/t0 ^= RTMP0/1 */                                  \ 220 #define SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7) \  argument 225 	rev32		b4.16b, b4.16b;                         \ 233 	subs		x6, x6, #1;                             \ 235 	ROUND8(0, b0, b1, b2, b3, b4, b5, b6, b7);              \ 236 	ROUND8(1, b1, b2, b3, b0, b5, b6, b7, b4);              \ 237 	ROUND8(2, b2, b3, b0, b1, b6, b7, b4, b5);              \ [all …] 
 | 
| /linux/lib/crypto/ | 
| H A D | curve25519-hacl64.c | 20 	u64 minus_x = ~x + (u64)1U;  in u64_eq_mask() 23 	u64 c = xnx - (u64)1U;  in u64_eq_mask() 37 	u64 c = x_xor_q_ - (u64)1U;  in u64_gte_mask() 43 	u64 b4 = b[4];  in modulo_carry_top()  local 45 	u64 b4_ = b4 & 0x7ffffffffffffLLU;  in modulo_carry_top() 46 	u64 b0_ = b0 + 19 * (b4 >> 51);  in modulo_carry_top() 58 		u128 xi = input[1];  in fproduct_copy_from_wide_() 59 		output[1] = ((u64)(xi));  in fproduct_copy_from_wide_() 79 	output[1] += (u128)input[1] * s;  in fproduct_sum_scalar_multiplication_() 90 		u128 tctrp1 = tmp[ctr + 1];  in fproduct_carry_wide_() [all …] 
 | 
| /linux/drivers/memory/ | 
| H A D | jedec_ddr_data.c | 17 	{B4, T_REFI_15_6, T_RFC_90}, /* 64M */ 18 	{B4, T_REFI_15_6, T_RFC_90}, /* 128M */ 19 	{B4, T_REFI_7_8,  T_RFC_90}, /* 256M */ 20 	{B4, T_REFI_7_8,  T_RFC_90}, /* 512M */ 21 	{B8, T_REFI_7_8, T_RFC_130}, /* 1GS4 */ 25 	{B4, T_REFI_7_8, T_RFC_130}, /* 1GS2 */ 26 	{B4, T_REFI_3_9, T_RFC_130}, /* 2GS2 */ 55 	[1] = {
  | 
| /linux/arch/powerpc/boot/dts/fsl/ | 
| H A D | b4si-post.dtsi | 52 	#size-cells = <1>; 59 	compatible = "fsl,b4-pcie", "fsl,qoriq-pcie-v2.4"; 67 		#interrupt-cells = <1>; 76 			0000 0 0 1 &mpic 40 1 0 0 77 			0000 0 0 2 &mpic 1 1 0 0 78 			0000 0 0 3 &mpic 2 1 0 0 79 			0000 0 0 4 &mpic 3 1 0 0 85 	#address-cells = <1>; 86 	#size-cells = <1>; 90 		compatible = "fsl,b4-dcsr-epu", "fsl,dcsr-epu"; [all …] 
 | 
| /linux/Documentation/ABI/stable/ | 
| H A D | sysfs-class-tpm | 13 Description:	The "active" property prints a '1' if the TPM chip is accepting 73 Description:	The "enabled" property prints a '1' if the TPM chip is enabled, 82 Description:	The "owned" property produces a '1' if the TPM_TakeOwnership 97 		  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 106 		1.2 chips, PCRs represent SHA-1 hashes, which are 20 bytes 130 		  B4 76 41 82 C9 20 2C 10 18 40 BC 8B E5 44 4C 6C [all …] 
 | 
| /linux/tools/testing/selftests/ftrace/test.d/kprobe/ | 
| H A D | kprobe_args_type.tc | 7   echo "p:testprobe $FUNCTION_FORK \$stack0:s$1 \$stack0:u$1 \$stack0:x$1 \$stack0:b4@4/$1" 14   X1=`printf "%x" $1 | tail -c ${CW}` 21   B4=`printf "%1x" $4` 22   B3=`printf "%03x" 0x$X3 | tail -c 2 | head -c 1` 23   test $B3 = $B4 33   echo 1 > events/kprobes/testprobe/enable 38 …ARGS=`grep "testprobe" trace | head -n 1 | sed -e 's/.* arg1=\(.*\) arg2=\(.*\) arg3=\(.*\) arg4=\…
  | 
| /linux/tools/testing/selftests/hid/tests/ | 
| H A D | test_tablet.py | 465         self.xtilt = 1 466         self.ytilt = 1 467         self.twist = 1 526         input_info=(BusType.USB, 1, 2),  argument 623             return (1, []) 631             return (1, []) 633         return (1, []) 637             return 1 645             return 1 647         return 1 [all …] 
 | 
| /linux/drivers/usb/gadget/udc/ | 
| H A D | m66592-udc.h | 29 #define M66592_DPRPU		0x0010	/* b4: D+ pull up control */ 46 #define M66592_UACT		0x0010	/* b4: USB bus enable */ 53 #define M66592_UTST		0x000F	/* b4-0: Test select */ 87 #define M66592_DENDE		0x0010	/* b4: Dend enable */ 140 #define M66592_SUSP	0x0010	/* b4: Suspend detected interrupt */ 150 #define M66592_SACKE	0x0010	/* b4: SETUP ACK interrupt */ 160 #define M66592_BRDY4		0x0010	/* b4: PIPE4 */ 171 #define M66592_NRDY4		0x0010	/* b4: PIPE4 */ 182 #define M66592_BEMP4		0x0010	/* b4: PIPE4 */ 191 #define   M66592_SOF_1MS	 0x0004   /* SOF OUT 1ms Frame Signal */ [all …] 
 | 
| /linux/include/linux/usb/ | 
| H A D | r8a66597.h | 25 	unsigned	on_chip:1; 31 	unsigned	vif:1; 34 	unsigned	endian:1; 37 	unsigned	wr0_shorted_to_wr1:1; 40 	unsigned	sudmac:1; 136 #define	DPRPU		0x0010	/* b4: D+ pull up control */ 159 #define	UACT		0x0010	/* b4: USB bus enable */ 197 #define	DENDE			0x0010	/* b4: Dend enable */ 230 /* Interrupt Enable Register 1 */ 237 #define	SACKE		0x0010	/* b4: SETUP ACK interrupt */ [all …] 
 | 
| /linux/arch/m68k/fpsp040/ | 
| H A D | satan.S | 19 |		argument X such that 1/16 < |X| < 16. For the other arguments, 23 |	Step 1. If |X| >= 16 or |X| < 1/16, go to Step 5. 25 |	Step 2. Let X = sgn * 2**k * 1.xxxxxxxx...x. Note that k = -4, -3,..., or 3. 26 |		Define F = sgn * 2**k * 1.xxxx1, i.e. the first 5 significant bits 27 |		of X with a bit-1 attached at the 6-th bit position. Define u 28 |		to be u = (X-F) / (1 + X*F). 39 |	Step 7. Define X' = -1/X. Approximate arctan(X') by an odd polynomial in X'. 49 |satan	idnt	2,1 | Motorola 040 Floating Point Software Package 247 	cmpil		#0x3FFB8000,%d0		| ...|X| >= 1/16? 257 |--THE MOST LIKELY CASE, |X| IN [1/16, 16). WE USE TABLE TECHNIQUE [all …] 
 | 
| H A D | ssin.S | 18 |	Accuracy and Monotonicity: The returned result is within 1 ulp in 30 |	1. If SIN is invoked, set AdjN := 0; otherwise, set AdjN := 1. 35 |		k = N mod 4, so in particular, k = 0,1,2,or 3. Overwrite 40 |	5. (k is odd) Set j := (k-1)/2, sgn := (-1)**j. Return sgn*cos(r) 42 |		1 + r*r*(B1+s*(B2+ ... + s*B8)),	s = r*r. 45 |	6. (k is even) Set j := k/2, sgn := (-1)**j. Return sgn*sin(r) 50 |	7. If |X| > 1, go to 9. 52 |	8. (|X|<2**(-40)) If SIN is invoked, return X; otherwise return 1. 57 |	1. If |X| >= 15Pi or |X| < 2**(-40), go to 6. 60 |		k = N mod 4, so in particular, k = 0,1,2,or 3. [all …] 
 | 
| /linux/tools/mm/ | 
| H A D | slabinfo.c | 69 int skip_zero = 1; 84 int output_lines = -1; 138 		"-1|--1ref              Single reference\n"  in usage() 171 		if (len > 0 && buffer[len - 1] == '\n')  in read_obj() 172 			buffer[len - 1] = 0;  in read_obj() 234 		l = fread(buffer, 1, sizeof(buffer), f);  in read_slab_obj() 253 		l = fread(buffer, 1, sizeof(buffer), f);  in read_debug_slab_obj() 265 	unsigned long divisor = 1;  in store_size() 289 	if (divisor != 1) {  in store_size() 327 	set_obj(s, "validate", 1);  in slab_validate() [all …] 
 | 
| /linux/drivers/atm/ | 
| H A D | fore200e.h | 19 #define BUFFER_S1_SIZE       SMALL_BUFFER_SIZE    /* size of small buffers, scheme 1 */ 20 #define BUFFER_L1_SIZE       LARGE_BUFFER_SIZE    /* size of large buffers, scheme 1 */ 39 #define NBR_CONNECT          (1 << (FORE200E_VPI_BITS + FORE200E_VCI_BITS)) /* number of connection… 52 …ne RSD_REQUIRED  (((MAX_PDU_SIZE - SMALL_BUFFER_SIZE + LARGE_BUFFER_SIZE) / LARGE_BUFFER_SIZE) + 1) 61 #define RSD_EXTENSION  ((RSD_REQUIRED - RSD_FIXED) + 1) 73 #define BITFIELD4(b1, b2, b3, b4)            b1; b2; b3; b4;  argument 74 #define BITFIELD5(b1, b2, b3, b4, b5)        b1; b2; b3; b4; b5;  argument 75 #define BITFIELD6(b1, b2, b3, b4, b5, b6)    b1; b2; b3; b4; b5; b6;  argument 79 #define BITFIELD4(b1, b2, b3, b4)                    b4; b3; b2; b1;  argument 80 #define BITFIELD5(b1, b2, b3, b4, b5)            b5; b4; b3; b2; b1;  argument [all …] 
 | 
| /linux/arch/arm/boot/dts/st/ | 
| H A D | stm32h7-pinctrl.dtsi | 65 				 <STM32_PINMUX('C', 1, AF11)>, 67 				 <STM32_PINMUX('A', 1, AF11)>; 72 	sdmmc1_b4_pins_a: sdmmc1-b4-0 { 86 	sdmmc1_b4_od_pins_a: sdmmc1-b4-od-0 { 105 	sdmmc1_b4_sleep_pins_a: sdmmc1-b4-sleep-0 { 140 	sdmmc2_b4_pins_a: sdmmc2-b4-0 { 154 	sdmmc2_b4_od_pins_a: sdmmc2-b4-od-0 { 173 	sdmmc2_b4_sleep_pins_a: sdmmc2-b4-sleep-0 { 240 	usart1_pins_b: usart1-1 { 289 					 <STM32_PINMUX('B', 1, AF10)>,	/* ULPI_D2> */
  | 
| /linux/arch/arm/include/asm/ | 
| H A D | xor.h | 15 	__asm__("ldmia	%0, {%1, %2}" \ 20 	__asm__("ldmia	%0, {%1, %2, %3, %4}" \ 25 	__asm__("ldmia	%0!, {%1, %2}" \ 31 	__asm__("ldmia	%0!, {%1, %2, %3, %4}" \ 32 		: "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \ 34 	__XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4) 58 	register unsigned int b4 __asm__("lr");  in xor_arm4regs_2() 80 	register unsigned int b4 __asm__("lr");  in xor_arm4regs_3()
  | 
| /linux/drivers/input/joystick/ | 
| H A D | grip_mp.c | 64 #define PACKET_IO_SLOW       0x20000000       /* 1 bit per gameport read               */ 88 #define GRIP_MODE_RESET         1 92 static const int grip_btn_gp[]  = { BTN_TR, BTN_TL, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, -1 }; 93 static const int grip_btn_c64[] = { BTN_JOYSTICK, -1 }; 95 static const int grip_abs_gp[]  = { ABS_X, ABS_Y, -1 }; 96 static const int grip_abs_c64[] = { ABS_X, ABS_Y, -1 }; 104 	1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 105 	1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 106 	1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 107 	0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1 }; [all …] 
 | 
| /linux/Documentation/networking/ | 
| H A D | vxlan.rst | 17 Unlike most tunnels, a VXLAN is a 1 to N network, not just point to 27 1. Create vxlan device:: 50 1. Create forwarding table entry:: 52     # bridge fdb add to 00:17:42:8a:b4:05 dst 192.19.0.2 dev vxlan0 56     # bridge fdb delete 00:17:42:8a:b4:05 dev vxlan0 84     UDP port table 1: 87       Entries (1):
  | 
| /linux/drivers/gpio/ | 
| H A D | gpio-gpio-mm.c | 42 	.reg_stride = 1, 52 	"Port 1A0", "Port 1A1", "Port 1A2", "Port 1A3", "Port 1A4", "Port 1A5", 53 	"Port 1A6", "Port 1A7", "Port 1B0", "Port 1B1", "Port 1B2", "Port 1B3", 54 	"Port 1B4", "Port 1B5", "Port 1B6", "Port 1B7", "Port 1C0", "Port 1C1", 55 	"Port 1C2", "Port 1C3", "Port 1C4", "Port 1C5", "Port 1C6", "Port 1C7", 58 	"Port 2B4", "Port 2B5", "Port 2B6", "Port 2B7", "Port 2C0", "Port 2C1",
  |