Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dsmc83c170reg.h156 #define INTSTAT_INT_ACTV 0x00010000 /* interrupt active */ macro
H A Dsmc83c170.c595 if ((intstat & INTSTAT_INT_ACTV) == 0) in epic_intr()