Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx.seq118 clr SCB_SCSI_STATUS;
188 test SCB_SCSI_STATUS, 0xff jnz scbdma_notify_host;
751 mov SCB_SCSI_STATUS, SCSIDAT;
1018 test SCB_SCSI_STATUS,0xff jnz complete_accepted;
1055 test SCB_SCSI_STATUS,0xff jnz bad_status;
1066 cmp SCB_SCSI_STATUS, STATUS_PKT_SENSE je upload_scb;
1891 mvi SCB_SCSI_STATUS, STATUS_PKT_SENSE;
H A Daic7xxx.seq612 mov SCB_SCSI_STATUS call target_outb;
1473 mov SCB_SCSI_STATUS, SCSIDATL;
1646 test SCB_SCSI_STATUS,0xff jnz complete_accepted;
1663 test SCB_SCSI_STATUS,0xff jz complete; /* Good Status? */
1668 test SCB_SCSI_STATUS, 0xff jz complete; /* Just a residual? */
H A Daic7xxx_reg.h1622 #define SCB_SCSI_STATUS 0xa8 macro
H A Daic7xxx.reg1034 SCB_SCSI_STATUS {
H A Daic79xx_reg.h3641 #define SCB_SCSI_STATUS 0x188 macro
H A Daic79xx.reg3783 SCB_SCSI_STATUS {
/netbsd-src/sys/dev/ic/
H A Daic79xx.c460 ahd_outb(ahd, SCB_SCSI_STATUS, 0); in ahd_flush_qoutfifo()