Home
last modified time | relevance | path

Searched refs:b4 (Results 1 – 25 of 73) sorted by relevance

123

/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Ddvb-usb-ec168-cardlist.rst16 - 18b4:1689, 18b4:fffa, 18b4:fffb, 18b4:1001, 18b4:1002
Ddvb-usb-dw2102-cardlist.rst16 - 04b4:3101
18 - 04b4:0x2101
20 - 04b4:2102
22 - 04b4:2104
Ddvb-usb-anysee-cardlist.rst16 - 04b4:861f, 1c73:861f
Ddvb-usb-opera1-cardlist.rst16 - 04b4:2830, 695c:3829
Dbttv-cardlist.rst59 - 0070:13eb, 0070:3900, 2636:10b4
179 - 10b4:2636, 10b4:2645, 121a:3060
291 - 10b4:2637
Ddvb-usb-az6007-cardlist.rst20 - 0ccd:10b4, 0ccd:10a3
/kernel/linux/linux-5.10/drivers/atm/
Dfore200e.h73 #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
/kernel/linux/linux-5.10/lib/crypto/
Dcurve25519-hacl64.c45 u64 b4 = b[4]; in modulo_carry_top() local
47 u64 b4_ = b4 & 0x7ffffffffffffLLU; in modulo_carry_top()
48 u64 b0_ = b0 + 19 * (b4 >> 51); in modulo_carry_top()
191 u128 b4; in fmul_fmul() local
202 b4 = t[4]; in fmul_fmul()
204 b4_ = ((b4) & (((u128)(0x7ffffffffffffLLU)))); in fmul_fmul()
205 b0_ = ((b0) + (((u128)(19) * (((u64)(((b4) >> (51)))))))); in fmul_fmul()
249 u128 b4; in fsquare_fsquare_() local
259 b4 = tmp[4]; in fsquare_fsquare_()
261 b4_ = ((b4) & (((u128)(0x7ffffffffffffLLU)))); in fsquare_fsquare_()
[all …]
/kernel/linux/linux-5.10/arch/arm/crypto/
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 …]
Dghash-ce-core.S95 .macro __pmull_p64, rd, rn, rm, b1, b2, b3, b4 argument
109 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l
130 .ifc \b4, t3l
135 vmull.p8 t3q, \ad, \b4 @ K = A*B4
/kernel/linux/linux-5.10/tools/vm/
Dslabinfo.c782 char b1[20], b2[20], b3[20], b4[20]; in totals() local
973 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
975 b1, b2, b3, b4); in totals()
978 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
980 b1, b2, b3, b4); in totals()
983 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
985 b1, b2, b3, b4); in totals()
988 store_size(b4, total_partial * 100 / total_slabs); in totals()
990 b1, b2, b3, b4); in totals()
994 store_size(b4, total_partobj); in totals()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/
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 …]
/kernel/linux/linux-5.10/arch/arm/include/asm/
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)
57 register unsigned int b4 __asm__("lr"); in xor_arm4regs_2()
78 register unsigned int b4 __asm__("lr"); in xor_arm4regs_3()
/kernel/linux/linux-5.10/arch/arm64/crypto/
Daes-neonbs-core.S25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
34 eor \b3, \b3, \b4
35 eor \b4, \b4, \b5
41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
43 eor \b1, \b1, \b4
44 eor \b4, \b4, \b6
52 eor \b4, \b4, \b7
55 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
57 eor \b4, \b4, \b7
65 eor \b4, \b4, \b6
[all …]
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dsyscall.h50 *args++ = regs->b4; in syscall_get_arguments()
62 regs->b4 = *args++; in syscall_set_arguments()
Delf.h35 _regs->b4 = (_exec_map); \
/kernel/linux/linux-5.10/drivers/net/wireless/
Dray_cs.c503 if (!parse_addr(phy_addr, local->sparm.b4.a_mac_addr)) { in ray_init()
504 memcpy(&local->sparm.b4.a_mac_addr, in ray_init()
531 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b4, in dl_startup_params()
585 memcpy(&local->sparm.b4, b4_default_startup_parms, in init_startup_params()
590 local->sparm.b4.a_hop_time[0] = (i >> 16) & 0xff; in init_startup_params()
591 local->sparm.b4.a_hop_time[1] = (i >> 8) & 0xff; in init_startup_params()
592 local->sparm.b4.a_beacon_period[0] = 0; in init_startup_params()
593 local->sparm.b4.a_beacon_period[1] = in init_startup_params()
595 local->sparm.b4.a_curr_country_code = country; in init_startup_params()
596 local->sparm.b4.a_hop_pattern_length = in init_startup_params()
[all …]
Dray_cs.h39 struct b4_startup_params b4; member
/kernel/linux/linux-5.10/arch/c6x/kernel/
Dsignal.c42 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext()
107 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in setup_sigcontext()
202 regs->b4 = (unsigned long)&frame->info; in setup_rt_frame()
/kernel/linux/linux-5.10/arch/powerpc/crypto/
Daes-tab-4k.S68 .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)
/kernel/linux/linux-5.10/arch/c6x/lib/
Dstrasgi_64plus.S13 || mv .d2 b4, b30
/kernel/linux/linux-5.10/Documentation/networking/
Dvxlan.rst52 # 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
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dstm32mp15-pinctrl.dtsi1178 sdmmc1_b4_pins_a: sdmmc1-b4-0 {
1197 sdmmc1_b4_od_pins_a: sdmmc1-b4-od-0 {
1221 sdmmc1_b4_sleep_pins_a: sdmmc1-b4-sleep-0 {
1280 sdmmc2_b4_pins_a: sdmmc2-b4-0 {
1299 sdmmc2_b4_od_pins_a: sdmmc2-b4-od-0 {
1323 sdmmc2_b4_sleep_pins_a: sdmmc2-b4-sleep-0 {
1334 sdmmc2_b4_pins_b: sdmmc2-b4-1 {
1353 sdmmc2_b4_od_pins_b: sdmmc2-b4-od-1 {
1458 sdmmc3_b4_pins_a: sdmmc3-b4-0 {
1477 sdmmc3_b4_od_pins_a: sdmmc3-b4-od-0 {
[all …]
Dstm32h743-pinctrl.dtsi191 sdmmc1_b4_pins_a: sdmmc1-b4-0 {
205 sdmmc1_b4_od_pins_a: sdmmc1-b4-od-0 {
224 sdmmc1_b4_sleep_pins_a: sdmmc1-b4-sleep-0 {
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dmdfld_dsi_pkg_sender.c251 u8 b1, b2, b3, b4; in send_long_pkg() local
272 b4 = *p++; in send_long_pkg()
274 REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1); in send_long_pkg()

123