Searched refs:SELBUSB (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c983 && ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0))
997 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
1043 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
4168 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
4170 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
4194 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE);
4197 sblkctl &= ~SELBUSB;
4227 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
4229 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
4661 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
[all...]
H A Daic7xxx_reg.h1287 #define SELBUSB 0x08 macro
H A Daic79xx.c10064 cur_channel = (sblkctl & SELBUSB)
10073 sblkctl ^ SELBUSB);

Completed in 94 milliseconds