Searched refs:SCSIDAT (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | aha152x.h | 23 #define SCSIDAT (HOSTIOPORT0+0x06) /* SCSI latched data */ macro
|
D | aha152x.c | 1661 ADDMSGI(GETPORT(SCSIDAT)); in msgi_run() 1878 SETPORT(SCSIDAT, MSGO(MSGO_I++)); in msgo_run() 1925 SETPORT(SCSIDAT, CURRENT_SC->cmnd[CMD_I++]); in cmd_run() 1948 CURRENT_SC->SCp.Status = GETPORT(SCSIDAT); in status_run()
|
/Linux-v4.19/drivers/scsi/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_core.c | 2837 ahd_inb(ahd, SCSIDAT); in ahd_handle_transmission_error() 4935 ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase() 4953 ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase() 4978 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase()
|
D | aic79xx_reg.h_shipped | 703 #define SCSIDAT 0x44
|
D | aic79xx.reg | 1832 register SCSIDAT {
|