Searched refs:SCSIDATL (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 427 mov DINDEX, SCSIDATL ret; 588 mov CCSCBRAM, SCSIDATL; 590 mov DFDAT, SCSIDATL; 679 mov NONE, SCSIDATL; /* Ack the last byte */ 1472 mov SCB_SCSI_STATUS, SCSIDATL; 1521 mov SCSIDATL, SINDEX; /* Send the identify message */ 1524 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 1538 mov SCSIDATL, SINDEX; 1600 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/ 1734 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/ [all …]
|
H A D | aic7xxx_reg.h | 1117 #define SCSIDATL 0x06 macro
|
H A D | aic7xxx.reg | 203 register SCSIDATL {
|
H A D | aic79xx.seq | 1419 * An ACK is not sent on input from the target until SCSIDATL is read from. 1420 * So we wait until SCSIDATL is latched (the usual way), then read the data
|