Searched refs:SCB_SCSI_STATUS (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/dev/microcode/aic7xxx/ |
H A D | aic79xx.seq | 118 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 D | aic7xxx.seq | 612 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 D | aic7xxx_reg.h | 1622 #define SCB_SCSI_STATUS 0xa8 macro
|
H A D | aic7xxx.reg | 1034 SCB_SCSI_STATUS {
|
H A D | aic79xx_reg.h | 3641 #define SCB_SCSI_STATUS 0x188 macro
|
H A D | aic79xx.reg | 3783 SCB_SCSI_STATUS {
|
/netbsd-src/sys/dev/ic/ |
H A D | aic79xx.c | 460 ahd_outb(ahd, SCB_SCSI_STATUS, 0); in ahd_flush_qoutfifo()
|