Searched refs:SINDEX (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 370 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */ 372 or SINDEX, SELBUSB; 373 mov SBLKCTL,SINDEX; /* select channel */ 384 mov SINDEX, SCSISEQ_TEMPLATE; 386 or SINDEX, TEMODE; 387 mov SCSISEQ, SINDEX ret; 576 add SINDEX, CMDSIZE_TABLE, A; 777 mov SINDEX, SCB_RESIDUAL_SGPTR[0]; 779 or SINDEX, LAST_SEG; 780 mov SG_CACHE_PRE, SINDEX; [all …]
|
D | aic79xx.seq | 339 shr SINDEX, 3, SCB_SCSIID; 340 and SINDEX, ~0x1; 341 mvi SINDEX[1], (WAITING_SCB_TAILS >> 8); 342 bmov DINDEX, SINDEX, 2; 461 add SINDEX, A, CCSCBADDR; 462 test SINDEX, CACHELINE_MASK jz fill_qoutfifo_done; 484 * SINDEX contains CCSCBCTL flags 492 mov CCSCBCTL, SINDEX ret; 523 mov MODE_PTR, SINDEX; 530 mov SEQINTCODE, SINDEX; [all …]
|
D | aic79xx.reg | 3496 * Will set SINDEX[0] to 0xFF and call the routine "some_routine. 3498 register SINDEX { 3567 * Reading this register is equivalent to reading (register_base + SINDEX) and 3568 * incrementing SINDEX by 1.
|
D | aic7xxx_reg.h_shipped | 562 #define SINDEX 0x65
|
D | aic7xxx_core.c | 1171 ahc_inb(ahc, SINDEX)); in ahc_handle_seqint() 1498 ahc_inb(ahc, SINDEX), in ahc_handle_seqint() 7132 ahc_inb(ahc, ACCUM), ahc_inb(ahc, SINDEX), ahc_inb(ahc, DINDEX), in ahc_dump_card_state()
|
D | aic7xxx.reg | 664 register SINDEX {
|
D | aic79xx_reg.h_shipped | 1496 #define SINDEX 0xe2
|
D | aic79xx_core.c | 2127 ahd_inw(ahd, SINDEX)); in ahd_handle_seqint() 9863 ahd_name(ahd), ahd_inw(ahd, REG0), ahd_inw(ahd, SINDEX), in ahd_dump_card_state()
|
/linux-6.6.21/drivers/scsi/aic94xx/ |
D | aic94xx_reg_def.h | 392 #define SINDEX 0x0C macro 524 #define CSINDEX (CSEQ_CIO_REG_BASE_ADR + SINDEX) 859 #define LmSINDEX(LinkNum) LmSEQ_PHY_REG(0, LinkNum, SINDEX)
|
D | aic94xx_dump.c | 283 PRINT_CREG_16bit(asd_ha, SINDEX); in asd_dump_cseq_state() 491 PRINT_LREG_16bit(asd_ha, lseq, SINDEX); in asd_dump_lseq_state()
|