HomeSort by: relevance | last modified time | path
    Searched refs:INTEN (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/eisa/
ahbreg.h 71 #define INTEN 0x10
ahb.c 693 bus_space_write_1(iot, ioh, INTDEF, (intdef | INTEN)); /* make sure we can interrupt */
  /src/sys/dev/ic/
aic6360reg.h 300 #define INTEN 0x04
aic7xxx_inline.h 586 if ((ahc->pause & INTEN) == 0) {
aic6360.c 429 bus_space_write_1(sc->sc_iot, sc->sc_ioh, DMACNTRL0, INTEN);
1712 * Clear INTEN. We enable it again before returning. This makes the
2061 bus_space_write_1(iot, ioh, DMACNTRL0, INTEN);
aic79xx_inline.h 887 if ((ahd->pause & INTEN) == 0) {
aic7xxx.c 4896 hcntrl &= ~INTEN;
4897 ahc->pause &= ~INTEN;
4898 ahc->unpause &= ~INTEN;
4900 hcntrl |= INTEN;
4901 ahc->pause |= INTEN;
4902 ahc->unpause |= INTEN;
aic79xx.c 6764 hcntrl &= ~INTEN;
6765 ahd->pause &= ~INTEN;
6766 ahd->unpause &= ~INTEN;
6768 hcntrl |= INTEN;
6769 ahd->pause |= INTEN;
6770 ahd->unpause |= INTEN;
  /src/sys/dev/pci/
if_kse.c 82 #define INTEN 0x028 /* interrupt enable */
822 CSR_WRITE_4(sc, INTEN, sc->sc_inten);
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 765 field INTEN 0x02
aic7xxx_reg.h 1514 #define INTEN 0x02
aic79xx.reg 262 field INTEN 0x02
aic79xx_reg.h 2425 #define INTEN 0x02

Completed in 36 milliseconds