Searched refs:DINDEX (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic7xxx.seq | 203 mvi DINDEX, CCHADDR; 207 mvi DINDEX, HADDR; 252 test DINDEX, MSG_IDENTIFYFLAG jz host_target_message_loop; 255 mov CCSCBRAM, DINDEX; 257 mov DFDAT, DINDEX; 259 and SAVED_LUN, MSG_IDENTIFY_LUNMASK, DINDEX; 262 test DINDEX, MSG_IDENTIFY_DISCFLAG jnz . + 2; 274 add A, -MSG_SIMPLE_Q_TAG, DINDEX; 276 add A, -MSG_IGN_WIDE_RESIDUE, DINDEX; 281 mov CCSCBRAM, DINDEX; [all …]
|
| H A D | aic79xx.seq | 343 bmov DINDEX, SINDEX, 2; 781 shr DINDEX, 3, SCB_SCSIID; 782 or DINDEX, 1; /* Want only the second byte */ 783 mvi DINDEX[1], ((WAITING_SCB_TAILS) >> 8); 1100 bmov DINDEX, SINDEX, 2; 1304 bmov DINDEX, SINDEX, 2; 1447 clr DINDEX[1]; 1448 mov DINDEX,SINDEX;
|
| H A D | aic7xxx_reg.h | 1440 #define DINDEX 0x66 macro
|
| H A D | aic79xx.reg | 3301 register DINDEX { 3364 * Writing this register is equivalent to writing to (register_base + DINDEX) 3365 * and incrementing DINDEX by 1.
|
| H A D | aic7xxx.reg | 627 register DINDEX {
|
| H A D | aic79xx_reg.h | 3512 #define DINDEX 0xe4 macro
|
| /openbsd-src/sys/dev/ic/ |
| H A D | aic7xxx.c | 6450 printf("ACCUM = 0x%x, SINDEX = 0x%x, DINDEX = 0x%x, ARG_2 = 0x%x\n", in ahc_dump_card_state() 6451 ahc_inb(ahc, ACCUM), ahc_inb(ahc, SINDEX), ahc_inb(ahc, DINDEX), in ahc_dump_card_state()
|
| H A D | aic79xx.c | 8891 printf("%s: REG0 == 0x%x, SINDEX = 0x%x, DINDEX = 0x%x\n", in ahd_dump_card_state() 8893 ahd_inw(ahd, DINDEX)); in ahd_dump_card_state()
|