Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio.c58 #define SC(name) SEND_CTXT_##name macro
617 SC(CREDIT_CTRL_THRESHOLD_SHIFT)) in sc_set_cr_threshold()
618 & SC(CREDIT_CTRL_THRESHOLD_MASK); in sc_set_cr_threshold()
623 & ~SC(CREDIT_CTRL_THRESHOLD_SMASK)) in sc_set_cr_threshold()
625 & SC(CREDIT_CTRL_THRESHOLD_MASK)) in sc_set_cr_threshold()
626 << SC(CREDIT_CTRL_THRESHOLD_SHIFT)); in sc_set_cr_threshold()
628 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_set_cr_threshold()
660 write_kctxt_csr(dd, hw_context, SC(CHECK_ENABLE), reg); in set_pio_integrity()
726 reg = ((sci->credits & SC(CTRL_CTXT_DEPTH_MASK)) in sc_alloc()
727 << SC(CTRL_CTXT_DEPTH_SHIFT)) in sc_alloc()
[all …]
/linux-4.4.14/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
Ddevices.txt2856 206 char OnStream SC-x0 tape devices
2882 The OnStream SC-x0 SCSI tapes do not support the
/linux-4.4.14/drivers/scsi/
Dips.c780 int ips_eh_abort(struct scsi_cmnd *SC) in ips_eh_abort() argument
789 if (!SC) in ips_eh_abort()
792 host = SC->device->host; in ips_eh_abort()
793 ha = (ips_ha_t *) SC->device->host->hostdata; in ips_eh_abort()
805 while ((item) && (item->scsi_cmd != SC)) in ips_eh_abort()
814 } else if (ips_removeq_wait(&ha->scb_waitlist, SC)) { in ips_eh_abort()
837 static int __ips_eh_reset(struct scsi_cmnd *SC) in __ips_eh_reset() argument
851 if (!SC) { in __ips_eh_reset()
857 ha = (ips_ha_t *) SC->device->host->hostdata; in __ips_eh_reset()
870 while ((item) && (item->scsi_cmd != SC)) in __ips_eh_reset()
[all …]
Daha152x.c645 static inline void append_SC(Scsi_Cmnd **SC, Scsi_Cmnd *new_SC) in append_SC() argument
650 if (!*SC) in append_SC()
651 *SC = new_SC; in append_SC()
653 for (end = *SC; SCNEXT(end); end = SCNEXT(end)) in append_SC()
659 static inline Scsi_Cmnd *remove_first_SC(Scsi_Cmnd ** SC) in remove_first_SC() argument
663 ptr = *SC; in remove_first_SC()
665 *SC = SCNEXT(*SC); in remove_first_SC()
671 static inline Scsi_Cmnd *remove_lun_SC(Scsi_Cmnd ** SC, int target, int lun) in remove_lun_SC() argument
675 for (ptr = *SC, prev = NULL; in remove_lun_SC()
684 *SC = SCNEXT(ptr); in remove_lun_SC()
[all …]
DKconfig108 tristate "SCSI OnStream SC-x0 tape support"
111 The OnStream SC-x0 SCSI tape drives cannot be driven by the
/linux-4.4.14/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-4.4.14/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-4.4.14/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-4.4.14/drivers/media/usb/gspca/
Dw996Xcf.c430 #define SC(x) ((x) << 10) in w9968cf_set_crop_window() macro
433 fw = SC(sd->gspca_dev.pixfmt.width) / max_width; in w9968cf_set_crop_window()
434 fh = SC(sd->gspca_dev.pixfmt.height) / max_height; in w9968cf_set_crop_window()
436 cw = (fw >= fh) ? max_width : SC(sd->gspca_dev.pixfmt.width) / fh; in w9968cf_set_crop_window()
437 ch = (fw >= fh) ? SC(sd->gspca_dev.pixfmt.height) / fw : max_height; in w9968cf_set_crop_window()
/linux-4.4.14/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-4.4.14/drivers/net/fddi/
DKconfig62 - Netelligent 100 FDDI DAS Fibre SC
63 - Netelligent 100 FDDI SAS Fibre SC
/linux-4.4.14/sound/isa/
DKconfig195 tristate "Gallant SC-6000/6600/7000 and Audio Excel DSP 16"
201 Say Y here to include support for Gallant SC-6000, SC-6600, SC-7000
407 Reveal SC-600.
/linux-4.4.14/arch/mips/kvm/
D00README.txt25 LL/TLBP/SC. Since the TLBP instruction causes a trap the reservation gets cleared
Demulate.c2305 #define SC 0xe0000000 macro
/linux-4.4.14/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-4.4.14/arch/arm/boot/dts/
Dimx28-sps1.dts16 model = "SchulerControl GmbH, SC SPS 1";
/linux-4.4.14/Documentation/networking/
Dskfp.txt59 - Netelligent 100 FDDI DAS Fibre SC
60 - Netelligent 100 FDDI SAS Fibre SC
/linux-4.4.14/sound/oss/
DKconfig463 tristate "Gallant Audio Cards (SC-6000 and SC-6600 based)"
483 bool "SC-6600 based audio cards (new Audio Excel DSP 16)"
491 bool "Activate SC-6600 Joystick Interface"
498 int "SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?)"
507 hex "SC-6600 CDROM Interface I/O Address"
/linux-4.4.14/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-INDEX82 - 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-4.4.14/Documentation/hwmon/
Dcoretemp8 0x16 (Core 2 SC 65nm), 0x17 (Penryn 45nm),
/linux-4.4.14/arch/mips/
DKconfig1918 # Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
1924 # CPU may reorder reads and writes beyond LL/SC
1925 # CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
2402 # indexed such as R4000/R4400 SC and MC versions or R10000. So for the
/linux-4.4.14/arch/mips/kernel/
Dtraps.c489 #define SC 0xe0000000 macro
604 if ((opcode & OPCODE) == SC) { in simulate_llsc()
Dmips-r2-to-r6-emul.c48 #define SC "sc " macro
/linux-4.4.14/arch/mn10300/
DKconfig120 capable of doing LL/SC equivalent operations.
/linux-4.4.14/drivers/ide/
DKconfig156 SC-30 and SC-50 versions.
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfplsp.S7330 mov.w %d1,SC(%a6) # SC is 2^(M) in extended
7331 mov.l &0x80000000,SC+4(%a6)
7332 clr.l SC+8(%a6)
7392 fmul.x SC(%a6),%fp0
7405 mov.l &0x80010000,SC(%a6) # SC is -2^(-16382)
7406 mov.l &0x80000000,SC+4(%a6)
7407 clr.l SC+8(%a6)
7411 fadd.x SC(%a6),%fp0
7418 mov.l &0x80010000,SC(%a6)
7419 mov.l &0x80000000,SC+4(%a6)
[all …]
Dfpsp.S7203 set SC,FP_SCR0
/linux-4.4.14/arch/powerpc/xmon/
Dppc-opc.c1640 #define SC(op, sa, lk) (OP (op) | ((((unsigned long)(sa)) & 1) << 1) | ((lk) & 1)) macro
2817 { "sc", SC(17,1,0), SC_MASK, PPC, { LEV } },
2818 { "svc", SC(17,0,0), SC_MASK, POWER, { SVC_LEV, FL1, FL2 } },
2819 { "svcl", SC(17,0,1), SC_MASK, POWER, { SVC_LEV, FL1, FL2 } },
2820 { "svca", SC(17,1,0), SC_MASK, PWRCOM, { SV } },
2821 { "svcla", SC(17,1,1), SC_MASK, POWER, { SV } },
/linux-4.4.14/drivers/video/fbdev/
Dimsttfb.c94 SC = 0x00000004L,
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt1720 Module for Gallant SC-6000 soundcard and later models: SC-6600
1721 and SC-7000.
/linux-4.4.14/drivers/mfd/
DKconfig430 * COMe-bSC# (ETXexpress-SC T#)
/linux-4.4.14/arch/x86/
DKconfig2459 NSC Geode SC-1100's buggy TSC, which loses time when the
/linux-4.4.14/
DCREDITS3840 S: Clemson SC 29634 USA