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

/openbsd-current/sys/dev/ic/
H A Daic6360reg.h290 #define ENBUSFREE 0x08 macro
H A Daic6360.c1340 ENSCSIRST | ENSCSIPERR | ENBUSFREE | ENPHASECHG);
1446 ENSCSIRST | ENSCSIPERR | ENBUSFREE | ENREQINIT | ENPHASECHG);
1483 ENSCSIRST | ENSCSIPERR | ENBUSFREE | ENPHASECHG);
1570 ENSCSIRST | ENSCSIPERR | ENBUSFREE | ENREQINIT | ENPHASECHG);
1768 ENSCSIRST | ENSCSIPERR | ENBUSFREE | ENREQINIT |
H A Daic7xxx.c1194 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
1244 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) {
1269 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
1517 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
5794 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
5813 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
H A Daic79xx.c1772 * would not need to muck with the ENBUSFREE logic. This
1776 * the ENBUSFREE if the busfree occurred during a non-pack
1784 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE);
2646 * We don't clear ENBUSFREE. Unfortunately
2651 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
7665 ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST));
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1208 #define ENBUSFREE 0x08 macro
H A Daic79xx_reg.h2965 #define ENBUSFREE 0x08 macro

Completed in 506 milliseconds