/linux/arch/arm64/crypto/ |
H A D | sm4-ce-asm.h | 110 #define SM4_CRYPT_BLK8_BE(b0, b1, b2, b3, b4, b5, b6, b7) \ argument 117 sm4e b6.4s, v24.4s; \ 125 sm4e b6.4s, v25.4s; \ 133 sm4e b6.4s, v26.4s; \ 141 sm4e b6.4s, v27.4s; \ 149 sm4e b6.4s, v28.4s; \ 157 sm4e b6.4s, v29.4s; \ 165 sm4e b6.4s, v30.4s; \ 173 sm4e b6.4s, v31.4s; \ 181 rev64 b6.4s, b6.4s; \ [all …]
|
H A D | aes-neonbs-core.S | 26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 28 eor \b5, \b5, \b6 30 eor \b6, \b6, \b2 32 eor \b6, \b6, \b3 42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 43 eor \b0, \b0, \b6 45 eor \b4, \b4, \b6 47 eor \b6, \b6, \b1 56 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 63 eor \b6, \b6, \b1 [all …]
|
H A D | sm4-neon-core.S | 220 #define SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7) \ argument 227 rev32 b6.16b, b6.16b; \ 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); \ 238 ROUND8(3, b3, b0, b1, b2, b7, b4, b5, b6); \ 248 rev32 b6.16b, b6.16b; \ 254 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument 255 SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7); \ 256 rotate_clockwise_4x4_2x(b0, b1, b2, b3, b4, b5, b6, b7); \
|
/linux/arch/arm/crypto/ |
H A D | aes-neonbs-core.S | 80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 82 veor \b5, \b5, \b6 84 veor \b6, \b6, \b2 86 veor \b6, \b6, \b3 96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 97 veor \b0, \b0, \b6 99 veor \b4, \b4, \b6 101 veor \b6, \b6, \b1 110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 117 veor \b6, \b6, \b1 [all …]
|
/linux/include/linux/usb/ |
H A D | r8a66597.h | 134 #define DCFM 0x0040 /* b6: Controller function select */ 157 #define USBRST 0x0040 /* b6: USB reset enable */ 195 #define DENDA 0x0040 /* b6: Dend active select */ 235 #define EOFERRE 0x0040 /* b6: EOF error interrupt */ 243 #define BRDY6 0x0040 /* b6: PIPE6 */ 255 #define NRDY6 0x0040 /* b6: PIPE6 */ 267 #define BEMP6 0x0040 /* b6: PIPE6 */ 277 #define BRDYM 0x0040 /* b6: BRDY clear timing */ 295 #define DVSQ 0x0070 /* b6-4: Device state */ 321 #define EOFERR 0x0040 /* b6: EOF-error interrupt */ [all …]
|
/linux/drivers/usb/gadget/udc/ |
H A D | m66592-udc.h | 27 #define M66592_DCFM 0x0040 /* b6: Controller function select */ 44 #define M66592_USBRST 0x0040 /* b6: USB reset enable */ 85 #define M66592_DENDA 0x0040 /* b6: Dend active select */ 138 #define M66592_SADR 0x0040 /* b6: Set address executed interrupt */ 158 #define M66592_BRDY6 0x0040 /* b6: PIPE6 */ 169 #define M66592_NRDY6 0x0040 /* b6: PIPE6 */ 180 #define M66592_BEMP6 0x0040 /* b6: PIPE6 */ 204 #define M66592_DVSQ 0x0070 /* b6-4: Device state */ 246 #define M66592_USBADDR 0x007F /* b6-0: USB address */ 267 #define M66592_bmRequestTypeType 0x0060 /* b6-5: Type */ [all …]
|
/linux/arch/m68k/fpsp040/ |
H A D | satan.S | 349 |--ATAN(X) BY X + X*Y*(B1+Y*(B2+Y*(B3+Y*(B4+Y*(B5+Y*B6))))) 350 |--WHICH IS X + X*Y*( [B1+Z*(B3+Z*B5)] + [Y*(B2+Z*(B4+Z*B6)] ) 367 fmulx %fp1,%fp2 | ...Z*B6 370 faddd ATANB4,%fp2 | ...B4+Z*B6 373 fmulx %fp1,%fp2 | ...Z*(B4+Z*B6) 376 faddd ATANB2,%fp2 | ...B2+Z*(B4+Z*B6) 379 fmulx %fp0,%fp2 | ...Y*(B2+Z*(B4+Z*B6)) 382 faddx %fp2,%fp1 | ...[B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))] 385 fmulx %fp1,%fp0 | ...X*Y*([B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))]) 444 | ... +[Y*(B2+Z*(B4+Z*B6))])
|
H A D | ssin.S | 290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))]) 319 faddd COSB6,%fp2 | ...B6+TB8 322 fmulx %fp1,%fp2 | ...T(B6+TB8) 325 faddd COSB4,%fp2 | ...B4+T(B6+TB8) 328 fmulx %fp1,%fp2 | ...T(B4+T(B6+TB8)) 331 faddx COSB2,%fp2 | ...B2+T(B4+T(B6+TB8)) 334 fmulx %fp2,%fp0 | ...S(B2+T(B4+T(B6+TB8))) 612 faddd COSB6,%fp2 | ...B6+S(B7+SB8) 615 fmulx %fp0,%fp2 | ...S(B6+S(B7+SB8)) 620 faddd COSB5,%fp2 | ...B5+S(B6+S(B7+SB8)) [all …]
|
/linux/Documentation/networking/device_drivers/ethernet/pensando/ |
H A D | ionic.rst | 27 b6:00.0 Ethernet controller: Device 1dd8:1002 37 ionic 0000:b6:00.0: 126.016 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x16 link) 38 ionic 0000:b6:00.0 enp182s0: renamed from eth0 39 ionic 0000:b6:00.0 enp182s0: Link up - 100 Gbps
|
/linux/Documentation/networking/device_drivers/ethernet/amd/ |
H A D | pds_core.rst | 17 b6:00.0 Processing accelerators: Pensando Systems Device 100c 26 pds_core 0000:b6:00.0: 252.048 Gb/s available PCIe bandwidth (16.0 GT/s PCIe x16 link) 27 pds_core 0000:b6:00.0: FW: 1.60.0-73
|
/linux/drivers/gpio/ |
H A D | gpio-gpio-mm.c | 54 "Port 1B4", "Port 1B5", "Port 1B6", "Port 1B7", "Port 1C0", "Port 1C1", 58 "Port 2B4", "Port 2B5", "Port 2B6", "Port 2B7", "Port 2C0", "Port 2C1",
|
/linux/Documentation/input/devices/ |
H A D | alps.rst | 308 packet-fmt b7 b6 b5 b4 b3 b2 b1 b0 345 b7 b6 b5 b4 b3 b2 b1 b0 357 b7 b6 b5 b4 b3 b2 b1 b0 370 b7 b6 b5 b4 b3 b2 b1 b0 382 b7 b6 b5 b4 b3 b2 b1 b0
|
/linux/drivers/power/supply/ |
H A D | ucs1002_power.c | 156 * B6: 0.00271 mA/h rounded to 3 uA/h in ucs1002_get_charge() 162 * B0 B1 B2 B3 B4 B5 B6 B7 in ucs1002_get_charge() 167 * B0 B1 B2 B3 B4 B5 B6 B7 in ucs1002_get_charge() 172 * B0 B1 B2 B3 B4 B5 B6 B7 in ucs1002_get_charge() 177 * B0 B1 B2 B3 B4 B5 B6 B7 in ucs1002_get_charge()
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-tpm | 131 3A B2 92 0C A4 9B 2A 83 EB 5C 12 85 04 48 A0 B6 140 47 AE A4 18 83 8E 22 39 75 93 86 E6 FD 66 48 B6 143 F8 28 05 83 62 26 11 DC B4 6B 5A 97 FF 32 26 B6
|
/linux/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 76 .long R(79, b1, b1, c8), R(b6, 5b, 5b, ed) 93 .long R(63, bc, bc, df), R(77, b6, b6, c1) 149 .long R(2d, 9b, 9b, b6), R(3c, 1e, 1e, 22) 182 .long R(be, e1, 4f, b6), R(f0, 88, ad, 17) 227 .long R(2d, b6, a8, b9), R(14, 1e, a9, c8) 233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63) 290 .long R(7b, cb, 84, 61), R(d5, 32, b6, 70)
|
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
H A D | dma_global.h | 35 * | b14 .. b11 | b10 ... b6 | b5 ... b0 | 40 * | b31 .. b26 | b25 .. b18 | b17 .. b11 | b10 ... b6 | b5 ... b0 |
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-wilco-ec | 32 08B6
|
/linux/drivers/tty/vt/ |
H A D | cp437.uni | 32 0x10 U+25b6 U+25ba 36 0x14 U+00b6
|
/linux/Documentation/hid/ |
H A D | hid-alps.rst | 112 - b7 b6 b5 b4 b3 b2 b1 b0 162 - b7 b6 b5 b4 b3 b2 b1 b0
|
/linux/drivers/media/tuners/ |
H A D | qt1010_priv.h | 29 0e b6 ?
|
/linux/drivers/usb/serial/ |
H A D | ftdi_sio.h | 419 * B6 Ring Indicator (RI) 535 * B6 Ring Indicator (RI) 547 * B6 Transmitter Empty (TEMT)
|
/linux/Documentation/scsi/ |
H A D | aacraid.rst | 48 9005:0285:9005:02b6 Adaptec 5805 (Voodoo80) 49 9005:0285:15d9:02b6 SMC AOC-USAS-S8i
|
/linux/fs/nfs/ |
H A D | pnfs_nfs.c | 537 struct sockaddr_in6 *a6, *b6; in same_sockaddr() local 554 b6 = (struct sockaddr_in6 *)addr2; in same_sockaddr() 559 a6->sin6_scope_id != b6->sin6_scope_id) in same_sockaddr() 562 if (ipv6_addr_equal(&a6->sin6_addr, &b6->sin6_addr) && in same_sockaddr() 563 a6->sin6_port == b6->sin6_port) in same_sockaddr()
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | renesas,5p35023.yaml | 78 00 14 7a e1 00 00 00 00 01 55 59 bb 3f 30 90 b6
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | rzg2ul-smarc.dtsi | 92 00 14 7a e1 00 00 00 00 01 55 59 bb 3f 30 90 b6
|