HomeSort by: relevance | last modified time | path
    Searched refs:SINDEX (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 370 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;
778 mov SINDEX, SCB_RESIDUAL_SGPTR[0];
780 or SINDEX, ODD_SEG;
782 or SINDEX, LAST_SEG
    [all...]
aic79xx.seq 295 shr SINDEX, 3, SCB_SCSIID;
296 and SINDEX, ~0x1;
297 mvi SINDEX[1], (WAITING_SCB_TAILS >> 8);
298 bmov DINDEX, SINDEX, 2;
366 * SINDEX contains CCSCBCTL flags
374 mov CCSCBCTL, SINDEX ret;
395 mov MODE_PTR, SINDEX;
407 mov SEQINTCODE, SINDEX;
783 mov SINDEX, MSG_OUT;
784 cmp SINDEX, MSG_IDENTIFYFLAG jne p_mesgout_from_host
    [all...]
aic7xxx.reg 620 register SINDEX {
623 sindex
aic7xxx_reg.h 523 ahc_print_register(NULL, 0, "SINDEX", 0x65, regvalue, cur_col, wrap)
1446 #define SINDEX 0x65
aic79xx.reg 3296 * Will set SINDEX[0] to 0xFF and call the routine "some_routine.
3298 register SINDEX {
3302 sindex
3362 * Reading this register is equivalent to reading (register_base + SINDEX) and
3363 * incrementing SINDEX by 1.
aic79xx_reg.h 1818 ahd_print_register(NULL, 0, "SINDEX", 0xe2, regvalue, cur_col, wrap)
3474 #define SINDEX 0xe2
  /src/sys/dev/ic/
aic7xxx.c 609 "SINDEX == 0x%x\n",
614 ahc_inb(ahc, SINDEX));
936 "SINDEX == 0x%x\n, A == 0x%x\n",
941 ahc_inb(ahc, SINDEX),
6630 printf("ACCUM = 0x%x, SINDEX = 0x%x, DINDEX = 0x%x, ARG_2 = 0x%x\n",
6631 ahc_inb(ahc, ACCUM), ahc_inb(ahc, SINDEX), ahc_inb(ahc, DINDEX),
aic79xx.c 1250 "SINDEX == 0x%x\n",
1255 ahd_inw(ahd, SINDEX));
8857 printf("%s: REG0 == 0x%x, SINDEX = 0x%x, DINDEX = 0x%x\n",
8858 ahd_name(ahd), ahd_inw(ahd, REG0), ahd_inw(ahd, SINDEX),

Completed in 30 milliseconds