Searched refs:SINDEX (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 371 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */ 373 or SINDEX, SELBUSB; 374 mov SBLKCTL,SINDEX; /* select channel */ 385 mov SINDEX, SCSISEQ_TEMPLATE; 387 or SINDEX, TEMODE; 388 mov SCSISEQ, SINDEX ret; 578 add SINDEX, CMDSIZE_TABLE, A; 779 mov SINDEX, SCB_RESIDUAL_SGPTR[0]; 781 or SINDEX, LAST_SEG; 782 mov SG_CACHE_PRE, SINDEX; [all …]
|
H A D | aic79xx.seq | 337 shr SINDEX, 3, SCB_SCSIID; 338 and SINDEX, ~0x1; 339 mvi SINDEX[1], (WAITING_SCB_TAILS >> 8); 340 bmov DINDEX, SINDEX, 2; 459 add SINDEX, A, CCSCBADDR; 460 test SINDEX, CACHELINE_MASK jz fill_qoutfifo_done; 482 * SINDEX contains CCSCBCTL flags 490 mov CCSCBCTL, SINDEX ret; 521 mov MODE_PTR, SINDEX; 528 mov SEQINTCODE, SINDEX; [all …]
|
H A D | aic79xx.reg | 3285 * Will set SINDEX[0] to 0xFF and call the routine "some_routine. 3287 register SINDEX { 3351 * Reading this register is equivalent to reading (register_base + SINDEX) and 3352 * incrementing SINDEX by 1.
|
H A D | aic7xxx_reg.h | 1437 #define SINDEX 0x65 macro
|
H A D | aic7xxx.reg | 618 register SINDEX {
|
H A D | aic79xx_reg.h | 3508 #define SINDEX 0xe2 macro
|
H A D | aic79xx.c | 1276 ahd_inw(ahd, SINDEX)); in ahd_handle_seqint() 9160 ahd_name(ahd), ahd_inw(ahd, REG0), ahd_inw(ahd, SINDEX), in ahd_dump_card_state()
|