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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 751 mov SCB_SCSI_STATUS, SCSIDAT;
796 mov SCSIDAT, SINDEX; /* Send the identify message */
799 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
813 mov SCSIDAT, SINDEX;
857 mov SCSIDAT, RETURN_2;
860 mov NONE, SCSIDAT; /* ACK Byte */
884 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/
923 mov NONE, SCSIDAT; /* ACK Identify MSG */
1116 mov NONE, SCSIDAT; /* Ack the last byte */
1141 mov NONE,SCSIDAT; /*dummy read from latch to ACK*
    [all...]
aic79xx.reg 1746 register SCSIDAT {
aic79xx_reg.h 495 ahd_print_register(NULL, 0, "SCSIDAT", 0x44, regvalue, cur_col, wrap)
2684 #define SCSIDAT 0x44
  /src/sys/dev/ic/
aic6360reg.h 65 #define SCSIDAT 0x06 /* SCSI Latched Data */
220 #define SPIORDY 0x02 /* Selfclearing (op on SCSIDAT) */
aic6360.c 1012 (void) bus_space_read_1(iot, ioh, SCSIDAT);
1017 SCSIDAT);
1034 (void) bus_space_read_1(iot, ioh, SCSIDAT);
1043 (void) bus_space_read_1(iot, ioh, SCSIDAT);
1224 (void) bus_space_read_1(iot, ioh, SCSIDAT);
1394 bus_space_write_1(iot, ioh, SCSIDAT, *--sc->sc_omp);
2037 acb->target_stat = bus_space_read_1(iot, ioh, SCSIDAT);
aic79xx.c 1912 ahd_inb(ahd, SCSIDAT);
3993 ahd_inb(ahd, SCSIDAT);
4011 ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]);
4036 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT);

Completed in 54 milliseconds