Home
last modified time | relevance | path

Searched refs:SCB_SCSI_STATUS (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq153 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 Daic7xxx.seq614 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 Daic7xxx_reg.h1613 #define SCB_SCSI_STATUS 0xa8 macro
H A Daic7xxx.reg1032 SCB_SCSI_STATUS {
H A Daic79xx_reg.h3687 #define SCB_SCSI_STATUS 0x188 macro
H A Daic79xx.reg3818 SCB_SCSI_STATUS {
H A Daic79xx.c448 ahd_outb(ahd, SCB_SCSI_STATUS, 0); in ahd_flush_qoutfifo()