Searched refs:ISR_INTRS (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dmtd8xxreg.h154 #define ISR_INTRS (ISR_RBU | ISR_TBU | ISR_TI | ISR_RI | ISR_ETI) macro
H A Dmtd8xx.c816 if (CSR_READ_4(MTD_ISR) & ISR_INTRS)
824 while((status = CSR_READ_4(MTD_ISR)) & ISR_INTRS) {

Completed in 76 milliseconds