HomeSort by: relevance | last modified time | path
    Searched refs:SCB_SCSI_STATUS (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
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;
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? */
aic7xxx.reg 1034 SCB_SCSI_STATUS {
aic7xxx_reg.h 817 ahc_print_register(NULL, 0, "SCB_SCSI_STATUS", 0xa8, regvalue, cur_col, wrap)
1622 #define SCB_SCSI_STATUS 0xa8
aic79xx.reg 3783 SCB_SCSI_STATUS {
aic79xx_reg.h 2210 ahd_print_register(NULL, 0, "SCB_SCSI_STATUS", 0x188, regvalue, cur_col, wrap)
3641 #define SCB_SCSI_STATUS 0x188
  /src/sys/dev/ic/
aic79xx.c 460 ahd_outb(ahd, SCB_SCSI_STATUS, 0);

Completed in 29 milliseconds