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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 200 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...]
aic79xx.seq 298 bmov DINDEX, SINDEX, 2;
612 shr DINDEX, 3, SCB_SCSIID;
613 or DINDEX, 1; /* Want only the second byte */
614 mvi DINDEX[1], ((WAITING_SCB_TAILS) >> 8);
905 bmov DINDEX, SINDEX, 2;
1102 bmov DINDEX, SINDEX, 2;
1240 clr DINDEX[1];
1241 mov DINDEX,SINDEX;
aic7xxx.reg 626 register DINDEX {
aic7xxx_reg.h 530 ahc_print_register(NULL, 0, "DINDEX", 0x66, regvalue, cur_col, wrap)
1448 #define DINDEX 0x66
aic79xx.reg 3309 register DINDEX {
3372 * Writing this register is equivalent to writing to (register_base + DINDEX)
3373 * and incrementing DINDEX by 1.
aic79xx_reg.h 1825 ahd_print_register(NULL, 0, "DINDEX", 0xe4, regvalue, cur_col, wrap)
3476 #define DINDEX 0xe4
  /src/sys/dev/ic/
aic7xxx.c 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 8857 printf("%s: REG0 == 0x%x, SINDEX = 0x%x, DINDEX = 0x%x\n",
8859 ahd_inw(ahd, DINDEX));

Completed in 112 milliseconds