Symbol: SBLKCTL
sys/dev/cardbus/ahc_cardbus.c
208
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/dev/cardbus/ahc_cardbus.c
209
ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
sys/dev/ic/aic77xx.c
106
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic77xx.c
95
sblkctl_orig = ahc_inb(ahc, SBLKCTL);
sys/dev/ic/aic77xx.c
97
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic77xx.c
98
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/dev/ic/aic79xx.c
1541
now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40;
sys/dev/ic/aic79xx.c
2771
if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0
sys/dev/ic/aic79xx.c
5340
if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0)
sys/dev/ic/aic79xx.c
5585
sblkctl = ahd_inb(ahd, SBLKCTL);
sys/dev/ic/aic79xx.c
6215
ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON));
sys/dev/ic/aic79xx.c
6252
(ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
sys/dev/ic/aic79xx.c
9394
sblkctl = ahd_inb(ahd, SBLKCTL);
sys/dev/ic/aic79xx.c
9403
ahd_outb(ahd, SBLKCTL,
sys/dev/ic/aic79xx.c
9409
ahd_outb(ahd, SBLKCTL, sblkctl);
sys/dev/ic/aic7xxx.c
1020
now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40;
sys/dev/ic/aic7xxx.c
1040
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
sys/dev/ic/aic7xxx.c
1643
if ((ahc_inb(ahc, SBLKCTL) & ENAB40) != 0
sys/dev/ic/aic7xxx.c
4019
sblkctl1 = ahc_inb(ahc, SBLKCTL);
sys/dev/ic/aic7xxx.c
4020
ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB);
sys/dev/ic/aic7xxx.c
4022
ahc_outb(ahc, SBLKCTL, sblkctl1 & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4046
sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE);
sys/dev/ic/aic7xxx.c
4079
sblkctl1 = ahc_inb(ahc, SBLKCTL);
sys/dev/ic/aic7xxx.c
4080
ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB);
sys/dev/ic/aic7xxx.c
4082
ahc_outb(ahc, SBLKCTL, sblkctl1 & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4590
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
sys/dev/ic/aic7xxx.c
4606
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4881
(ahc_inb(ahc, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
sys/dev/ic/aic7xxx.c
4969
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
sys/dev/ic/aic7xxx.c
4977
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
sys/dev/ic/aic7xxx.c
5046
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
sys/dev/ic/aic7xxx.c
5055
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
sys/dev/ic/aic7xxx.c
5957
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/dev/ic/aic7xxx.c
5968
ahc_outb(ahc, SBLKCTL, sblkctl ^ SELBUSB);
sys/dev/ic/aic7xxx.c
5984
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic7xxx.c
6643
ahc_sblkctl_print(ahc_inb(ahc, SBLKCTL), &cur_col, 50);
sys/dev/ic/aic7xxx.c
7025
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/dev/ic/aic7xxx.c
7037
ahc_outb(ahc, SBLKCTL,
sys/dev/ic/aic7xxx.c
7043
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic7xxx.c
980
&& ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0))
sys/dev/ic/aic7xxx.c
994
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
sys/dev/pci/ahc_pci.c
1024
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/dev/pci/ahc_pci.c
1025
ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));