Home
last modified time | relevance | path

Searched refs:SC (Results 1 – 25 of 37) sorted by relevance

12

/linux-3.3/Documentation/
Ddcdbas.txt9 300, 1300, 1400, 400SC, 500SC, 1500SC, 1550, 600SC, 1600SC, 650, 1655MC,
81 500SC HC_SMITYPE_TYPE2
82 1500SC HC_SMITYPE_TYPE2
84 600SC HC_SMITYPE_TYPE2
85 1600SC HC_SMITYPE_TYPE2
/linux-3.3/drivers/scsi/
Dips.c783 int ips_eh_abort(struct scsi_cmnd *SC) in ips_eh_abort() argument
792 if (!SC) in ips_eh_abort()
795 host = SC->device->host; in ips_eh_abort()
796 ha = (ips_ha_t *) SC->device->host->hostdata; in ips_eh_abort()
808 while ((item) && (item->scsi_cmd != SC)) in ips_eh_abort()
817 } else if (ips_removeq_wait(&ha->scb_waitlist, SC)) { in ips_eh_abort()
840 static int __ips_eh_reset(struct scsi_cmnd *SC) in __ips_eh_reset() argument
854 if (!SC) { in __ips_eh_reset()
860 ha = (ips_ha_t *) SC->device->host->hostdata; in __ips_eh_reset()
873 while ((item) && (item->scsi_cmd != SC)) in __ips_eh_reset()
[all …]
Daha152x.c703 static inline void append_SC(Scsi_Cmnd **SC, Scsi_Cmnd *new_SC) in append_SC() argument
708 if (!*SC) in append_SC()
709 *SC = new_SC; in append_SC()
711 for (end = *SC; SCNEXT(end); end = SCNEXT(end)) in append_SC()
717 static inline Scsi_Cmnd *remove_first_SC(Scsi_Cmnd ** SC) in remove_first_SC() argument
721 ptr = *SC; in remove_first_SC()
723 *SC = SCNEXT(*SC); in remove_first_SC()
729 static inline Scsi_Cmnd *remove_lun_SC(Scsi_Cmnd ** SC, int target, int lun) in remove_lun_SC() argument
733 for (ptr = *SC, prev = NULL; in remove_lun_SC()
742 *SC = SCNEXT(ptr); in remove_lun_SC()
[all …]
/linux-3.3/Documentation/sound/oss/
DAudioExcelDSP1619 I you own a Gallant's audio card based on SC-6600, activate the SC-6600 support.
68 This driver supports the SC-6000 and SC-6600 based Gallant's sound card.
69 It don't support the Audio Excel DSP 16 III (try the SC-6600 code).
/linux-3.3/drivers/scsi/megaraid/
DKconfig.megaraid27 Dell PERC3/SC 101E:1960:1028:0475
29 Dell PERC4/SC 1000:1960:1028:0520
39 Dell PERC 4e/SC 1000:0408:1028:0001
/linux-3.3/arch/m68k/fpsp040/
Dsetox.S696 movew %d0,SC(%a6) | ...SC is 2^(M) in extended
697 clrw SC+2(%a6)
698 movel #0x80000000,SC+4(%a6)
699 clrl SC+8(%a6)
762 fmulx SC(%a6),%fp0
776 movel #0x80010000,SC(%a6) | ...SC is -2^(-16382)
777 movel #0x80000000,SC+4(%a6)
778 clrl SC+8(%a6)
781 faddx SC(%a6),%fp0
789 movel #0x80010000,SC(%a6)
[all …]
/linux-3.3/drivers/media/video/gspca/
Dw996Xcf.c422 #define SC(x) ((x) << 10) in w9968cf_set_crop_window() macro
425 fw = SC(sd->gspca_dev.width) / max_width; in w9968cf_set_crop_window()
426 fh = SC(sd->gspca_dev.height) / max_height; in w9968cf_set_crop_window()
428 cw = (fw >= fh) ? max_width : SC(sd->gspca_dev.width) / fh; in w9968cf_set_crop_window()
429 ch = (fw >= fh) ? SC(sd->gspca_dev.height) / fw : max_height; in w9968cf_set_crop_window()
/linux-3.3/drivers/char/pcmcia/
DKconfig30 by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/),
42 PC/SC ifdhandler provided from the Omnikey homepage
/linux-3.3/drivers/gpu/drm/nouveau/
Dnouveau_hdmi.c151 const u8 ITC = 0, EC = 0, Q = 0, SC = 0, VIC = 0, PR = 0; in nouveau_hdmi_video_infoframe() local
161 frame[0x06] = (ITC << 7) | (EC << 4) | (Q << 2) | SC; in nouveau_hdmi_video_infoframe()
/linux-3.3/drivers/net/fddi/
DKconfig62 - Netelligent 100 FDDI DAS Fibre SC
63 - Netelligent 100 FDDI SAS Fibre SC
/linux-3.3/sound/isa/
DKconfig181 tristate "Gallant SC-6000/6600/7000 and Audio Excel DSP 16"
187 Say Y here to include support for Gallant SC-6000, SC-6600, SC-7000
391 Reveal SC-600.
/linux-3.3/arch/s390/math-emu/
Dmath.c1208 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SC); FP_DECL_S(SR); in emu_maebr()
1215 FP_UNPACK_SP(SC, &current->thread.fp_regs.fprs[rz].f); in emu_maebr()
1217 FP_ADD_S(SR, SR, SC); in emu_maebr()
1224 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SC); FP_DECL_S(SR); in emu_maeb()
1231 FP_UNPACK_SP(SC, &current->thread.fp_regs.fprs[rz].f); in emu_maeb()
1233 FP_ADD_S(SR, SR, SC); in emu_maeb()
1272 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SC); FP_DECL_S(SR); in emu_msebr()
1279 FP_UNPACK_SP(SC, &current->thread.fp_regs.fprs[rz].f); in emu_msebr()
1281 FP_SUB_S(SR, SR, SC); in emu_msebr()
1288 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SC); FP_DECL_S(SR); in emu_mseb()
[all …]
/linux-3.3/Documentation/frv/
Dmmu-layout.txt70 DD080000 DAMR3 -L-SC-V page Page Directory (PGD)
71 DD0C0000 DAMR4 -L-SC-V page Cached insn TLB Page Table lookup
72 DD100000 DAMR5 -L-SC-V page Cached data TLB Page Table lookup
78 E0000000-FFFFFFFF E0000000 DAMR11 -L-SC-V 512MB I/O region
Datomic-ops.txt27 the LL/SC instruction pairs supported on a number of platforms.
/linux-3.3/arch/sparc/lib/
Durem.S72 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
Dudiv.S74 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
Drem.S88 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
Dsdiv.S88 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
/linux-3.3/Documentation/networking/
Dskfp.txt59 - Netelligent 100 FDDI DAS Fibre SC
60 - Netelligent 100 FDDI SAS Fibre SC
/linux-3.3/sound/oss/
DKconfig471 tristate "Gallant Audio Cards (SC-6000 and SC-6600 based)"
491 bool "SC-6600 based audio cards (new Audio Excel DSP 16)"
499 bool "Activate SC-6600 Joystick Interface"
506 int "SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?)"
515 hex "SC-6600 CDROM Interface I/O Address"
/linux-3.3/Documentation/scsi/
Dosst.txt19 Linux, st, does not support the OnStream SC-x0 SCSI tape. The st is not to
108 Expect something like 1.8MB/s for the SC-x0 drives and 0.9MB/s for the DI-30.
189 # Script to create OnStream SC-x0 device nodes (major 206)
D00-INDEX72 - info on driver for OnStream SC-x0 SCSI tape
DChangeLog.ips45 4.70.13 - Don't release HA Lock in ips_next() until SC taken off queue
/linux-3.3/Documentation/hwmon/
Dcoretemp8 0x16 (Core 2 SC 65nm), 0x17 (Penryn 45nm),
/linux-3.3/arch/mips/
DKconfig1648 # Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
1654 # CPU may reorder reads and writes beyond LL/SC
1655 # CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
2073 # indexed such as R4000/R4400 SC and MC versions or R10000. So for the

12