Searched refs:SCSIDATL (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A 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 i
[all...]
H A Daic7xxx_reg.h60 #define SCSIDATL 0x06 macro
H A 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
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq425 mov DINDEX, SCSIDATL ret;
586 mov CCSCBRAM, SCSIDATL;
588 mov DFDAT, SCSIDATL;
677 mov NONE, SCSIDATL; /* Ack the last byte */
1470 mov SCB_SCSI_STATUS, SCSIDATL;
1519 mov SCSIDATL, SINDEX; /* Send the identify message */
1522 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1536 mov SCSIDATL, SINDEX;
1598 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/
1732 mov NONE,SCSIDATL; /*dumm
[all...]
H A Daic7xxx_core.c1373 ahc_inb(ahc, SCSIDATL);
3295 ahc_outb(ahc, SCSIDATL, MSG_PARITY_ERROR);
3326 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
3400 ahc_inb(ahc, SCSIDATL);
3436 ahc_inb(ahc, SCSIDATL);
3454 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
3474 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL);
H A Daic7xxx.reg219 register SCSIDATL {
H A Daic7xxx_reg.h_shipped243 #define SCSIDATL 0x06
/drivers/scsi/
H A Daic7xxx_old.c5584 aic_outb(p, p->msg_buf[p->msg_index++], SCSIDATL);
5601 aic_inb(p, SCSIDATL);

Completed in 43 milliseconds