Searched refs:SINDEX (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic7xxx.seq | 374 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */ 376 or SINDEX, SELBUSB; 377 mov SBLKCTL,SINDEX; /* select channel */ 388 mov SINDEX, SCSISEQ_TEMPLATE; 390 or SINDEX, TEMODE; 391 mov SCSISEQ, SINDEX ret; 581 add SINDEX, CMDSIZE_TABLE, A; 782 mov SINDEX, SCB_RESIDUAL_SGPTR[0]; 784 or SINDEX, LAST_SEG; 785 mov SG_CACHE_PRE, SINDEX; [all …]
|
| D | aic79xx.seq | 340 shr SINDEX, 3, SCB_SCSIID; 341 and SINDEX, ~0x1; 342 mvi SINDEX[1], (WAITING_SCB_TAILS >> 8); 343 bmov DINDEX, SINDEX, 2; 462 add SINDEX, A, CCSCBADDR; 463 test SINDEX, CACHELINE_MASK jz fill_qoutfifo_done; 485 * SINDEX contains CCSCBCTL flags 493 mov CCSCBCTL, SINDEX ret; 524 mov MODE_PTR, SINDEX; 531 mov SEQINTCODE, SINDEX; [all …]
|
| D | aic79xx.reg | 3288 * Will set SINDEX[0] to 0xFF and call the routine "some_routine. 3290 register SINDEX { 3354 * Reading this register is equivalent to reading (register_base + SINDEX) and 3355 * incrementing SINDEX by 1.
|
| D | aic7xxx_reg.h | 1438 #define SINDEX 0x65 macro
|
| D | aic7xxx.reg | 621 register SINDEX {
|
| D | aic79xx_reg.h | 3510 #define SINDEX 0xe2 macro
|
| /openbsd/src/sys/dev/ic/ |
| D | aic7xxx.c | 643 ahc_inb(ahc, SINDEX)); in ahc_handle_seqint() 969 ahc_inb(ahc, SINDEX), in ahc_handle_seqint() 6451 ahc_inb(ahc, ACCUM), ahc_inb(ahc, SINDEX), ahc_inb(ahc, DINDEX), in ahc_dump_card_state()
|
| D | aic79xx.c | 1296 ahd_inw(ahd, SINDEX)); in ahd_handle_seqint() 8892 ahd_name(ahd), ahd_inw(ahd, REG0), ahd_inw(ahd, SINDEX), in ahd_dump_card_state()
|