Symbol: SBLKCTL
sys/arch/i386/isa/ahc_isa.c
415
sblkctl_orig = ahc_inb(ahc, SBLKCTL);
sys/arch/i386/isa/ahc_isa.c
417
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/arch/i386/isa/ahc_isa.c
418
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/arch/i386/isa/ahc_isa.c
426
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/eisa/ahc_eisa.c
271
sblkctl_orig = ahc_inb(ahc, SBLKCTL);
sys/dev/eisa/ahc_eisa.c
273
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/eisa/ahc_eisa.c
274
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/dev/eisa/ahc_eisa.c
281
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic79xx.c
1576
now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40;
sys/dev/ic/aic79xx.c
2867
if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0
sys/dev/ic/aic79xx.c
5540
if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0)
sys/dev/ic/aic79xx.c
5758
sblkctl = ahd_inb(ahd, SBLKCTL);
sys/dev/ic/aic79xx.c
6217
ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON));
sys/dev/ic/aic79xx.c
6254
(ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
sys/dev/ic/aic79xx.c
9471
sblkctl = ahd_inb(ahd, SBLKCTL);
sys/dev/ic/aic79xx.c
9480
ahd_outb(ahd, SBLKCTL,
sys/dev/ic/aic79xx.c
9486
ahd_outb(ahd, SBLKCTL, sblkctl);
sys/dev/ic/aic7xxx.c
1009
&& ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0))
sys/dev/ic/aic7xxx.c
1023
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
sys/dev/ic/aic7xxx.c
1049
now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40;
sys/dev/ic/aic7xxx.c
1069
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
sys/dev/ic/aic7xxx.c
1683
if ((ahc_inb(ahc, SBLKCTL) & ENAB40) != 0
sys/dev/ic/aic7xxx.c
4035
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/dev/ic/aic7xxx.c
4036
ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
sys/dev/ic/aic7xxx.c
4038
ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4062
sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE);
sys/dev/ic/aic7xxx.c
4092
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/dev/ic/aic7xxx.c
4093
ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
sys/dev/ic/aic7xxx.c
4095
ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4466
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
sys/dev/ic/aic7xxx.c
4478
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4622
(ahc_inb(ahc, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
sys/dev/ic/aic7xxx.c
5782
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/dev/ic/aic7xxx.c
5793
ahc_outb(ahc, SBLKCTL, sblkctl ^ SELBUSB);
sys/dev/ic/aic7xxx.c
5809
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic7xxx.c
6463
ahc_sblkctl_print(ahc_inb(ahc, SBLKCTL), &cur_col, 50);
sys/dev/ic/aic7xxx.c
6867
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/dev/ic/aic7xxx.c
6879
ahc_outb(ahc, SBLKCTL,
sys/dev/ic/aic7xxx.c
6885
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/pci/ahc_pci.c
971
sblkctl = ahc_inb(ahc, SBLKCTL);
sys/dev/pci/ahc_pci.c
972
ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));