Symbol: SIMODE1
sys/dev/aic7xxx/aic79xx.c
1772
ahd_outb(ahd, SIMODE1,
sys/dev/aic7xxx/aic79xx.c
1773
ahd_inb(ahd, SIMODE1) & ~ENBUSFREE);
sys/dev/aic7xxx/aic79xx.c
2642
simode1 = ahd_inb(ahd, SIMODE1);
sys/dev/aic7xxx/aic79xx.c
2649
ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
sys/dev/aic7xxx/aic79xx.c
2671
ahd_outb(ahd, SIMODE1, simode1);
sys/dev/aic7xxx/aic79xx.c
6510
ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
sys/dev/aic7xxx/aic79xx.c
7850
ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST);
sys/dev/aic7xxx/aic79xx.c
7938
ahd_outb(ahd, SIMODE1,
sys/dev/aic7xxx/aic79xx.c
7939
ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST));
sys/dev/aic7xxx/aic79xx.c
8047
ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) | ENSCSIRST);
sys/dev/aic7xxx/aic79xx.c
8991
ahd_simode1_print(ahd_inb(ahd, SIMODE1), &cur_col, 50);
sys/dev/aic7xxx/aic7xxx.c
1159
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
sys/dev/aic7xxx/aic7xxx.c
1209
&& (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) {
sys/dev/aic7xxx/aic7xxx.c
1234
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
sys/dev/aic7xxx/aic7xxx.c
1469
simode1 = ahc_inb(ahc, SIMODE1);
sys/dev/aic7xxx/aic7xxx.c
1479
ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
sys/dev/aic7xxx/aic7xxx.c
1481
ahc_outb(ahc, SIMODE1, 0);
sys/dev/aic7xxx/aic7xxx.c
1496
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/aic7xxx/aic7xxx.c
4612
ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
sys/dev/aic7xxx/aic7xxx.c
4629
ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
sys/dev/aic7xxx/aic7xxx.c
5987
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST);
sys/dev/aic7xxx/aic7xxx.c
5998
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST);
sys/dev/aic7xxx/aic7xxx.c
6062
simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
sys/dev/aic7xxx/aic7xxx.c
6072
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/aic7xxx/aic7xxx.c
6081
simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
sys/dev/aic7xxx/aic7xxx.c
6091
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/aic7xxx/aic7xxx.c
6741
ahc_simode1_print(ahc_inb(ahc, SIMODE1), &cur_col, 50);