Home
last modified time | relevance | path

Searched defs:SC (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/arch/m68k/fpsp040/
Dsetox.S440 .set SC,FP_SCR3 define
/linux-3.3/drivers/scsi/
Dips.c783 int ips_eh_abort(struct scsi_cmnd *SC) in ips_eh_abort()
840 static int __ips_eh_reset(struct scsi_cmnd *SC) in __ips_eh_reset()
1026 static int ips_eh_reset(struct scsi_cmnd *SC) in ips_eh_reset()
1049 static int ips_queue_lck(struct scsi_cmnd *SC, void (*done) (struct scsi_cmnd *)) in ips_queue_lck()
1495 static int ips_is_passthru(struct scsi_cmnd *SC) in ips_is_passthru()
1569 ips_make_passthru(ips_ha_t *ha, struct scsi_cmnd *SC, ips_scb_t *scb, int intr) in ips_make_passthru()
2614 struct scsi_cmnd *SC; in ips_next() local
Daha152x.c703 static inline void append_SC(Scsi_Cmnd **SC, Scsi_Cmnd *new_SC) in append_SC()
717 static inline Scsi_Cmnd *remove_first_SC(Scsi_Cmnd ** SC) in remove_first_SC()
729 static inline Scsi_Cmnd *remove_lun_SC(Scsi_Cmnd ** SC, int target, int lun) in remove_lun_SC()
750 static inline Scsi_Cmnd *remove_SC(Scsi_Cmnd **SC, Scsi_Cmnd *SCp) in remove_SC()
/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
/linux-3.3/drivers/media/video/gspca/
Dw996Xcf.c422 #define SC(x) ((x) << 10) in w9968cf_set_crop_window() macro
/linux-3.3/arch/mips/kernel/
Dtraps.c483 #define SC 0xe0000000 macro
/linux-3.3/arch/powerpc/xmon/
Dppc-opc.c1639 #define SC(op, sa, lk) (OP (op) | ((((unsigned long)(sa)) & 1) << 1) | ((lk) & 1)) macro