Searched refs:DINDEX (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | 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 …]
|
H A D | aic79xx.seq | 340 bmov DINDEX, SINDEX, 2; 778 shr DINDEX, 3, SCB_SCSIID; 779 or DINDEX, 1; /* Want only the second byte */ 780 mvi DINDEX[1], ((WAITING_SCB_TAILS) >> 8); 1097 bmov DINDEX, SINDEX, 2; 1301 bmov DINDEX, SINDEX, 2; 1444 clr DINDEX[1]; 1445 mov DINDEX,SINDEX;
|
H A D | aic7xxx_reg.h | 1439 #define DINDEX 0x66 macro
|
H A D | aic79xx.reg | 3298 register DINDEX { 3361 * Writing this register is equivalent to writing to (register_base + DINDEX) 3362 * and incrementing DINDEX by 1.
|
H A D | aic7xxx.reg | 624 register DINDEX {
|
H A D | aic79xx_reg.h | 3510 #define DINDEX 0xe4 macro
|
H A D | aic79xx.c | 9161 ahd_inw(ahd, DINDEX)); in ahd_dump_card_state()
|