Searched refs:sblkctl (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic77xx.c87 u_int8_t sblkctl; local
96 sblkctl = sblkctl_orig ^ AUTOFLUSHDIS;
97 ahc_outb(ahc, SBLKCTL, sblkctl);
98 sblkctl = ahc_inb(ahc, SBLKCTL);
99 if (sblkctl != sblkctl_orig) {
105 sblkctl &= ~AUTOFLUSHDIS;
106 ahc_outb(ahc, SBLKCTL, sblkctl);
H A Daic7xxx.c3993 u_int sblkctl; local
4046 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE);
4049 sblkctl &= ~SELBUSB;
4050 switch (sblkctl) {
4064 sblkctl);
5913 u_int sblkctl; local
5957 sblkctl = ahc_inb(ahc, SBLKCTL);
5960 && ((sblkctl & SELBUSB) != 0))
5968 ahc_outb(ahc, SBLKCTL, sblkctl ^ SELBUSB);
5984 ahc_outb(ahc, SBLKCTL, sblkctl);
7021 u_int sblkctl; local
[all...]
H A Daic79xx.c5579 u_int sblkctl; local
5585 sblkctl = ahd_inb(ahd, SBLKCTL);
5591 if ((sblkctl & ENAB40) != 0) {
9390 u_int sblkctl; local
9394 sblkctl = ahd_inb(ahd, SBLKCTL);
9395 cur_channel = (sblkctl & SELBUSB)
9404 sblkctl ^ SELBUSB);
9409 ahd_outb(ahd, SBLKCTL, sblkctl);
/netbsd-current/sys/dev/cardbus/
H A Dahc_cardbus.c117 u_char sblkctl; local
208 sblkctl = ahc_inb(ahc, SBLKCTL);
209 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
/netbsd-current/sys/dev/pci/
H A Dahc_pci.c765 u_int sblkctl; local
1027 sblkctl = ahc_inb(ahc, SBLKCTL);
1028 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));

Completed in 379 milliseconds