Home
last modified time | relevance | path

Searched refs:SINDEX (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx.seq374 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 …]
Daic79xx.seq340 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 …]
Daic79xx.reg3288 * 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.
Daic7xxx_reg.h1438 #define SINDEX 0x65 macro
Daic7xxx.reg621 register SINDEX {
Daic79xx_reg.h3510 #define SINDEX 0xe2 macro
/openbsd/src/sys/dev/ic/
Daic7xxx.c643 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()
Daic79xx.c1296 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()