Home
last modified time | relevance | path

Searched refs:b5 (Results 1 – 25 of 29) sorted by relevance

12

/linux-5.19.10/arch/arm/crypto/
Daes-neonbs-core.S80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
82 veor \b5, \b5, \b6
85 veor \b5, \b5, \b0
88 veor \b7, \b7, \b5
90 veor \b4, \b4, \b5
93 veor \b1, \b1, \b5
96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
102 veor \b1, \b1, \b5
103 veor \b5, \b5, \b3
105 veor \b7, \b7, \b5
[all …]
/linux-5.19.10/arch/arm64/crypto/
Daes-neonbs-core.S25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
27 eor \b5, \b5, \b6
30 eor \b5, \b5, \b0
33 eor \b7, \b7, \b5
35 eor \b4, \b4, \b5
38 eor \b1, \b1, \b5
41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
47 eor \b1, \b1, \b5
48 eor \b5, \b5, \b3
50 eor \b7, \b7, \b5
[all …]
Dsm4-ce-core.S107 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
113 rev32 b5.16b, b5.16b; \
121 sm4e b5.4s, v24.4s; \
129 sm4e b5.4s, v25.4s; \
137 sm4e b5.4s, v26.4s; \
145 sm4e b5.4s, v27.4s; \
153 sm4e b5.4s, v28.4s; \
161 sm4e b5.4s, v29.4s; \
169 sm4e b5.4s, v30.4s; \
177 sm4e b5.4s, v31.4s; \
[all …]
Dsm4-neon-core.S178 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
184 rev32 b5.16b, b5.16b; \
189 transpose_4x4(b4, b5, b6, b7); \
196 ROUND8(0, b0, b1, b2, b3, b4, b5, b6, b7); \
197 ROUND8(1, b1, b2, b3, b0, b5, b6, b7, b4); \
198 ROUND8(2, b2, b3, b0, b1, b6, b7, b4, b5); \
199 ROUND8(3, b3, b0, b1, b2, b7, b4, b5, b6); \
204 rotate_clockwise_90(b4, b5, b6, b7); \
210 rev32 b5.16b, b5.16b; \
/linux-5.19.10/drivers/net/wireless/
Dray_cs.c540 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b5, in dl_startup_params()
609 memcpy((UCHAR *) &local->sparm.b5, b5_default_startup_parms, in init_startup_params()
612 local->sparm.b5.a_hop_time[0] = (hop_dwell >> 8) & 0xff; in init_startup_params()
613 local->sparm.b5.a_hop_time[1] = hop_dwell & 0xff; in init_startup_params()
614 local->sparm.b5.a_beacon_period[0] = in init_startup_params()
616 local->sparm.b5.a_beacon_period[1] = beacon_period & 0xff; in init_startup_params()
618 local->sparm.b5.a_power_mgt_state = 1; in init_startup_params()
619 local->sparm.b5.a_curr_country_code = country; in init_startup_params()
620 local->sparm.b5.a_hop_pattern_length = in init_startup_params()
1047 local->sparm.b5.a_hop_pattern = wrqu->freq.m; in ray_set_freq()
[all …]
Dray_cs.h40 struct b5_startup_params b5; member
/linux-5.19.10/Documentation/networking/device_drivers/ethernet/pensando/
Dionic.rst26 b5:00.0 Ethernet controller: Device 1dd8:1002
34 ionic 0000:b5:00.0: 126.016 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x16 link)
35 ionic 0000:b5:00.0 enp181s0: renamed from eth0
36 ionic 0000:b5:00.0 enp181s0: Link up - 100 Gbps
50 $ devlink dev info pci/0000:b5:00.0
51 pci/0000:b5:00.0:
/linux-5.19.10/drivers/atm/
Dfore200e.h74 #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
80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/linux-5.19.10/arch/powerpc/crypto/
Daes-tab-4k.S39 .long R(e7, fe, fe, 19), R(b5, d7, d7, 62)
60 .long R(0a, 05, 05, 0f), R(2f, 9a, 9a, b5)
138 .long R(71, b5, b5, c4), R(cc, 66, 66, aa)
171 .long R(26, 35, 44, 80), R(b5, 62, a3, 8f)
192 .long R(b2, eb, 28, 07), R(2f, b5, c2, 03)
206 .long R(91, 54, 8d, b5), R(71, c4, 5d, 05)
270 .long R(9e, d1, b5, e3), R(4c, 6a, 88, 1b)
/linux-5.19.10/arch/ia64/include/uapi/asm/
Dptrace.h197 unsigned long b5; member
/linux-5.19.10/Documentation/hid/
Dhid-alps.rst112 - b7 b6 b5 b4 b3 b2 b1 b0
162 - b7 b6 b5 b4 b3 b2 b1 b0
/linux-5.19.10/Documentation/scsi/
Daacraid.rst46 9005:0285:9005:02b5 Adaptec 5445 (Voodoo44)
47 9005:0285:15d9:02b5 SMC AOC-USAS-S4i
/linux-5.19.10/Documentation/input/devices/
Dalps.rst308 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-5.19.10/arch/ia64/kernel/
Dentry.h59 .spillsp b4,SW(B4)+16+(off); .spillsp b5,SW(B5)+16+(off); \
Drelocate_kernel.S231 mov r5=b5
Dhead.S114 SAVE_FROM_REG(b5,_reg1,_reg2);; \
1067 SET_REG(b5);
1109 RESTORE_REG(b5, r25, r17);;
Dasm-offsets.c163 DEFINE(IA64_SWITCH_STACK_B5_OFFSET, offsetof (struct switch_stack, b5)); in foo()
Dmca_asm.S611 mov temp4=b5
774 mov b5=temp4
Dentry.S94 ldf.fill f12=[sp]; mov f13=f0; mov b5=r0
300 mov r26=b5
429 mov b5=r26
/linux-5.19.10/drivers/tty/vt/
Dcp437.uni262 0xe6 U+00b5 U+03bc
270 0xee U+03b5 U+2208
/linux-5.19.10/arch/x86/kernel/
Duprobes.c46 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
48 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
/linux-5.19.10/arch/x86/kernel/kprobes/
Dcore.c64 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
66 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
/linux-5.19.10/Documentation/devicetree/bindings/net/
Dmediatek-dwmac.yaml154 mac-address = [00 55 7b b5 7d f7];
/linux-5.19.10/Documentation/x86/
Dexception-tables.rst212 > c0199ff5 <.fixup+10b5> movl $0xfffffff2,%eax
258 and linked in vmlinux : > c0199ff5 <.fixup+10b5> movl $0xfffffff2,%eax
/linux-5.19.10/Documentation/sound/cards/
Daudiophile-usb.rst332 | b7| b6| b5| b4| b3| b2| b1| b0|
369 * b5 to b7 are reserved for future uses, and must be set to ``0``

12