Searched refs:SCSIDAT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/dev/aic/ |
| D | aic6360reg.h | 43 #define SCSIDAT 0x06 /* SCSI Latched Data */ macro
|
| D | aic.c | 558 aic_inb(aic, SCSIDAT); in aic_msgin() 565 (void) aic_inb(aic, SCSIDAT); in aic_msgin() 597 (void) aic_inb(aic, SCSIDAT); in aic_msgin() 854 aic_outb(aic, SCSIDAT, aic->msg_buf[msgidx++]); in aic_msgout() 1297 scb->status = aic_inb(aic, SCSIDAT); in aic_intr()
|
| /freebsd-9-stable/sys/dev/aic7xxx/ |
| D | aic79xx.seq | 945 mov SCB_SCSI_STATUS, SCSIDAT; 990 mov SCSIDAT, SINDEX; /* Send the identify message */ 993 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 1007 mov SCSIDAT, SINDEX; 1051 mov SCSIDAT, RETURN_2; 1054 mov NONE, SCSIDAT; /* ACK Byte */ 1078 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/ 1117 mov NONE, SCSIDAT; /* ACK Identify MSG */ 1317 mov NONE, SCSIDAT; /* Ack the last byte */ 1352 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/ [all …]
|
| D | aic79xx.c | 1983 ahd_inb(ahd, SCSIDAT); in ahd_handle_transmission_error() 4129 ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase() 4147 ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase() 4172 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase()
|
| D | aic79xx.reg | 1737 register SCSIDAT {
|