/linux-4.4.14/drivers/staging/skein/ |
D | threefish_block.c | 1144 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/ |
D | fore200e.h | 72 #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/ |
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 …]
|
D | b4420si-post.dtsi | 84 compatible = "fsl,b4420-clockgen", "fsl,b4-clockgen",
|
D | b4860si-post.dtsi | 253 compatible = "fsl,b4860-clockgen", "fsl,b4-clockgen",
|
/linux-4.4.14/tools/vm/ |
D | slabinfo.c | 768 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/ |
D | xor.h | 35 : "=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/ |
D | compare_const_fl.cocci | 49 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/ |
D | syscall.h | 60 *args++ = regs->b4; in syscall_get_arguments() 98 regs->b4 = *args++; in syscall_set_arguments()
|
D | elf.h | 38 _regs->b4 = (_exec_map); \
|
/linux-4.4.14/drivers/net/wireless/ |
D | ray_cs.c | 515 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 …]
|
D | ray_cs.h | 38 struct b4_startup_params b4; member
|
/linux-4.4.14/drivers/misc/ |
D | bmp085.c | 235 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/ |
D | vxlan.txt | 45 # 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
|
D | pktgen.txt | 96 src_mac: 90:e2:ba:0a:56:b4 dst_mac: 00:1b:21:3c:9d:f8
|
/linux-4.4.14/arch/c6x/kernel/ |
D | signal.c | 45 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()
|
D | asm-offsets.c | 70 OFFSET(REGS_B4, pt_regs, b4); in foo()
|
D | traps.c | 41 pr_err("A4: %08lx B4: %08lx\n", regs->a4, regs->b4); in show_regs()
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.bttv | 11 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/ |
D | aes-tab-4k.S | 73 .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/ |
D | strasgi_64plus.S | 25 || mv .d2 b4, b30
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | ptrace.h | 195 unsigned long b4; member
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_pkg_sender.c | 249 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/ |
D | sha1_x8_avx2.S | 73 # 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/ |
D | bpf_jit_comp.c | 47 #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/ |
D | dot.gdbinit | 45 P5=LED(output), P6.b4=LAN_RESET(output) 79 # Reset (P5=LED,P6.b4=LAN_RESET)
|
D | dot.gdbinit.nommu | 45 P5=LED(output), P6.b4=LAN_RESET(output) 79 # Reset (P5=LED,P6.b4=LAN_RESET)
|
D | dot.gdbinit.smp | 108 P5=LED(output), P6.b4=LAN_RESET(output) 144 # Reset (P5=LED,P6.b4=LAN_RESET)
|
/linux-4.4.14/Documentation/blockdev/ |
D | cpqarray.txt | 67 b7 b6 b5 b4 b3 b2 b1 b0
|
D | cciss.txt | 63 b7 b6 b5 b4 b3 b2 b1 b0
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi5_core.h | 291 u16 b1, b2, b3, b4; member
|
D | hdmi5_core.c | 494 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()
|
D | dsi.c | 2690 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/ |
D | ptrace.h | 135 REG_PAIR(b5, b4);
|
/linux-4.4.14/arch/ia64/kernel/ |
D | entry.h | 58 .spillsp b4,SW(B4)+16+(off); .spillsp b5,SW(B5)+16+(off); \
|
D | relocate_kernel.S | 229 mov r4=b4
|
D | head.S | 111 SAVE_FROM_REG(b4,_reg1,_reg2);; \ 1068 SET_REG(b4); 1110 RESTORE_REG(b4, r25, r17);;
|
D | asm-offsets.c | 165 DEFINE(IA64_SWITCH_STACK_B4_OFFSET, offsetof (struct switch_stack, b4)); in foo()
|
D | mca_asm.S | 609 mov temp3=b4 772 mov b4=temp3
|
D | entry.S | 91 mov r7=0; mov f5=f0; mov b4=r0 303 mov r25=b4 429 mov b4=r25
|
/linux-4.4.14/drivers/tty/vt/ |
D | cp437.uni | 58 0x27 U+0027 U+00b4 266 0xeb U+03b4 U+00f0
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 2200 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/ |
D | uprobes.c | 59 #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/ |
D | core.c | 70 #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/ |
D | Audiophile-Usb.txt | 275 | 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/ |
D | dvb-ttusb-budget.c | 408 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/ |
D | defBF54x_base.h | 2223 #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/ |
D | slub.txt | 153 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/ |
D | kasan.txt | 67 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/ |
D | iforce-protocol.txt | 74 Val 8 = Y axis only. Byte 05 must contain b4
|
D | alps.txt | 296 packet-fmt b7 b6 b5 b4 b3 b2 b1 b0
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_hid.txt | 283 {.opt = "--b4", .val = 0x80},
|
D | proc_usb_info.txt | 326 P: Vendor=04b4 ProdID=0001 Rev= 0.00
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | sun9i-a80.dtsi | 561 apb1_resets: reset@060005b4 {
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | itest.sa | 206 dc.l $ffc061ff,$0000428e,$4a0066ff,$000042b4 622 dc.l $ff8c61ff,$0000288e,$4a0066ff,$000028b4 1246 dc.l $ff8c61ff,$0000018e,$4a0066ff,$000001b4
|
D | pfpsp.sa | 218 dc.l $ff4261ff,$000051b4,$41eeff6c,$61ff0000
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 229 b4: MOV AH/R12L,Ib 526 b4: LFS Gv,Mp
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 229 b4: MOV AH/R12L,Ib 526 b4: LFS Gv,Mp
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 643 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
|