/linux-4.4.14/arch/c6x/kernel/ |
D | head.S | 19 MV .S2 B4,B10 20 MVKL .S2 __bss_start,B5 21 MVKH .S2 __bss_start,B5 22 MVKL .S2 __bss_stop,B6 23 MVKH .S2 __bss_stop,B6 27 MVKL .S2 current_ksp,B0 28 MVKH .S2 current_ksp,B0 32 SHR .S2 B6,3,B0 ; number of dwords to clear 36 BDEC .S2 bss_loop,B0 45 MVC .S2 CSR,B2 [all …]
|
D | entry.S | 31 MVC .S2 CSR,reg 32 CLR .S2 reg,0,0,reg 33 MVC .S2 reg,CSR 37 MVC .S2 CSR,reg 38 SET .S2 reg,0,0,reg 39 MVC .S2 reg,CSR 52 MVKL .S2 current_ksp,B0 53 MVKH .S2 current_ksp,B0 61 SHR .S2 B0,THREAD_SHIFT,B0 ; 0 if already using kstack 63 [B0] MV .S2 B1,SP ; and switch to kstack [all …]
|
D | switch_to.S | 24 || MVC .S2 RILC,B1 28 || MVC .S2 ILC,B0 36 || MVKL .S2 current_ksp,B1 42 || MVKH .S2 current_ksp,B1 46 MV .S2 B7,SP 61 B .S2 B3 ; return in next E1 70 MVC .S2 B0,ILC 73 MVC .S2 B1,RILC
|
D | vectors.S | 34 B .S2 \handler 55 B .S2 _c_int00
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_state.h | 39 #define NS2(T1, S1, T2, S2) \ argument 43 val.T2 = (S2); val; }) 44 #define NS3(T1, S1, T2, S2, T3, S3) \ argument 48 val.T2 = (S2); val.T3 = (S3); val; }) 52 #define _NS2(D, T1, S1, T2, S2) \ argument 54 __ns.T2 = (S2); __ns; }) 55 #define _NS3(D, T1, S1, T2, S2, T3, S3) \ argument 57 __ns.T2 = (S2); __ns.T3 = (S3); __ns; })
|
/linux-4.4.14/arch/c6x/lib/ |
D | csum_64plus.S | 28 MVC .S2 ILC,B30 37 || AND .S2 3,B4,B0 39 || MVC .S2 B5,ILC 153 BNOP .S2 B3,4 154 MVC .S2 B30,ILC 191 || MVC .S2 ILC,B30 192 SHL .S2 B4,2,B0 198 SHRU .S2 B0,1,B0 199 MVC .S2 B0,ILC 221 L15: BNOP .S2 B3,3 [all …]
|
D | memcpy_64plus.S | 20 || MVC .S2 ILC,B2 27 [!B1] BNOP .S2 B3,1 30 ||[B1] MVC .S2 B1,ILC 44 BNOP .S2 B3,4 45 MVC .S2 B2,ILC
|
/linux-4.4.14/scripts/coccinelle/null/ |
D | deref_null.cocci | 19 statement S1,S2; 23 if@p1 ((E == NULL && ...) || ...) S1 else S2 56 statement S1,S2,S3,S4; 64 ... when != if (...) S1 else S2 117 statement S1,S2,S3,S4; 125 ... when != if (...) S1 else S2 177 statement S1,S2,S3,S4; 185 ... when != if (...) S1 else S2 217 statement S1,S2; 221 if@p1 ((E == NULL && ...) || ...) S1 else S2 [all …]
|
/linux-4.4.14/sound/core/oss/ |
D | rate.c | 71 signed short S1, S2; in resample_expand() local 82 S2 = rchannels->last_S2; in resample_expand() 101 S1 = S2; in resample_expand() 103 S2 = *src; in resample_expand() 107 val = S1 + ((S2 - S1) * (signed int)pos) / BITS; in resample_expand() 117 rchannels->last_S2 = S2; in resample_expand() 130 signed short S1, S2; in resample_shrink() local 141 S2 = rchannels->last_S2; in resample_shrink() 158 S1 = S2; in resample_shrink() 160 S2 = *src; in resample_shrink() [all …]
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.cx88 | 69 68 -> Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [0070:6900,0070:6904,0070:6902] 70 69 -> Hauppauge WinTV-HVR4000(Lite) DVB-S/S2 [0070:6905,0070:6906] 71 70 -> TeVii S460 DVB-S/S2 [d460:9022] 72 71 -> Omicom SS4 DVB-S/S2 PCI [A044:2011] 73 72 -> TBS 8920 DVB-S/S2 [8920:8888] 76 75 -> PROF 7300 DVB-S/S2 [B033:3033] 77 76 -> SATTRADE ST4200 DVB-S/S2 [b200:4200] 84 83 -> Prof 7301 DVB-S/S2 [b034:3034] 87 86 -> TeVii S464 DVB-S/S2 [d464:9022]
|
D | CARDLIST.cx23885 | 17 16 -> DVBWorld DVB-S2 2005 [0001:2005] 18 17 -> NetUP Dual DVB-S2 CI [1b55:2a2c] 38 37 -> Prof Revolution DVB-S2 8000 [8000:3034]
|
D | CARDLIST.em28xx | 81 80 -> PCTV DVB-S2 Stick (460e) (em28174) 93 92 -> PCTV DVB-S2 Stick (461e) (em28178)
|
/linux-4.4.14/scripts/coccinelle/iterators/ |
D | itnull.cocci | 24 statement S,S1,S2; 48 S2 52 - else S2
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | ifaddr.cocci | 16 statement S1,S2; 21 S1 else S2
|
D | ifcol.cocci | 23 statement S1,S2; 29 if (...) S1@p1 S2@p2
|
/linux-4.4.14/scripts/coccinelle/api/ |
D | memdup_user.cocci | 42 statement S1,S2; 48 S2
|
D | d_find_alias.cocci | 17 statement S1, S2; 31 if (!dent || ...) S2
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | Kconfig | 251 tristate "Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600" 260 Also supports TT Connect S2-3600/3650 cards. 264 tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support" 284 DVB-S/S2 USB2.0 receivers. 309 tristate "Azurewave DVB-S/S2 USB2.0 AZ6027 support" 317 tristate "Technisat DVB-S/S2 USB2.0 support" 322 Say Y here to support the Technisat USB2 DVB-S/S2 device
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-pci-drivers-janz-cmodio | 6 Value representing the HEX switch S2 of the janz carrier board CMOD-IO or CAN-PCI2
|
/linux-4.4.14/drivers/media/pci/ddbridge/ |
D | Kconfig | 14 - DuoFlex S2 Octopus
|
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/ |
D | Kconfig | 24 - STMicroelectronics DVB-S/S2 STV0903 + STV6110 + LNBP24 board
|
/linux-4.4.14/arch/h8300/lib/ |
D | libgcc.h | 29 #define S2 r6 macro
|
/linux-4.4.14/crypto/ |
D | serpent_generic.c | 92 #define S2(x0, x1, x2, x3, x4) ({ \ macro 406 S2(r3, r4, r1, r0, r2); store_and_load_keys(r2, r4, r3, r0, 0, -4); in __serpent_setkey() 415 S2(r2, r4, r0, r3, r1); store_and_load_keys(r1, r4, r2, r3, 18, 14); in __serpent_setkey() 423 S2(r1, r4, r3, r2, r0); store_and_load_keys(r0, r4, r1, r2, -14, -18); in __serpent_setkey() 432 S2(r0, r4, r2, r1, r3); store_and_load_keys(r3, r4, r0, r1, 4, 0); in __serpent_setkey() 465 S2(r4, r3, r0, r2, r1); LK(r1, r3, r4, r2, r0, 3); in __serpent_encrypt() 473 S2(r1, r3, r2, r4, r0); LK(r0, r3, r1, r4, r2, 11); in __serpent_encrypt() 481 S2(r0, r3, r4, r1, r2); LK(r2, r3, r0, r1, r4, 19); in __serpent_encrypt() 489 S2(r2, r3, r1, r0, r4); LK(r4, r3, r2, r0, r1, 27); in __serpent_encrypt()
|
D | drbg.c | 387 struct drbg_string S1, S2, S4, cipherin; in drbg_ctr_df() local 440 drbg_string_fill(&S2, L_N, sizeof(L_N)); in drbg_ctr_df() 441 list_add_tail(&S2.list, &bcc_list); in drbg_ctr_df()
|
D | des_generic.c | 389 static const u32 S2[64] = { variable 599 L ^= S2[0xff & (B >> 8)]; \
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | Kconfig | 12 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want 28 DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators. 36 A Silicon tuner that supports DVB-S and DVB-S2 modes 154 A DVB-S/S2 demodulator. Say Y when you want to support this frontend. 218 A DVB-S/S2 tuner module. Say Y when you want to support this frontend. 225 A Dual DVB-S/S2 tuner module. Say Y when you want to support this frontend. 232 A DVB-S/S2 tuner module. Say Y when you want to support this frontend. 247 A DVB-S/S2 silicon tuner. Say Y when you want to support this tuner. 254 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
|
/linux-4.4.14/arch/x86/crypto/ |
D | serpent-sse2-i586-asm_32.S | 191 #define S2(x0, x1, x2, x3, x4) \ macro 533 S2(RE, RD, RA, RC, RB); LK(RB, RD, RE, RC, RA, 3); 541 S2(RB, RD, RC, RE, RA); LK(RA, RD, RB, RE, RC, 11); 549 S2(RA, RD, RE, RB, RC); LK(RC, RD, RA, RB, RE, 19); 557 S2(RC, RD, RB, RA, RE); LK(RE, RD, RC, RA, RB, 27);
|
D | serpent-sse2-x86_64-asm_64.S | 654 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 662 S(S2, RB, RD, RC, RE, RA); LK2(RA, RD, RB, RE, RC, 11); 670 S(S2, RA, RD, RE, RB, RC); LK2(RC, RD, RA, RB, RE, 19); 678 S(S2, RC, RD, RB, RA, RE); LK2(RE, RD, RC, RA, RB, 27);
|
D | serpent-avx2-asm_64.S | 579 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 587 S(S2, RB, RD, RC, RE, RA); LK2(RA, RD, RB, RE, RC, 11); 595 S(S2, RA, RD, RE, RB, RC); LK2(RC, RD, RA, RB, RE, 19); 603 S(S2, RC, RD, RB, RA, RE); LK2(RE, RD, RC, RA, RB, 27);
|
D | serpent-avx-x86_64-asm_64.S | 587 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 595 S(S2, RB, RD, RC, RE, RA); LK2(RA, RD, RB, RE, RC, 11); 603 S(S2, RA, RD, RE, RB, RC); LK2(RC, RD, RA, RB, RE, 19); 611 S(S2, RC, RD, RB, RA, RE); LK2(RE, RD, RC, RA, RB, 27);
|
/linux-4.4.14/Documentation/isdn/ |
D | README.icn | 33 S3 S2 S1 Base-address 47 S1 S2 S3 S4 Base-Address
|
D | README.act2000 | 17 S1 S2 S3 S4 Base-port
|
/linux-4.4.14/Documentation/devicetree/bindings/lpddr2/ |
D | lpddr2.txt | 7 "ti,jedec-lpddr2-s2" should be listed if the memory part is LPDDR2-S2 type
|
/linux-4.4.14/arch/sh/boards/ |
D | Kconfig | 192 DIP switch(S2-5). If you set the DIP switch for S2-5 = ON,
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,brcmstb.txt | 123 For power management (particularly, S2/S3/S5 system suspend), the following SoC
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 322 S0, S1, S2, S3, enumerator
|
/linux-4.4.14/Documentation/networking/ |
D | arcnet-hardware.txt | 510 S2 /--------------------------\ 596 S2 1-8: Node ID Select 612 The eight switches in group S2 are used to set the node ID. 969 | | S2 | | S1 | | 990 S1 and S2 perform the same function as on the PC270, only their numbers 991 are swapped (S1 is the nodeaddress, S2 sets IO- and RAM-address). 1318 S2 1-8: Node ID Select (ID0-ID7) 2423 S2 1-3: I/O Base Address Select
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 273 bits are rotated left 4 when computing S6 S4 S2 S0:
|
/linux-4.4.14/Documentation/power/ |
D | pci.txt | 183 defines four system sleep states, S1, S2, S3, and S4, and denotes the system
|
/linux-4.4.14/ |
D | CREDITS | 3554 S: Canada K2L 1S2
|