Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dtcic2reg.h194 #define TCIC_ICSR_CDCHG (1<<6) /* card status change, see SSTAT */ macro
H A Dtcic2.c623 if (icsr & TCIC_ICSR_CDCHG) { in tcic_intr_socket()