Home
last modified time | relevance | path

Searched refs:IS_RxQ1DoneInt (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Daic6915.c585 if (isr & IS_RxQ1DoneInt) in sf_intr()
1085 sc->sc_InterruptEn = IS_PCIPadInt | IS_RxQ1DoneInt | in sf_init()
H A Daic6915.h360 #define IS_RxQ1DoneInt (1U << 8) macro