Searched refs:SCB_SCSI_STATUS (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 153 clr SCB_SCSI_STATUS; 229 test SCB_SCSI_STATUS, 0xff jz scbdma_queue_completion; 943 mov SCB_SCSI_STATUS, SCSIDAT; 1204 test SCB_SCSI_STATUS,0xff jnz complete_accepted; 1243 test SCB_SCSI_STATUS,0xff jnz bad_status; 1256 cmp SCB_SCSI_STATUS, STATUS_PKT_SENSE je upload_scb; 2134 mvi SCB_SCSI_STATUS, STATUS_PKT_SENSE;
|
H A D | aic7xxx.seq | 614 mov SCB_SCSI_STATUS call target_outb; 1472 mov SCB_SCSI_STATUS, SCSIDATL; 1645 test SCB_SCSI_STATUS,0xff jnz complete_accepted; 1662 test SCB_SCSI_STATUS,0xff jz complete; /* Good Status? */ 1667 test SCB_SCSI_STATUS, 0xff jz complete; /* Just a residual? */
|
H A D | aic7xxx_reg.h | 1613 #define SCB_SCSI_STATUS 0xa8 macro
|
H A D | aic7xxx.reg | 1032 SCB_SCSI_STATUS {
|
H A D | aic79xx_reg.h | 3687 #define SCB_SCSI_STATUS 0x188 macro
|
H A D | aic79xx.reg | 3818 SCB_SCSI_STATUS {
|
H A D | aic79xx.c | 448 ahd_outb(ahd, SCB_SCSI_STATUS, 0); in ahd_flush_qoutfifo()
|