Searched refs:SC (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio.c11 #define SC(name) SEND_CTXT_##name macro
593 SC(CREDIT_CTRL_THRESHOLD_SHIFT))
594 & SC(CREDIT_CTRL_THRESHOLD_MASK);
599 & ~SC(CREDIT_CTRL_THRESHOLD_SMASK))
601 & SC(CREDIT_CTRL_THRESHOLD_MASK))
602 << SC(CREDIT_CTRL_THRESHOLD_SHIFT));
604 SC(CREDIT_CTRL), sc->credit_ctrl);
628 SC(CHECK_ENABLE),
724 reg = ((sci->credits & SC(CTRL_CTXT_DEPTH_MASK))
725 << SC(CTRL_CTXT_DEPTH_SHIF
[all...]
/linux-master/drivers/scsi/
H A Dips.c103 /* - Don't release HA Lock in ips_next() until SC taken off queue */
775 int ips_eh_abort(struct scsi_cmnd *SC) argument
784 if (!SC)
787 host = SC->device->host;
788 ha = (ips_ha_t *) SC->device->host->hostdata;
800 while ((item) && (item->scsi_cmd != SC))
809 } else if (ips_removeq_wait(&ha->scb_waitlist, SC)) {
832 static int __ips_eh_reset(struct scsi_cmnd *SC) argument
845 if (!SC) {
851 ha = (ips_ha_t *) SC
997 ips_eh_reset(struct scsi_cmnd *SC) argument
1020 ips_queue_lck(struct scsi_cmnd *SC) argument
1468 ips_is_passthru(struct scsi_cmnd *SC) argument
1542 ips_make_passthru(ips_ha_t *ha, struct scsi_cmnd *SC, ips_scb_t *scb, int intr) argument
2510 struct scsi_cmnd *SC; local
[all...]
H A Daha152x.c653 static inline void append_SC(struct scsi_cmnd **SC, struct scsi_cmnd *new_SC) argument
658 if (!*SC)
659 *SC = new_SC;
661 for (end = *SC; SCNEXT(end); end = SCNEXT(end))
667 static inline struct scsi_cmnd *remove_first_SC(struct scsi_cmnd ** SC) argument
671 ptr = *SC;
673 *SC = SCNEXT(*SC);
679 static inline struct scsi_cmnd *remove_lun_SC(struct scsi_cmnd ** SC, argument
684 for (ptr = *SC, pre
701 remove_SC(struct scsi_cmnd **SC, struct scsi_cmnd *SCp) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S440 .set SC,FP_SCR3
696 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
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dw996Xcf.c429 #define SC(x) ((x) << 10) macro
432 fw = SC(sd->gspca_dev.pixfmt.width) / max_width;
433 fh = SC(sd->gspca_dev.pixfmt.height) / max_height;
435 cw = (fw >= fh) ? max_width : SC(sd->gspca_dev.pixfmt.width) / fh;
436 ch = (fw >= fh) ? SC(sd->gspca_dev.pixfmt.height) / fw : max_height;
/linux-master/fs/unicode/
H A Dutf8-norm.c254 #define SC (LC * NC) macro
H A Dmkutf8data.c2659 #define SC (LC * NC) macro
/linux-master/scripts/
H A Dsphinx-pre-install502 # "Noto Sans CJK SC" on openSUSE
/linux-master/arch/mips/kernel/
H A Dtraps.c508 #define SC 0xe0000000 macro
623 if ((opcode & OPCODE) == SC) {
H A Dmips-r2-to-r6-emul.c47 #define SC "sc " macro
1189 * this is a tricky issue - lose_fpu() uses LL/SC atomics
1190 * if FPU is owned and effectively cancels user level LL/SC.
1193 * more often than LL-FPU-SC and I prefer loop here until
1981 * An LL/SC block can't be safely emulated without
1986 * an exception. MIPS R2 LL/SC instructions trap with an
1989 * LLAddr/LLB so the subsequent SC instruction will
1990 * succeed preserving the atomic semantics of the LL/SC
1992 * an LL/SC block in MIPSR2 userland.
1994 pr_err("Can't emulate MIPSR2 LL/SC withou
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7097 set SC,FP_SCR0
7330 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
[all...]
H A Dfpsp.S7203 set SC,FP_SCR0
7436 mov.w %d1,SC(%a6) # SC is 2^(M) in extended
7437 mov.l &0x80000000,SC+4(%a6)
7438 clr.l SC+8(%a6)
7498 fmul.x SC(%a6),%fp0
7511 mov.l &0x80010000,SC(%a6) # SC is -2^(-16382)
7512 mov.l &0x80000000,SC+4(%a6)
7513 clr.l SC
[all...]
/linux-master/drivers/video/fbdev/
H A Dimsttfb.c93 SC = 0x00000004L,
/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c356 /* The FL1 field in a POWER SC form instruction. */
362 /* The FL2 field in a POWER SC form instruction. */
442 /* The LEV field in an SC form instruction. */
693 /* The SV field in a POWER SC form instruction. */
2496 /* An SC form instruction. */
2497 #define SC(op, sa, lk) (OP (op) | ((((unsigned long)(sa)) & 1) << 1) | ((lk) & 1))
4141 {"svc", SC(17,0,0), SC_MASK, POWER, PPCVLE, {SVC_LEV, FL1, FL2}},
4142 {"svcl", SC(17,0,1), SC_MASK, POWER, PPCVLE, {SVC_LEV, FL1, FL2}},
4143 {"sc", SC(17,1,0), SC_MASK, PPC, PPCVLE, {LEV}},
4144 {"svca", SC(1
2494 #define SC macro
[all...]

Completed in 1305 milliseconds