Searched refs:dsps (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A D53c700.c800 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)
864 NCR_700_phase[(dsps & 0xf00) >> 8]);
882 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)
895 NCR_700_phase[(dsps & 0xf00) >> 8]);
904 dsp, dsps);
927 NCR_700_phase[(dsps & 0xf00) >> 8]);
940 NCR_700_phase[(dsps & 0xf00) >> 8]);
946 NCR_700_phase[(dsps & 0xf00) >> 8]);
968 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp, argument
980 if(dsps
798 process_extended_message(struct Scsi_Host *host, struct NCR_700_Host_Parameters *hostdata, struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) argument
881 process_message(struct Scsi_Host *host, struct NCR_700_Host_Parameters *hostdata, struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) argument
1511 __u32 dsps; local
[all...]
H A D53c7xx.c2105 u32 dsps,*dsp; /* Argument of the INT instruction */ local
2108 dsps = NCR53c7x0_read32(DSPS_REG);
2112 * Flagged as successful - hack dsps to indicate check condition */
2115 printk ("scsi%d : DSPS = 0x%x\n", host->host_no, dsps);
2117 switch (dsps) {
2339 hostdata->test_completed = (dsps - A_int_test_1) / 0x00010000 + 1;
2626 if ((dsps & 0xff000000) == 0x03000000) {
2628 host->host_no, dsps);
2630 } else if ((dsps & 0xff000000) == 0x05000000) {
2638 event->event = (enum ncr_event) dsps;
[all...]

Completed in 22 milliseconds