/linux-3.4.99/Documentation/blockdev/ |
D | cciss.txt | 8 * SA 5300 9 * SA 5i 10 * SA 532 11 * SA 5312 12 * SA 641 13 * SA 642 14 * SA 6400 15 * SA 6400 U320 Expansion Module 16 * SA 6i 17 * SA P600 [all …]
|
D | cpqarray.txt | 17 * SA 4200 18 * SA 4250ES 19 * SA 431
|
/linux-3.4.99/arch/s390/math-emu/ |
D | math.c | 199 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in emu_aebr() 204 FP_UNPACK_SP(SA, ¤t->thread.fp_regs.fprs[rx].f); in emu_aebr() 206 FP_ADD_S(SR, SA, SB); in emu_aebr() 214 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in emu_aeb() 219 FP_UNPACK_SP(SA, ¤t->thread.fp_regs.fprs[rx].f); in emu_aeb() 221 FP_ADD_S(SR, SA, SB); in emu_aeb() 282 FP_DECL_S(SA); FP_DECL_S(SB); in emu_cebr() 285 FP_UNPACK_RAW_SP(SA, ¤t->thread.fp_regs.fprs[rx].f); in emu_cebr() 287 FP_CMP_S(IR, SA, SB, 3); in emu_cebr() 298 FP_DECL_S(SA); FP_DECL_S(SB); in emu_ceb() [all …]
|
/linux-3.4.99/arch/sparc/math-emu/ |
D | math_32.c | 285 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_one_mathemu() 372 case 5: FP_UNPACK_SP (SA, rs1); break; in do_one_mathemu() 427 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu() 431 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_one_mathemu() 435 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_one_mathemu() 436 case FSMULD: FP_CONV (D, S, 2, 1, DA, SA); in do_one_mathemu() 443 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_one_mathemu() 472 FP_CMP_S(IR, SB, SA, 3); in do_one_mathemu() 475 FP_ISSIGNAN_S(SA) || in do_one_mathemu()
|
D | math_64.c | 180 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_mathemu() 380 case 5: FP_UNPACK_SP (SA, rs1); break; in do_mathemu() 424 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu() 428 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu() 432 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_mathemu() 433 case FSMULD: FP_CONV (D, S, 1, 1, DA, SA); in do_mathemu() 440 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_mathemu()
|
/linux-3.4.99/Documentation/scsi/ |
D | aacraid.txt | 24 9005:0285:9005:028e Adaptec 2020SA (Skyhawk) 25 9005:0285:9005:028f Adaptec 2025SA (Terminator) 26 9005:0285:9005:0290 Adaptec 2410SA (Jaguar) 27 9005:0285:103c:3227 Adaptec 2610SA (Bearcat HP release) 28 9005:0285:9005:0293 Adaptec 21610SA (Corsair-16) 30 9005:0285:9005:0292 Adaptec 2810SA (Corsair-8) 35 9005:0286:9005:029b Adaptec 2820SA (Intruder) 36 9005:0286:9005:029c Adaptec 2620SA (Intruder) 37 9005:0286:9005:029d Adaptec 2420SA (Intruder HP release)
|
/linux-3.4.99/arch/alpha/math-emu/ |
D | math.c | 101 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in alpha_fp_emul() 130 FP_UNPACK_SP(SA, &va); in alpha_fp_emul() 135 FP_SUB_S(SR, SA, SB); in alpha_fp_emul() 139 FP_ADD_S(SR, SA, SB); in alpha_fp_emul() 143 FP_MUL_S(SR, SA, SB); in alpha_fp_emul() 147 FP_DIV_S(SR, SA, SB); in alpha_fp_emul()
|
/linux-3.4.99/Documentation/networking/ |
D | xfrm_sync.txt | 7 events so that the an SA can be safely moved from one machine to another 9 The idea is to synchronize the SA so that the takeover machine can do 10 the processing of the SA as accurate as possible if it has access to it. 12 We already have the ability to generate SA add/del/upd events. 18 Because the above items change for every packet the SA receives, 24 per SA. 55 The unique SA is identified by the combination of xfrm_usersa_id, 133 i) user --> kernel to configure a specific SA. 147 thresholds for an SA using XFRM_MSG_NEWAE (as described in #i above). 162 If you have an SA that is getting hit by traffic in bursts such that
|
D | xfrm_proc.txt | 23 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong 26 e.g. SA key is wrong
|
D | tms380tr.txt | 141 OFF adapter does NOT drive SA<17..19> 142 ON adapter drives SA<17..19> (+)
|
/linux-3.4.99/arch/powerpc/math-emu/ |
D | math_efp.c | 218 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu() 223 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu() 228 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu() 249 FP_ADD_S(SR, SA, SB); in do_spe_mathemu() 253 FP_SUB_S(SR, SA, SB); in do_spe_mathemu() 257 FP_MUL_S(SR, SA, SB); in do_spe_mathemu() 261 FP_DIV_S(SR, SA, SB); in do_spe_mathemu() 333 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu() 334 if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_S(SB))) in do_spe_mathemu()
|
/linux-3.4.99/Documentation/arm/SA1100/ |
D | LART | 4 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded 6 other StrongARM-gadgets. Almost all SA signals are directly accessible
|
/linux-3.4.99/Documentation/fb/ |
D | sa1100fb.txt | 6 This is a driver for a graphic framebuffer for the SA-1100 LCD 19 documented in the SA-1100 Developer's Manual, Section 11.7. Dual-panel
|
D | 00-INDEX | 49 - information about the driver for the SA-1100 LCD controller.
|
/linux-3.4.99/arch/arm/mach-sa1100/include/mach/ |
D | SA-1111.h | 4 #warning using old SA-1111.h - update to <asm/hardware/sa1111.h>
|
D | SA-1101.h | 14 #error You must include hardware.h not SA-1101.h 18 #error You must define SA-1101 physical base address
|
/linux-3.4.99/drivers/staging/tidspbridge/ |
D | Kconfig | 49 preceding the start address (SA) from the 128-Byte boundary to the SA
|
/linux-3.4.99/arch/arm/mach-sa1100/ |
D | Kconfig | 9 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110 17 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110 18 Microprocessor Development Board (Assabet) with the SA-1111
|
/linux-3.4.99/arch/s390/kernel/ |
D | sysinfo.c | 423 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in s390_adjust_jiffies() 443 FP_UNPACK_SP(SA, &fmil); in s390_adjust_jiffies() 448 FP_DIV_S(SR, SA, SB); in s390_adjust_jiffies()
|
/linux-3.4.99/Documentation/input/ |
D | yealink.txt | 76 NEW REP SU MO TU WE TH FR SA 85 Icon name : NEW REP SU MO TU WE TH FR SA 169 SA
|
/linux-3.4.99/Documentation/sound/alsa/ |
D | MIXART.txt | 93 The firmware files are copyright by Digigram SA 99 Copyright (c) 2003 Digigram SA <alsa@digigram.com>
|
/linux-3.4.99/Documentation/cpu-freq/ |
D | index.txt | 53 Clock and voltage scaling for the SA-1100:
|
/linux-3.4.99/drivers/dma/ |
D | Kconfig | 254 tristate "SA-11x0 DMA support" 258 Support the DMA engine found on Intel StrongARM SA-1100 and 259 SA-1110 SoCs. This DMA engine can only be used with on-chip
|
/linux-3.4.99/drivers/staging/speakup/ |
D | Kconfig | 45 tristate "Accent SA synthesizer support" 47 This is the Speakup driver for the Accent SA
|
/linux-3.4.99/arch/arm/mm/ |
D | Kconfig | 303 bool "Support StrongARM(R) SA-110 processor" if ARCH_RPC 314 The Intel StrongARM(R) SA-110 is a 32-bit microprocessor and 319 Say Y if you want support for the SA-110 processor.
|