Searched refs:SBLKCTL (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7770.c235 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
277 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
H A Daic7xxx.c983 && ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0))
997 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
1023 now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40;
1043 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
1659 if ((ahc_inb(ahc, SBLKCTL) & ENAB40) != 0
4167 sblkctl = ahc_inb(ahc, SBLKCTL);
4168 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
4170 ahc_outb(ahc, SBLKCTL, sblkct
[all...]
H A Daic7xxx_pci.c957 sblkctl = ahc_inb(ahc, SBLKCTL);
958 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
H A Daic79xx.c1571 now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40;
2889 if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0
5586 if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0)
5889 sblkctl = ahd_inb(ahd, SBLKCTL);
6543 ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON));
6580 (ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
10063 sblkctl = ahd_inb(ahd, SBLKCTL);
10072 ahd_outb(ahd, SBLKCTL,
10078 ahd_outb(ahd, SBLKCTL, sblkct
[all...]
H A Daic7xxx_reg.h245 ahc_print_register(NULL, 0, "SBLKCTL", 0x1f, regvalue, cur_col, wrap)
1282 #define SBLKCTL 0x1f macro
H A Daic79xx_reg.h532 ahd_print_register(NULL, 0, "SBLKCTL", 0x4a, regvalue, cur_col, wrap)
2742 #define SBLKCTL 0x4a macro

Completed in 127 milliseconds