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

/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx.c4096 u_int sblkctl; local
4109 u_int sblkctl; local
4115 sblkctl = ahc_inb(ahc, SBLKCTL);
4116 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
4118 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
4142 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE);
4145 sblkctl &= ~SELBUSB;
4146 switch (sblkctl) {
4172 u_int sblkctl; local
4174 sblkctl
6006 u_int sblkctl; local
7477 u_int sblkctl; local
[all...]
H A Daic7xxx_pci.c788 uint8_t sblkctl; local
947 sblkctl = ahc_inb(ahc, SBLKCTL);
948 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
H A Daic79xx.c5815 u_int sblkctl; local
5821 sblkctl = ahd_inb(ahd, SBLKCTL);
5827 if ((sblkctl & ENAB40) != 0) {
9980 u_int sblkctl; local
9984 sblkctl = ahd_inb(ahd, SBLKCTL);
9985 cur_channel = (sblkctl & SELBUSB)
9994 sblkctl ^ SELBUSB);
9999 ahd_outb(ahd, SBLKCTL, sblkctl);

Completed in 245 milliseconds