Searched refs:SCSIDAT (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | aha152x.h | 23 #define SCSIDAT (HOSTIOPORT0+0x06) /* SCSI latched data */ macro
|
D | aha152x.c | 1687 ADDMSGI(GETPORT(SCSIDAT)); in msgi_run() 1909 SETPORT(SCSIDAT, MSGO(MSGO_I++)); in msgo_run() 1956 SETPORT(SCSIDAT, CURRENT_SC->cmnd[CMD_I++]); in cmd_run() 1979 aha152x_priv(CURRENT_SC)->status = GETPORT(SCSIDAT); in status_run()
|
/linux-5.19.10/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 | 2818 ahd_inb(ahd, SCSIDAT); in ahd_handle_transmission_error() 4899 ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase() 4917 ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase() 4942 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 {
|