HomeSort by: relevance | last modified time | path
    Searched refs:SELBUSB (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 83 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */
89 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */
221 test SBLKCTL, SELBUSB jz . + 2;
347 test SBLKCTL, SELBUSB jz . + 2;
370 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */
372 or SINDEX, SELBUSB;
aic7xxx.reg 559 field SELBUSB 0x08
aic7xxx_reg.h 1292 #define SELBUSB 0x08
  /src/sys/dev/ic/
aic7xxx.c 980 && ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0))
994 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
1040 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
4020 ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB);
4022 ahc_outb(ahc, SBLKCTL, sblkctl1 & ~SELBUSB);
4046 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE);
4049 sblkctl &= ~SELBUSB;
4080 ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB);
4082 ahc_outb(ahc, SBLKCTL, sblkctl1 & ~SELBUSB);
4590 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
    [all...]
aic79xx.c 9395 cur_channel = (sblkctl & SELBUSB)
9404 sblkctl ^ SELBUSB);

Completed in 275 milliseconds