Home
last modified time | relevance | path

Searched refs:STIC_INT_E_EN (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/tc/
Dsticreg.h220 #define STIC_INT_E_EN 0x00000001 macro
232 #define STIC_INT_E_MASK (STIC_INT_E_EN | STIC_INT_E | STIC_INT_E_WE)
238 #define STIC_INT_CLR (STIC_INT_E_EN | STIC_INT_V_EN | STIC_INT_P_EN)
Dpx.c269 sr->sr_ipdvint = STIC_INT_E_WE | STIC_INT_E_EN; in px_intr()
Dstic.c400 STIC_INT_WE | STIC_INT_P | STIC_INT_E_EN | STIC_INT_V_EN; in stic_reset()