Home
last modified time | relevance | path

Searched full:b4 (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-asm.h110 #define SM4_CRYPT_BLK8_BE(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
115 sm4e b4.4s, v24.4s; \
123 sm4e b4.4s, v25.4s; \
131 sm4e b4.4s, v26.4s; \
139 sm4e b4.4s, v27.4s; \
147 sm4e b4.4s, v28.4s; \
155 sm4e b4.4s, v29.4s; \
163 sm4e b4.4s, v30.4s; \
171 sm4e b4.4s, v31.4s; \
179 rev64 b4.4s, b4.4s; \
[all …]
H A Daes-neonbs-core.S26 .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 Dsm4-neon-core.S220 #define SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
225 rev32 b4.16b, b4.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); \
246 rev32 b4.16b, b4.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); \
/openbmc/linux/arch/s390/crypto/
H A Dchacha-s390.S461 #define B4 %v17 macro
503 VLR B4,K1
530 VAF A4,A4,B4
555 VX B4,B4,C4
561 VERLLF B4,B4,12
568 VAF A4,A4,B4
593 VX B4,B4,C4
599 VERLLF B4,B4,7
612 VSLDB B4,B4,B4,4
625 VAF A4,A4,B4
[all …]
/openbmc/linux/Documentation/admin-guide/media/
H A Ddvb-usb-ec168-cardlist.rst16 - 18b4:1689, 18b4:fffa, 18b4:fffb, 18b4:1001, 18b4:1002
H A Ddvb-usb-dw2102-cardlist.rst16 - 04b4:3101
18 - 04b4:0x2101
20 - 04b4:2102
22 - 04b4:2104
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c167 uint32_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u32() local
170 BYTE_SHIFT(b4, 0); in init_test_data_u32()
192 uint64_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u64() local
195 BYTE_SHIFT(b4, 4) | BYTE_SHIFT(b5, 3) | BYTE_SHIFT(b6, 2) | in init_test_data_u64()
238 uint8_t b1, b2, b3, b4; in read_test_data_u32() local
245 b4 = word & 0xff; in read_test_data_u32()
250 zeros += (b4 == 0 ? 1 : 0); in read_test_data_u32()
253 ptr - 1, b1, b2, b3, b4); in read_test_data_u32()
259 (b3 < b4 && b3 != 0)) { in read_test_data_u32()
260 ml_printf("Error %d, %d, %d, %d", b1, b2, b3, b4); in read_test_data_u32()
[all …]
/openbmc/linux/drivers/memory/
H A Djedec_ddr_data.c17 {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 */
25 {B4, T_REFI_7_8, T_RFC_130}, /* 1GS2 */
26 {B4, T_REFI_3_9, T_RFC_130}, /* 2GS2 */
/openbmc/linux/arch/arm/crypto/
H A Daes-neonbs-core.S80 .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 …]
/openbmc/u-boot/test/dm/
H A Dgpio.c31 ut_assertok(gpio_lookup_name("b4", &dev, &offset, &gpio)); in dm_test_gpio()
48 * should default to input, include b4 that we are using here. in dm_test_gpio()
51 ut_asserteq_str("b4: input: 0 [ ]", buf); in dm_test_gpio()
56 ut_asserteq_str("b4: output: 0 [ ]", buf); in dm_test_gpio()
60 ut_asserteq_str("b4: output: 1 [ ]", buf); in dm_test_gpio()
64 ut_asserteq_str("b4: output: 1 [x] testing", buf); in dm_test_gpio()
71 ut_asserteq_str("b4: output: 0 [x] testing", buf); in dm_test_gpio()
85 ut_asserteq_str("b4: input: 1 [x] testing", buf); in dm_test_gpio()
89 ut_asserteq_str("b4: input: 0 [x] testing", buf); in dm_test_gpio()
93 ut_asserteq_str("b4: input: 0 [ ]", buf); in dm_test_gpio()
/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c43 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()
189 u128 b4; in fmul_fmul() local
200 b4 = t[4]; in fmul_fmul()
202 b4_ = ((b4) & (((u128)(0x7ffffffffffffLLU)))); in fmul_fmul()
203 b0_ = ((b0) + (((u128)(19) * (((u64)(((b4) >> (51)))))))); in fmul_fmul()
247 u128 b4; in fsquare_fsquare_() local
257 b4 = tmp[4]; in fsquare_fsquare_()
259 b4_ = ((b4) & (((u128)(0x7ffffffffffffLLU)))); in fsquare_fsquare_()
[all …]
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Db4si-post.dtsi59 compatible = "fsl,b4-pcie", "fsl,qoriq-pcie-v2.4";
90 compatible = "fsl,b4-dcsr-epu", "fsl,dcsr-epu";
99 compatible = "fsl,b4-dcsr-cnpc", "fsl,dcsr-cnpc";
111 compatible = "fsl,b4-dcsr-dpaa", "fsl,dcsr-dpaa";
115 compatible = "fsl,b4-dcsr-ocn", "fsl,dcsr-ocn";
124 compatible = "fsl,b4-dcsr-nal", "fsl,dcsr-nal";
128 compatible = "fsl,b4-dcsr-rcpm", "fsl,dcsr-rcpm";
132 compatible = "fsl,b4-dcsr-snpc", "fsl,dcsr-snpc";
136 compatible = "fsl,b4-dcsr-snpc", "fsl,dcsr-snpc";
338 compatible = "fsl,b4-l3-cache-controller", "cache";
[all …]
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py703 …49 16 00 00 26 ff 0f 81 02 09 31 16 00 00 26 ff 0f 36 00 00 46 37 29 81 02 b4 c0 c0 05 0d 09 0e a1…
711 …22 16 00 00 26 ff 0f 81 02 09 31 16 00 00 26 ff 0f 36 00 00 46 87 13 81 02 b4 c0 c0 05 0d 09 0e a1…
719 …20 16 00 00 26 ff 0f 81 02 09 31 16 00 00 26 ff 0f 36 00 00 46 c2 18 81 02 b4 c0 c0 05 0d 09 0e a1…
727 …17 16 00 00 26 ff 0f 81 02 09 31 16 00 00 26 ff 0f 36 00 00 46 c3 0e 81 02 b4 c0 c0 05 0d 09 0e a1…
735 …49 16 00 00 26 ff 0f 81 02 09 31 16 00 00 26 ff 0f 36 00 00 46 37 29 81 02 b4 c0 c0 05 0d 09 0e a1…
743 …4e 16 00 00 26 ff 0f 81 02 09 31 16 00 00 26 ff 0f 36 00 00 46 23 2c 81 02 b4 c0 c0 05 0d 09 0e a1…
806b4 05 26 20 1c 81 02 b4 05 0d 09 30 26 00 01 81 02 06 00 ff 09 01 81 02 c0 85 0c 06 00 ff 09 0c 75…
814b4 05 26 20 1c 81 02 b4 05 0d 09 30 26 00 01 81 02 06 00 ff 09 01 81 02 c0 85 0c 06 00 ff 09 0c 75…
822b4 05 0d 09 30 26 00 01 81 02 06 00 ff 09 01 81 02 c0 85 0c 06 00 ff 09 0c 75 08 95 06 26 ff 00 b1…
830b4 05 0d 09 30 26 00 01 81 02 06 00 ff 09 01 81 02 c0 85 0c 06 00 ff 09 0c 75 08 95 06 26 ff 00 b1…
[all …]
/openbmc/linux/Documentation/ABI/stable/
H A 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
143 F8 28 05 83 62 26 11 DC B4 6B 5A 97 FF 32 26 B6
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_type.tc7 echo "p:testprobe $FUNCTION_FORK \$stack0:s$1 \$stack0:u$1 \$stack0:x$1 \$stack0:b4@4/$1"
21 B4=`printf "%1x" $4`
23 test $B3 = $B4
/openbmc/linux/drivers/usb/gadget/udc/
H A Dm66592-udc.h29 #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 */
229 #define M66592_SACK 0x0010 /* b4: SETUP ACK interrupt */
[all …]
/openbmc/linux/include/linux/usb/
H A Dr8a66597.h136 #define DPRPU 0x0010 /* b4: D+ pull up control */
159 #define UACT 0x0010 /* b4: USB bus enable */
197 #define DENDE 0x0010 /* b4: Dend enable */
237 #define SACKE 0x0010 /* b4: SETUP ACK interrupt */
245 #define BRDY4 0x0010 /* b4: PIPE4 */
257 #define NRDY4 0x0010 /* b4: PIPE4 */
269 #define BEMP4 0x0010 /* b4: PIPE4 */
279 #define EDGESTS 0x0010 /* b4: */
323 #define SACK 0x0010 /* b4: Setup acknowledge interrupt */
348 #define PINGE 0x0010 /* b4: ping enable */
[all …]
/openbmc/qemu/pc-bios/s390-ccw/
H A Dscsi.h74 uint8_t u1[1 + 1 + 1 + 1 + 8]; /* b4..b15 unused, b4 = (N - 1) */
87 uint8_t byte[28]; /* b4..bN Supported EVPD pages (N=31 here) */
95 uint8_t b4; member
108 uint16_t alloc_len; /* b3, b4 */
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32h7-pinctrl.dtsi72 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 {
H A Dstm32mp13-pinctrl.dtsi117 sdmmc1_b4_pins_a: sdmmc1-b4-0 {
130 sdmmc1_b4_od_pins_a: sdmmc1-b4-od-0 {
148 sdmmc1_b4_sleep_pins_a: sdmmc1-b4-sleep-0 {
168 sdmmc2_b4_pins_a: sdmmc2-b4-0 {
181 sdmmc2_b4_od_pins_a: sdmmc2-b4-od-0 {
199 sdmmc2_b4_sleep_pins_a: sdmmc2-b4-sleep-0 {
/openbmc/linux/arch/arm/include/asm/
H A Dxor.h32 : "=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()
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h106 #define DPRPU 0x0010 /* b4: D+ pull up control */
135 #define UACT 0x0010 /* b4: USB bus enable */
173 #define DENDE 0x0010 /* b4: Dend enable */
222 #define SACKE 0x0010 /* b4: SETUP ACK interrupt */
230 #define BRDY4 0x0010 /* b4: PIPE4 */
242 #define NRDY4 0x0010 /* b4: PIPE4 */
254 #define BEMP4 0x0010 /* b4: PIPE4 */
264 #define EDGESTS 0x0010 /* b4: */
308 #define SACK 0x0010 /* b4: Setup acknowledge interrupt */
333 #define PINGE 0x0010 /* b4: ping enable */
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dsatan.S349 |--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)] )
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))])
429 fmulx %fp1,%fp2 | ...Z*B4
444 | ... +[Y*(B2+Z*(B4+Z*B6))])
H A Dssin.S288 |--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE
290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))])
292 |--NOTE THAT B4 THROUGH B8 ARE STORED IN DOUBLE PRECISION
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)))
626 faddd COSB4,%fp2 | ...B4+S(B5+...)
629 fmulx %fp0,%fp2 | ...S(B4+...)
632 faddx COSB3,%fp2 | ...B3+S(B4+...)
[all …]
/openbmc/linux/tools/mm/
H A Dslabinfo.c806 char b1[20], b2[20], b3[20], b4[20]; in totals() local
997 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
999 b1, b2, b3, b4); in totals()
1002 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
1004 b1, b2, b3, b4); in totals()
1007 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
1009 b1, b2, b3, b4); in totals()
1012 store_size(b4, total_partial * 100 / total_slabs); in totals()
1014 b1, b2, b3, b4); in totals()
1018 store_size(b4, total_partobj); in totals()
[all …]

12345678910>>...12