Searched refs:SCSIDAT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 943 mov SCB_SCSI_STATUS, SCSIDAT; 988 mov SCSIDAT, SINDEX; /* Send the identify message */ 991 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 1005 mov SCSIDAT, SINDEX; 1049 mov SCSIDAT, RETURN_2; 1052 mov NONE, SCSIDAT; /* ACK Byte */ 1076 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/ 1115 mov NONE, SCSIDAT; /* ACK Identify MSG */ 1315 mov NONE, SCSIDAT; /* Ack the last byte */ 1350 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/ [all …]
|
H A D | aic79xx.c | 1962 ahd_inb(ahd, SCSIDAT); in ahd_handle_transmission_error() 4090 ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase() 4108 ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase() 4133 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase()
|
H A D | aic79xx_reg.h | 2718 #define SCSIDAT 0x44 macro
|
H A D | aic79xx.reg | 1735 register SCSIDAT {
|