Searched refs:SCSIDAT (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aha152x.h | 65 #define SCSIDAT (HOSTIOPORT0+0x06) /* SCSI latched data */ macro
|
D | aha152x.c | 2324 ADDMSGI(GETPORT(SCSIDAT)); 2554 SETPORT(SCSIDAT, MSGO(MSGO_I++)); 2613 SETPORT(SCSIDAT, CURRENT_SC->cmnd[CMD_I++]); 2636 CURRENT_SC->SCp.Status = GETPORT(SCSIDAT);
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 752 mov SCB_SCSI_STATUS, SCSIDAT; 797 mov SCSIDAT, SINDEX; /* Send the identify message */ 800 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 814 mov SCSIDAT, SINDEX; 858 mov SCSIDAT, RETURN_2; 861 mov NONE, SCSIDAT; /* ACK Byte */ 885 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/ 924 mov NONE, SCSIDAT; /* ACK Identify MSG */ 1117 mov NONE, SCSIDAT; /* Ack the last byte */ 1142 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/ [all …]
|
D | aic79xx_core.c | 1562 ahd_inb(ahd, SCSIDAT); in ahd_handle_transmission_error() 3644 ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase() 3662 ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase() 3687 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase()
|
D | aic79xx_reg.h | 2684 #define SCSIDAT 0x44 macro
|
D | aic79xx.reg | 1744 register SCSIDAT {
|