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

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx.c1431 u_int simode1; local
1439 simode1 = 0;
1481 simode1 = ahc_inb(ahc, SIMODE1);
1491 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
1508 ahc_outb(ahc, SIMODE1, simode1);
6061 u_int simode1; local
6115 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
6123 simode1 |= ENSCSIRST;
6125 ahc_outb(ahc, SIMODE1, simode1);
6134 simode1
[all...]
H A Daic79xx.h1025 uint8_t simode1; member in struct:ahd_suspend_channel_state
H A Daic79xx.c2599 u_int simode1; local
2613 simode1 = 0;
2671 simode1 = ahd_inb(ahd, SIMODE1);
2678 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
2700 ahd_outb(ahd, SIMODE1, simode1);

Completed in 113 milliseconds