Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dmtd8xxreg.h151 #define ISR_RI 0x00000004U /* Receive interrupt */ macro
154 #define ISR_INTRS (ISR_RBU | ISR_TBU | ISR_TI | ISR_RI | ISR_ETI)
Dmtd8xx.c863 if (status & ISR_RI) { in mtd_intr()