Home
last modified time | relevance | path

Searched refs:DINDEX (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic7xxx.seq200 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 …]
Daic79xx.seq342 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;
Daic7xxx_reg.h_shipped564 #define DINDEX 0x66
Daic79xx.reg3510 register DINDEX {
3578 * Writing this register is equivalent to writing to (register_base + DINDEX)
3579 * and incrementing DINDEX by 1.
Daic7xxx.reg671 register DINDEX {
Daic79xx_reg.h_shipped1498 #define DINDEX 0xe4
Daic7xxx_core.c7132 ahc_inb(ahc, ACCUM), ahc_inb(ahc, SINDEX), ahc_inb(ahc, DINDEX), in ahc_dump_card_state()
Daic79xx_core.c9864 ahd_inw(ahd, DINDEX)); in ahd_dump_card_state()
/linux-6.1.9/drivers/scsi/aic94xx/
Daic94xx_reg_def.h394 #define DINDEX 0x0E macro
526 #define CDINDEX (CSEQ_CIO_REG_BASE_ADR + DINDEX)
861 #define LmDINDEX(LinkNum) LmSEQ_PHY_REG(0, LinkNum, DINDEX)
Daic94xx_dump.c284 PRINT_CREG_16bit(asd_ha, DINDEX); in asd_dump_cseq_state()
492 PRINT_LREG_16bit(asd_ha, lseq, DINDEX); in asd_dump_lseq_state()