Searched refs:DINDEX (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/scsi/aic7xxx/ |
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 …]
|
D | aic79xx.seq | 342 bmov DINDEX, SINDEX, 2; 780 shr DINDEX, 3, SCB_SCSIID; 781 or DINDEX, 1; /* Want only the second byte */ 782 mvi DINDEX[1], ((WAITING_SCB_TAILS) >> 8); 1099 bmov DINDEX, SINDEX, 2; 1303 bmov DINDEX, SINDEX, 2; 1446 clr DINDEX[1]; 1447 mov DINDEX,SINDEX;
|
D | aic7xxx_reg.h_shipped | 564 #define DINDEX 0x66
|
D | aic79xx.reg | 3510 register DINDEX { 3578 * Writing this register is equivalent to writing to (register_base + DINDEX) 3579 * and incrementing DINDEX by 1.
|
D | aic7xxx.reg | 671 register DINDEX {
|
D | aic79xx_reg.h_shipped | 1498 #define DINDEX 0xe4
|
D | aic7xxx_core.c | 7132 ahc_inb(ahc, ACCUM), ahc_inb(ahc, SINDEX), ahc_inb(ahc, DINDEX), in ahc_dump_card_state()
|
D | aic79xx_core.c | 9864 ahd_inw(ahd, DINDEX)); in ahd_dump_card_state()
|
/linux-6.1.9/drivers/scsi/aic94xx/ |
D | aic94xx_reg_def.h | 394 #define DINDEX 0x0E macro 526 #define CDINDEX (CSEQ_CIO_REG_BASE_ADR + DINDEX) 861 #define LmDINDEX(LinkNum) LmSEQ_PHY_REG(0, LinkNum, DINDEX)
|
D | aic94xx_dump.c | 284 PRINT_CREG_16bit(asd_ha, DINDEX); in asd_dump_cseq_state() 492 PRINT_LREG_16bit(asd_ha, lseq, DINDEX); in asd_dump_lseq_state()
|