Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dadwlib.c1970 if ((int_stat & (ADW_INTR_STATUS_INTRA | ADW_INTR_STATUS_INTRB | in AdwISR()
1981 if (int_stat & ADW_INTR_STATUS_INTRB) { in AdwISR()
H A Dadwlib.h397 #define ADW_INTR_STATUS_INTRB 0x02 macro