Home
last modified time | relevance | path

Searched refs:SA (Results 1 – 25 of 45) sorted by relevance

12

/linux-2.6.39/Documentation/blockdev/
Dcciss.txt8 * 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 …]
Dcpqarray.txt17 * SA 4200
18 * SA 4250ES
19 * SA 431
/linux-2.6.39/arch/s390/math-emu/
Dmath.c199 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in emu_aebr()
204 FP_UNPACK_SP(SA, &current->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, &current->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, &current->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-2.6.39/arch/sparc/math-emu/
Dmath_32.c285 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()
Dmath_64.c179 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_mathemu()
379 case 5: FP_UNPACK_SP (SA, rs1); break; in do_mathemu()
423 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu()
427 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu()
431 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_mathemu()
432 case FSMULD: FP_CONV (D, S, 1, 1, DA, SA); in do_mathemu()
439 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_mathemu()
/linux-2.6.39/Documentation/scsi/
Daacraid.txt24 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-2.6.39/arch/alpha/math-emu/
Dmath.c101 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-2.6.39/Documentation/networking/
Dxfrm_sync.txt7 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
Dxfrm_proc.txt23 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong
26 e.g. SA key is wrong
Dtms380tr.txt141 OFF adapter does NOT drive SA<17..19>
142 ON adapter drives SA<17..19> (+)
/linux-2.6.39/arch/powerpc/math-emu/
Dmath_efp.c224 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu()
229 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
234 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
257 FP_ADD_S(SR, SA, SB); in do_spe_mathemu()
261 FP_SUB_S(SR, SA, SB); in do_spe_mathemu()
265 FP_MUL_S(SR, SA, SB); in do_spe_mathemu()
269 FP_DIV_S(SR, SA, SB); in do_spe_mathemu()
342 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu()
343 if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_S(SB))) in do_spe_mathemu()
/linux-2.6.39/Documentation/arm/SA1100/
DLART4 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-2.6.39/Documentation/fb/
Dsa1100fb.txt6 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
D00-INDEX49 - information about the driver for the SA-1100 LCD controller.
/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_tkip.c722 u8 SA[MAC_ADDR_LEN]; in RTMPSoftDecryptTKIP() local
780 NdisMoveMemory(SA, pData + 16, MAC_ADDR_LEN); in RTMPSoftDecryptTKIP()
785 NdisMoveMemory(SA, pData + 10, MAC_ADDR_LEN); in RTMPSoftDecryptTKIP()
787 NdisMoveMemory(SA, pData + 10, MAC_ADDR_LEN); in RTMPSoftDecryptTKIP()
793 NdisMoveMemory(SA, pData + 22, MAC_ADDR_LEN); in RTMPSoftDecryptTKIP()
819 RTMPInitMICEngine(pAd, pWpaKey[KeyID].Key, DA, SA, UserPriority, in RTMPSoftDecryptTKIP()
/linux-2.6.39/arch/arm/mach-sa1100/include/mach/
DSA-1111.h4 #warning using old SA-1111.h - update to <asm/hardware/sa1111.h>
DSA-1101.h14 #error You must include hardware.h not SA-1101.h
18 #error You must define SA-1101 physical base address
/linux-2.6.39/arch/mips/powertv/asic/
DKconfig6 Enables support for minimizing the number of (SA asic) runtime
/linux-2.6.39/arch/arm/mach-sa1100/
DKconfig9 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-2.6.39/drivers/staging/tidspbridge/
DKconfig55 preceding the start address (SA) from the 128-Byte boundary to the SA
/linux-2.6.39/arch/s390/kernel/
Dsysinfo.c423 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-2.6.39/Documentation/input/
Dyealink.txt76 NEW REP SU MO TU WE TH FR SA
85 Icon name : NEW REP SU MO TU WE TH FR SA
169 SA
/linux-2.6.39/Documentation/sound/alsa/
DMIXART.txt93 The firmware files are copyright by Digigram SA
99 Copyright (c) 2003 Digigram SA <alsa@digigram.com>
/linux-2.6.39/Documentation/cpu-freq/
Dindex.txt53 Clock and voltage scaling for the SA-1100:
/linux-2.6.39/drivers/staging/speakup/
DKconfig45 tristate "Accent SA synthesizer support"
47 This is the Speakup driver for the Accent SA

12