Home
last modified time | relevance | path

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

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