| /linux/Documentation/admin-guide/media/ |
| H A D | dvb-usb-ec168-cardlist.rst | 16 - 18b4:1689, 18b4:fffa, 18b4:fffb, 18b4:1001, 18b4:1002
|
| H A D | dvb-usb-dw2102-cardlist.rst | 16 - 04b4:3101 18 - 04b4:0x2101 20 - 04b4:2102 22 - 04b4:2104
|
| H A D | bttv-cardlist.rst | 59 - 0070:13eb, 0070:3900, 2636:10b4 179 - 10b4:2636, 10b4:2645, 121a:3060 291 - 10b4:2637
|
| H A D | dvb-usb-anysee-cardlist.rst | 16 - 04b4:861f, 1c73:861f
|
| H A D | dvb-usb-opera1-cardlist.rst | 16 - 04b4:2830, 695c:3829
|
| H A D | dvb-usb-az6007-cardlist.rst | 20 - 0ccd:10b4, 0ccd:10a3
|
| H A D | dvb-usb-rtl28xxu-cardlist.rst | 78 - 0ccd:00b4
|
| /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 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 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 | 220 #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); \
|
| /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
|
| /linux/drivers/atm/ |
| H A D | fore200e.h | 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 81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
|
| /linux/lib/crypto/ |
| H A D | curve25519-hacl64.c | 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() 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 …]
|
| /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 131 .ifc \b4, t3l 136 vmull.p8 t3q, \ad, \b4 @ K = A*B4
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | b4si-post.dtsi | 59 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 …]
|
| /linux/tools/mm/ |
| H A D | slabinfo.c | 809 char b1[20], b2[20], b3[20], b4[20]; in totals() local 1000 store_size(b3, max_objects);store_size(b4, total_objects); in totals() 1002 b1, b2, b3, b4); in totals() 1005 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals() 1007 b1, b2, b3, b4); in totals() 1010 store_size(b3, max_partial);store_size(b4, total_partial); in totals() 1012 b1, b2, b3, b4); in totals() 1015 store_size(b4, total_partial * 100 / total_slabs); in totals() 1017 b1, b2, b3, b4); in totals() 1021 store_size(b4, total_partobj); in totals() [all …]
|
| /linux/arch/arm/include/asm/ |
| H A D | xor.h | 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/arch/arm/boot/dts/st/ |
| H A D | stm32h7-pinctrl.dtsi | 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 {
|
| H A D | stm32mp13-pinctrl.dtsi | 641 sdmmc1_b4_pins_a: sdmmc1-b4-0 { 655 sdmmc1_b4_od_pins_a: sdmmc1-b4-od-0 { 674 sdmmc1_b4_sleep_pins_a: sdmmc1-b4-sleep-0 { 696 sdmmc2_b4_pins_a: sdmmc2-b4-0 { 710 sdmmc2_b4_od_pins_a: sdmmc2-b4-od-0 { 729 sdmmc2_b4_sleep_pins_a: sdmmc2-b4-sleep-0 {
|
| /linux/arch/powerpc/crypto/ |
| H A D | aes-tab-4k.S | 68 .long R(b4, 5a, 5a, ee), R(5b, a0, a0, fb) 125 .long R(d8, 6c, 6c, b4), R(ac, 56, 56, fa) 132 .long R(73, b4, b4, c7), R(97, c6, c6, 51) 183 .long R(c9, 20, ac, 66), R(7d, ce, 3a, b4) 196 .long R(8a, cf, 1c, 2b), R(a7, 79, b4, 92) 221 .long R(b4, ee, 96, d2), R(1b, 9b, 91, 9e) 289 .long R(d8, b4, e4, 9c), R(64, 56, c1, 90)
|
| /linux/Documentation/networking/ |
| H A D | vxlan.rst | 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
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | maintainer-pgp-guide.rst | 701 如果你用于 ``b4`` 检索和应用补丁,那么它将自动尝试验证它遇到的所有 704 $ b4 am 20220720205013.890942-1-broonie@kernel.org 717 Patatt 和 b4 仍在积极开发中,你应该检查这些项目的最新文档以了解任
|
| /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/arch/arm64/boot/dts/st/ |
| H A D | stm32mp25-pinctrl.dtsi | 333 sdmmc1_b4_pins_a: sdmmc1-b4-0 { 352 sdmmc1_b4_od_pins_a: sdmmc1-b4-od-0 { 376 sdmmc1_b4_sleep_pins_a: sdmmc1-b4-sleep-0 {
|