Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/skein/
Dthreefish_block.c1144 b4 = input[4], b5 = input[5], in threefish_encrypt_512() local
1163 b4 += b5 + k4; in threefish_encrypt_512()
1164 b5 = ((b5 << 19) | (b5 >> (64 - 19))) ^ b4; in threefish_encrypt_512()
1173 b4 += b7; in threefish_encrypt_512()
1174 b7 = ((b7 << 27) | (b7 >> (64 - 27))) ^ b4; in threefish_encrypt_512()
1182 b4 += b1; in threefish_encrypt_512()
1183 b1 = ((b1 << 17) | (b1 >> (64 - 17))) ^ b4; in threefish_encrypt_512()
1203 b4 += b3; in threefish_encrypt_512()
1204 b3 = ((b3 << 56) | (b3 >> (64 - 56))) ^ b4; in threefish_encrypt_512()
1215 b4 += b5 + k5; in threefish_encrypt_512()
[all …]
/linux-4.4.14/drivers/atm/
Dfore200e.h72 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument
73 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
74 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
78 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument
79 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
80 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/linux-4.4.14/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 …]
Db4420si-post.dtsi84 compatible = "fsl,b4420-clockgen", "fsl,b4-clockgen",
Db4860si-post.dtsi253 compatible = "fsl,b4860-clockgen", "fsl,b4-clockgen",
/linux-4.4.14/tools/vm/
Dslabinfo.c768 char b1[20], b2[20], b3[20], b4[20]; in totals() local
959 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
961 b1, b2, b3, b4); in totals()
964 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
966 b1, b2, b3, b4); in totals()
969 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
971 b1, b2, b3, b4); in totals()
974 store_size(b4, total_partial * 100 / total_slabs); in totals()
976 b1, b2, b3, b4); in totals()
980 store_size(b4, total_partobj); in totals()
[all …]
/linux-4.4.14/arch/arm/include/asm/
Dxor.h35 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
37 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
60 register unsigned int b4 __asm__("lr"); in xor_arm4regs_2()
81 register unsigned int b4 __asm__("lr"); in xor_arm4regs_3()
/linux-4.4.14/scripts/coccinelle/misc/
Dcompare_const_fl.cocci49 binary operator b3 = {>,>=},b4 = {>,>=};
63 (e1 b3 e) && (e b4 e2)
111 binary operator b, b1 = {<,<=}, b2 = {<,<=}, b3 = {>,>=}, b4 = {>,>=};
127 (e1 b3 e) && (e b4 e2)
/linux-4.4.14/arch/c6x/include/asm/
Dsyscall.h60 *args++ = regs->b4; in syscall_get_arguments()
98 regs->b4 = *args++; in syscall_set_arguments()
Delf.h38 _regs->b4 = (_exec_map); \
/linux-4.4.14/drivers/net/wireless/
Dray_cs.c515 if (parse_addr(phy_addr, local->sparm.b4.a_mac_addr)) { in ray_init()
516 p = local->sparm.b4.a_mac_addr; in ray_init()
518 memcpy(&local->sparm.b4.a_mac_addr, in ray_init()
520 p = local->sparm.b4.a_mac_addr; in ray_init()
546 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b4, in dl_startup_params()
601 memcpy((UCHAR *) &local->sparm.b4, b4_default_startup_parms, in init_startup_params()
606 local->sparm.b4.a_hop_time[0] = (i >> 16) & 0xff; in init_startup_params()
607 local->sparm.b4.a_hop_time[1] = (i >> 8) & 0xff; in init_startup_params()
608 local->sparm.b4.a_beacon_period[0] = 0; in init_startup_params()
609 local->sparm.b4.a_beacon_period[1] = in init_startup_params()
[all …]
Dray_cs.h38 struct b4_startup_params b4; member
/linux-4.4.14/drivers/misc/
Dbmp085.c235 u32 b4, b7; in bmp085_get_pressure() local
266 b4 = (cali->AC4 * (u32)(x3 + 32768)) >> 15; in bmp085_get_pressure()
270 p = ((b7 < 0x80000000) ? ((b7 << 1) / b4) : ((b7 / b4) * 2)); in bmp085_get_pressure()
/linux-4.4.14/Documentation/networking/
Dvxlan.txt45 # bridge fdb add to 00:17:42:8a:b4:05 dst 192.19.0.2 dev vxlan0
48 # bridge fdb delete 00:17:42:8a:b4:05 dev vxlan0
Dpktgen.txt96 src_mac: 90:e2:ba:0a:56:b4 dst_mac: 00:1b:21:3c:9d:f8
/linux-4.4.14/arch/c6x/kernel/
Dsignal.c45 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext()
110 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in setup_sigcontext()
205 regs->b4 = (unsigned long)&frame->info; in setup_rt_frame()
Dasm-offsets.c70 OFFSET(REGS_B4, pt_regs, b4); in foo()
Dtraps.c41 pr_err("A4: %08lx B4: %08lx\n", regs->a4, regs->b4); in show_regs()
/linux-4.4.14/Documentation/video4linux/
DCARDLIST.bttv11 10 -> Hauppauge (bt878) [0070:13eb,0070:3900,2636:10b4]
41 40 -> STB TV PCI FM, Gateway P/N 6000704 (bt878), 3Dfx VoodooTV 100 [10b4:2636,10b4:2645,121a:3060]
69 68 -> 3Dfx VoodooTV FM (Euro) [10b4:2637]
/linux-4.4.14/arch/powerpc/crypto/
Daes-tab-4k.S73 .long R(b4, 5a, 5a, ee), R(5b, a0, a0, fb)
130 .long R(d8, 6c, 6c, b4), R(ac, 56, 56, fa)
137 .long R(73, b4, b4, c7), R(97, c6, c6, 51)
188 .long R(c9, 20, ac, 66), R(7d, ce, 3a, b4)
201 .long R(8a, cf, 1c, 2b), R(a7, 79, b4, 92)
226 .long R(b4, ee, 96, d2), R(1b, 9b, 91, 9e)
294 .long R(d8, b4, e4, 9c), R(64, 56, c1, 90)
/linux-4.4.14/arch/c6x/lib/
Dstrasgi_64plus.S25 || mv .d2 b4, b30
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dptrace.h195 unsigned long b4; member
/linux-4.4.14/drivers/gpu/drm/gma500/
Dmdfld_dsi_pkg_sender.c249 u8 b1, b2, b3, b4; in send_long_pkg() local
270 b4 = *p++; in send_long_pkg()
272 REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1); in send_long_pkg()
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S73 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0}
86 # r4 = {h4 g4 f4 e4 d4 c4 b4 a4}
94 vshufps $0x44, \r1, \r0, \t0 # t0 = {b5 b4 a5 a4 b1 b0 a1 a0}
101 vshufps $0x88, \t1, \t0, \t0 # t0 = {d4 c4 b4 a4 d0 c0 b0 a0}
/linux-4.4.14/arch/x86/net/
Dbpf_jit_comp.c47 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
54 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
55 do {EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0)
/linux-4.4.14/arch/m32r/platforms/mappi/
Ddot.gdbinit45 P5=LED(output), P6.b4=LAN_RESET(output)
79 # Reset (P5=LED,P6.b4=LAN_RESET)
Ddot.gdbinit.nommu45 P5=LED(output), P6.b4=LAN_RESET(output)
79 # Reset (P5=LED,P6.b4=LAN_RESET)
Ddot.gdbinit.smp108 P5=LED(output), P6.b4=LAN_RESET(output)
144 # Reset (P5=LED,P6.b4=LAN_RESET)
/linux-4.4.14/Documentation/blockdev/
Dcpqarray.txt67 b7 b6 b5 b4 b3 b2 b1 b0
Dcciss.txt63 b7 b6 b5 b4 b3 b2 b1 b0
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dhdmi5_core.h291 u16 b1, b2, b3, b4; member
Dhdmi5_core.c494 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B4_MSB, csc_coeff.b4 >> 8, 6, 0); in hdmi_core_csc_config()
495 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B4_LSB, csc_coeff.b4, 7, 0); in hdmi_core_csc_config()
Ddsi.c2690 int channel, u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload() argument
2694 val = b4 << 24 | b3 << 16 | b2 << 8 | b1 << 0; in dsi_vc_write_long_payload()
2710 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
2733 b4 = *p++; in dsi_vc_send_long()
2735 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, b4); in dsi_vc_send_long()
/linux-4.4.14/arch/c6x/include/uapi/asm/
Dptrace.h135 REG_PAIR(b5, b4);
/linux-4.4.14/arch/ia64/kernel/
Dentry.h58 .spillsp b4,SW(B4)+16+(off); .spillsp b5,SW(B5)+16+(off); \
Drelocate_kernel.S229 mov r4=b4
Dhead.S111 SAVE_FROM_REG(b4,_reg1,_reg2);; \
1068 SET_REG(b4);
1110 RESTORE_REG(b4, r25, r17);;
Dasm-offsets.c165 DEFINE(IA64_SWITCH_STACK_B4_OFFSET, offsetof (struct switch_stack, b4)); in foo()
Dmca_asm.S609 mov temp3=b4
772 mov b4=temp3
Dentry.S91 mov r7=0; mov f5=f0; mov b4=r0
303 mov r25=b4
429 mov b4=r25
/linux-4.4.14/drivers/tty/vt/
Dcp437.uni58 0x27 U+0027 U+00b4
266 0xeb U+03b4 U+00f0
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_ct.c2200 uint32_t b1, b2, b3, b4, i, rev; in lpfc_decode_firmware_rev() local
2216 b4 = (rev & 0x00000030) >> 4; in lpfc_decode_firmware_rev()
2218 switch (b4) { in lpfc_decode_firmware_rev()
2235 b4 = (rev & 0x0000000f); in lpfc_decode_firmware_rev()
2262 b4, (char *)str); in lpfc_decode_firmware_rev()
2265 b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
2274 b4 = (rev & 0x000000ff); in lpfc_decode_firmware_rev()
2276 sprintf(fwrevision, "%d.%d%d%c%d", b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
/linux-4.4.14/arch/x86/kernel/
Duprobes.c59 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
61 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
72 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
/linux-4.4.14/Documentation/sound/alsa/
DAudiophile-Usb.txt275 | b7| b6| b5| b4| b3| b2| b1| b0|
294 * b4 is the Digital input flag
299 - b4 is implied by b2 (since only one port is enabled at a time no synch
302 - might become Ao, Do, Ai, for b7, b6, b4 respectively
/linux-4.4.14/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c408 u8 b4[] = in ttusb_init_controller() local
433 err = ttusb_result(ttusb, b4, sizeof(b4)); in ttusb_init_controller()
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h2223 #define MUX(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) \ argument
2235 (((b4) &3) << 8) | \
/linux-4.4.14/Documentation/vm/
Dslub.txt153 Bytes b4 0xc90f6d10: 00 00 00 00 00 00 00 00 5a 5a 5a 5a 5a 5a 5a 5a ........ZZZZZZZZ
209 Bytes b4 <address> : <bytes>
/linux-4.4.14/Documentation/
Dkasan.txt67 Bytes b4 ffff8800693bc548: 00 00 00 00 00 00 00 00 5a 5a 5a 5a 5a 5a 5a 5a ........ZZZZZZZZ
/linux-4.4.14/Documentation/input/
Diforce-protocol.txt74 Val 8 = Y axis only. Byte 05 must contain b4
Dalps.txt296 packet-fmt b7 b6 b5 b4 b3 b2 b1 b0
/linux-4.4.14/Documentation/usb/
Dgadget_hid.txt283 {.opt = "--b4", .val = 0x80},
Dproc_usb_info.txt326 P: Vendor=04b4 ProdID=0001 Rev= 0.00
/linux-4.4.14/arch/arm/boot/dts/
Dsun9i-a80.dtsi561 apb1_resets: reset@060005b4 {
/linux-4.4.14/arch/m68k/ifpsp060/
Ditest.sa206 dc.l $ffc061ff,$0000428e,$4a0066ff,$000042b4
622 dc.l $ff8c61ff,$0000288e,$4a0066ff,$000028b4
1246 dc.l $ff8c61ff,$0000018e,$4a0066ff,$000001b4
Dpfpsp.sa218 dc.l $ff4261ff,$000051b4,$41eeff6c,$61ff0000
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt229 b4: MOV AH/R12L,Ib
526 b4: LFS Gv,Mp
/linux-4.4.14/arch/x86/lib/
Dx86-opcode-map.txt229 b4: MOV AH/R12L,Ib
526 b4: LFS Gv,Mp
/linux-4.4.14/Documentation/s390/
DDebugging390.txt643 4003b4: 98 bf f0 8c lm %r11,%r15,140(%r15)# Restore necessary registers.
692 800005b4: b9 14 00 22 lgfr %r2,%r2 # downcast to integer