Searched refs:INTEN (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/dev/aic/
H A Daic.c1207 aic_outb(aic, DMACNTRL0, INTEN);
1220 aic_outb(aic, DMACNTRL0, INTEN);
1226 aic_outb(aic, DMACNTRL0, INTEN);
1265 aic_outb(aic, DMACNTRL0, INTEN);
1272 aic_outb(aic, DMACNTRL0, INTEN);
1307 aic_outb(aic, DMACNTRL0, INTEN);
1313 aic_outb(aic, DMACNTRL0, INTEN);
1406 aic_outb(aic, DMACNTRL0, INTEN);
1501 aic_outb(aic, DMACNTRL0, INTEN);
H A Daic6360reg.h277 #define INTEN 0x04 macro
/freebsd-10-stable/sys/dev/ahb/
H A Dahbreg.h60 #define INTEN 0x10 macro
H A Dahb.c574 ahb_outb(ahb, INTDEF, ahb_inb(ahb, INTDEF) | INTEN);
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h574 if ((ahc->pause & INTEN) == 0) {
H A Daic79xx_inline.h901 if ((ahd->pause & INTEN) == 0) {
H A Daic7xxx.c5171 hcntrl &= ~INTEN;
5172 ahc->pause &= ~INTEN;
5173 ahc->unpause &= ~INTEN;
5175 hcntrl |= INTEN;
5176 ahc->pause |= INTEN;
5177 ahc->unpause |= INTEN;
H A Daic79xx.c7100 hcntrl &= ~INTEN;
7101 ahd->pause &= ~INTEN;
7102 ahd->unpause &= ~INTEN;
7104 hcntrl |= INTEN;
7105 ahd->pause |= INTEN;
7106 ahd->unpause |= INTEN;
H A Daic7xxx_reg.h1508 #define INTEN 0x02 macro
H A Daic79xx_reg.h2462 #define INTEN 0x02 macro

Completed in 127 milliseconds