Home
last modified time | relevance | path

Searched refs:SCSIDATL (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.seq425 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 …]
Daic7xxx_core.c791 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()
Daic7xxx_reg.h1118 #define SCSIDATL 0x06 macro
Daic79xx.seq1216 * 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
Daic7xxx.reg205 register SCSIDATL {
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx.seq181 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 …]
Daic7xxx_reg.h60 #define SCSIDATL 0x06 macro
Daic7xxx.reg193 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/
Daic7xxx_old.c6105 aic_outb(p, p->msg_buf[p->msg_index++], SCSIDATL); in aic7xxx_handle_reqinit()
6122 aic_inb(p, SCSIDATL); in aic7xxx_handle_reqinit()