Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tc/
H A Dsticreg.h221 #define STIC_INT_E 0x00000002 macro
232 #define STIC_INT_E_MASK (STIC_INT_E_EN | STIC_INT_E | STIC_INT_E_WE)
H A Dpx.c265 if ((state & STIC_INT_E) != 0) { in px_intr()