/src/sys/dev/ic/ |
aic77xx.c | 87 u_int8_t sblkctl; local in function:ahc_aic77xx_attach 95 sblkctl_orig = ahc_inb(ahc, SBLKCTL); 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) [all...] |
aic79xx.c | 1541 now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40; 2771 if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0 5340 if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0) 5579 u_int sblkctl; local in function:ahd_iocell_first_selection 5585 sblkctl = ahd_inb(ahd, SBLKCTL); 5591 if ((sblkctl & ENAB40) != 0) { 6215 ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON)); 6252 (ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait 9390 u_int sblkctl; local in function:ahd_handle_en_lun [all...] |
aic7xxx.c | 980 && ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0)) 994 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB); 1020 now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40; 1040 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB); 1643 if ((ahc_inb(ahc, SBLKCTL) & ENAB40) != 0 3993 u_int sblkctl; local in function:ahc_reset 4019 sblkctl1 = ahc_inb(ahc, SBLKCTL); 4020 ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB) 5913 u_int sblkctl; local in function:ahc_reset_channel 7021 u_int sblkctl; local in function:ahc_handle_en_lun [all...] |
/src/sys/dev/cardbus/ |
ahc_cardbus.c | 117 u_char sblkctl; local in function:ahc_cardbus_attach 208 sblkctl = ahc_inb(ahc, SBLKCTL); 209 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
|
/src/sys/dev/pci/ |
ahc_pci.c | 765 u_int sblkctl; local in function:ahc_pci_attach 1027 sblkctl = ahc_inb(ahc, SBLKCTL); 1028 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
|