Searched refs:SCSIDATL (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 425 mov DINDEX, SCSIDATL ret; 586 mov CCSCBRAM, SCSIDATL; 588 mov DFDAT, SCSIDATL; 677 mov NONE, SCSIDATL; /* Ack the last byte */ 1469 mov SCB_SCSI_STATUS, SCSIDATL; 1518 mov SCSIDATL, SINDEX; /* Send the identify message */ 1521 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 1535 mov SCSIDATL, SINDEX; 1597 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/ 1731 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/ [all …]
|
D | aic7xxx_core.c | 791 ahc_inb(ahc, SCSIDATL); in ahc_handle_seqint() 2699 ahc_outb(ahc, SCSIDATL, MSG_PARITY_ERROR); in ahc_handle_message_phase() 2730 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]); in ahc_handle_message_phase() 2804 ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase() 2840 ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase() 2858 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]); in ahc_handle_message_phase() 2878 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase()
|
D | aic7xxx_reg.h | 1118 #define SCSIDATL 0x06 macro
|
D | aic79xx.seq | 1216 * An ACK is not sent on input from the target until SCSIDATL is read from. 1217 * So we wait until SCSIDATL is latched (the usual way), then read the data
|
D | aic7xxx.reg | 205 register SCSIDATL {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 181 mov SCSIDATL, ALLZEROS; /* clear out the latched */ 306 mov NONE, SCSIDATL; /* Ack the last byte */ 686 mov SCB_TARGET_STATUS, SCSIDATL; 724 mov SCSIDATL, SINDEX; /* Send the last byte */ 732 mov SCSIDATL, SINDEX; /* Send the identify message */ 735 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 754 mov SCSIDATL, SINDEX; 798 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/ 970 mov NONE,SCSIDATL; /* ACK Identify MSG */ 1045 * the target until SCSIDATL is read from. So we wait until SCSIDATL is [all …]
|
D | aic7xxx_reg.h | 60 #define SCSIDATL 0x06 macro
|
D | aic7xxx.reg | 193 register SCSIDATL { 823 * SCSIDATL IMAGE Register (p. 5-104) 824 * Write to this register also go to SCSIDATL but this register will preserve
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 6105 aic_outb(p, p->msg_buf[p->msg_index++], SCSIDATL); in aic7xxx_handle_reqinit() 6122 aic_inb(p, SCSIDATL); in aic7xxx_handle_reqinit()
|