Searched refs:DINDEX (Results 1 - 13 of 13) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx.seq200 mvi DINDEX, CCHADDR;
204 mvi DINDEX, HADDR;
249 test DINDEX, MSG_IDENTIFYFLAG jz host_target_message_loop;
252 mov CCSCBRAM, DINDEX;
254 mov DFDAT, DINDEX;
256 and SAVED_LUN, MSG_IDENTIFY_LUNMASK, DINDEX;
259 test DINDEX, MSG_IDENTIFY_DISCFLAG jnz . + 2;
271 add A, -MSG_SIMPLE_Q_TAG, DINDEX;
273 add A, -MSG_IGN_WIDE_RESIDUE, DINDEX;
278 mov CCSCBRAM, DINDEX;
[all...]
H A Daic79xx.seq342 bmov DINDEX, SINDEX, 2;
780 shr DINDEX, 3, SCB_SCSIID;
781 or DINDEX, 1; /* Want only the second byte */
782 mvi DINDEX[1], ((WAITING_SCB_TAILS) >> 8);
1099 bmov DINDEX, SINDEX, 2;
1303 bmov DINDEX, SINDEX, 2;
1446 clr DINDEX[1];
1447 mov DINDEX,SINDEX;
H A Daic7xxx.reg671 register DINDEX {
H A Daic7xxx_reg.h_shipped564 #define DINDEX 0x66
H A Daic79xx.reg3510 register DINDEX {
3578 * Writing this register is equivalent to writing to (register_base + DINDEX)
3579 * and incrementing DINDEX by 1.
H A Daic79xx_reg.h_shipped2373 #define DINDEX 0xe4
H A Daic7xxx_core.c7200 printk("ACCUM = 0x%x, SINDEX = 0x%x, DINDEX = 0x%x, ARG_2 = 0x%x\n",
7201 ahc_inb(ahc, ACCUM), ahc_inb(ahc, SINDEX), ahc_inb(ahc, DINDEX),
H A Daic79xx_core.c9960 printk("%s: REG0 == 0x%x, SINDEX = 0x%x, DINDEX = 0x%x\n",
9962 ahd_inw(ahd, DINDEX));
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq351 mvi DINDEX, STCNT;
386 mvi DINDEX, HADDR;
389 mvi DINDEX, SG_COUNT;
482 mvi DINDEX, HADDR;
501 mvi DINDEX, HADDR;
654 mvi DINDEX, HADDR;
911 mvi DINDEX, SCB_SGCOUNT;
913 mvi DINDEX, SCB_DATAPTR;
1070 mov DINDEX,SINDEX;
1199 mov DINDEX, SCB_NEX
[all...]
H A Daic7xxx_reg.h330 #define DINDEX 0x66 macro
H A Daic7xxx.reg528 register DINDEX {
/drivers/scsi/aic94xx/
H A Daic94xx_dump.c302 PRINT_CREG_16bit(asd_ha, DINDEX);
510 PRINT_LREG_16bit(asd_ha, lseq, DINDEX);
H A Daic94xx_reg_def.h412 #define DINDEX 0x0E macro
544 #define CDINDEX (CSEQ_CIO_REG_BASE_ADR + DINDEX)
879 #define LmDINDEX(LinkNum) LmSEQ_PHY_REG(0, LinkNum, DINDEX)

Completed in 135 milliseconds