Home
last modified time | relevance | path

Searched refs:SELBUSB (Results 1 – 5 of 5) sorted by relevance

/src/sys/dev/aic7xxx/
H A Daic7xxx.c974 && ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0)) in ahc_handle_scsiint()
988 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB); in ahc_handle_scsiint()
1034 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB); in ahc_handle_scsiint()
4116 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB); in ahc_reset()
4118 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB); in ahc_reset()
4142 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE); in ahc_reset()
4145 sblkctl &= ~SELBUSB; in ahc_reset()
4175 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB); in ahc_reset()
4177 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB); in ahc_reset()
4604 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB); in ahc_chip_init()
[all …]
H A Daic7xxx.seq81 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;
371 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */
373 or SINDEX, SELBUSB;
H A Daic7xxx_reg.h1284 #define SELBUSB 0x08 macro
H A Daic7xxx.reg557 field SELBUSB 0x08
H A Daic79xx.c9985 cur_channel = (sblkctl & SELBUSB) in ahd_handle_en_lun()
9994 sblkctl ^ SELBUSB); in ahd_handle_en_lun()