Searched refs:SINDEX (Results 1 - 14 of 14) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq166 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */
168 or SINDEX,A;
169 mov SBLKCTL,SINDEX; /* select channel */
194 * SINDEX should contain any additional bit's the client wants
198 or SXFRCTL0, CLRSTCNT|CLRCHN, SINDEX;
201 mvi SINDEX, ULTRA_ENB+1;
203 dec SINDEX;
225 add SINDEX, TARG_OFFSET, A;
229 add SINDEX,TARG_SCSIRATE,A;
439 /* Exit if we had an underrun. dma clears SINDEX i
[all...]
H A Daic7xxx_reg.h328 #define SINDEX 0x65 macro
H A Daic7xxx.reg522 register SINDEX {
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq370 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */
372 or SINDEX, SELBUSB;
373 mov SBLKCTL,SINDEX; /* select channel */
384 mov SINDEX, SCSISEQ_TEMPLATE;
386 or SINDEX, TEMODE;
387 mov SCSISEQ, SINDEX ret;
576 add SINDEX, CMDSIZE_TABLE, A;
777 mov SINDEX, SCB_RESIDUAL_SGPTR[0];
779 or SINDEX, LAST_SEG;
780 mov SG_CACHE_PRE, SINDEX;
[all...]
H A Daic79xx.seq339 shr SINDEX, 3, SCB_SCSIID;
340 and SINDEX, ~0x1;
341 mvi SINDEX[1], (WAITING_SCB_TAILS >> 8);
342 bmov DINDEX, SINDEX, 2;
461 add SINDEX, A, CCSCBADDR;
462 test SINDEX, CACHELINE_MASK jz fill_qoutfifo_done;
484 * SINDEX contains CCSCBCTL flags
492 mov CCSCBCTL, SINDEX ret;
523 mov MODE_PTR, SINDEX;
530 mov SEQINTCODE, SINDEX;
[all...]
H A Daic7xxx.reg664 register SINDEX {
H A Daic7xxx_reg.h_shipped562 #define SINDEX 0x65
H A Daic7xxx_core.c1173 "SINDEX == 0x%x\n",
1178 ahc_inb(ahc, SINDEX));
1501 "SINDEX == 0x%x\n, A == 0x%x\n",
1506 ahc_inb(ahc, SINDEX),
7200 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.reg3496 * Will set SINDEX[0] to 0xFF and call the routine "some_routine.
3498 register SINDEX {
3567 * Reading this register is equivalent to reading (register_base + SINDEX) and
3568 * incrementing SINDEX by 1.
H A Daic79xx_reg.h_shipped2371 #define SINDEX 0xe2
H A Daic79xx_core.c2142 "SINDEX == 0x%x\n",
2147 ahd_inw(ahd, SINDEX));
9960 printk("%s: REG0 == 0x%x, SINDEX = 0x%x, DINDEX = 0x%x\n",
9961 ahd_name(ahd), ahd_inw(ahd, REG0), ahd_inw(ahd, SINDEX),
/drivers/scsi/aic94xx/
H A Daic94xx_dump.c301 PRINT_CREG_16bit(asd_ha, SINDEX);
509 PRINT_LREG_16bit(asd_ha, lseq, SINDEX);
H A Daic94xx_reg_def.h410 #define SINDEX 0x0C macro
542 #define CSINDEX (CSEQ_CIO_REG_BASE_ADR + SINDEX)
877 #define LmSINDEX(LinkNum) LmSEQ_PHY_REG(0, LinkNum, SINDEX)
/drivers/scsi/
H A Daic7xxx_old.c5557 aic_outb(p, p->msg_buf[p->msg_index], SINDEX);
5713 message = aic_inb(p, SINDEX);

Completed in 165 milliseconds