Home
last modified time | relevance | path

Searched refs:INTEN (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/xdma/controller/
H A Dpl330.h37 #define INTEN 0x020 /* Interrupt Enable */ macro
H A Dpl330.c555 WRITE4(sc, INTEN, (1 << chan->index)); in pl330_channel_submit_sg()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_inline.h574 if ((ahc->pause & INTEN) == 0) { in ahc_intr()
H A Daic79xx_inline.h901 if ((ahd->pause & INTEN) == 0) { in ahd_intr()
H A Daic7xxx_reg.h1505 #define INTEN 0x02 macro
H A Daic79xx.c7031 hcntrl &= ~INTEN; in ahd_intr_enable()
7032 ahd->pause &= ~INTEN; in ahd_intr_enable()
7033 ahd->unpause &= ~INTEN; in ahd_intr_enable()
7035 hcntrl |= INTEN; in ahd_intr_enable()
7036 ahd->pause |= INTEN; in ahd_intr_enable()
7037 ahd->unpause |= INTEN; in ahd_intr_enable()
H A Daic7xxx.reg763 field INTEN 0x02
H A Daic79xx_reg.h2459 #define INTEN 0x02 macro
H A Daic79xx.reg251 field INTEN 0x02