Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dtcic2reg.h195 #define TCIC_ICSR_ERR (1<<5) /* error condition */ macro
Dtcic2.c619 if (icsr & TCIC_ICSR_ERR) { in tcic_intr_socket()