Searched refs:SCSIDAT (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | aic6360reg.h | 66 #define SCSIDAT 0x06 /* SCSI Latched Data */ macro
|
| D | aic6360.c | 898 (void) bus_space_read_1(iot, ioh, SCSIDAT); in aic_msgin() 903 SCSIDAT); in aic_msgin() 920 (void) bus_space_read_1(iot, ioh, SCSIDAT); in aic_msgin() 929 (void) bus_space_read_1(iot, ioh, SCSIDAT); in aic_msgin() 1108 (void) bus_space_read_1(iot, ioh, SCSIDAT); in aic_msgin() 1278 bus_space_write_1(iot, ioh, SCSIDAT, *--sc->sc_omp); in aic_msgout() 1917 acb->target_stat = bus_space_read_1(iot, ioh, SCSIDAT); in aicintr()
|
| D | aic79xx.c | 1970 ahd_inb(ahd, SCSIDAT); in ahd_handle_transmission_error() 4102 ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase() 4120 ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase() 4145 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase()
|
| /openbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic79xx.seq | 946 mov SCB_SCSI_STATUS, SCSIDAT; 991 mov SCSIDAT, SINDEX; /* Send the identify message */ 994 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 1008 mov SCSIDAT, SINDEX; 1052 mov SCSIDAT, RETURN_2; 1055 mov NONE, SCSIDAT; /* ACK Byte */ 1079 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/ 1118 mov NONE, SCSIDAT; /* ACK Identify MSG */ 1318 mov NONE, SCSIDAT; /* Ack the last byte */ 1353 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/ [all …]
|
| D | aic79xx_reg.h | 2720 #define SCSIDAT 0x44 macro
|
| D | aic79xx.reg | 1738 register SCSIDAT {
|