Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dmtd8xxreg.h150 #define ISR_TI 0x00000008U /* Transmit interrupt */ macro
154 #define ISR_INTRS (ISR_RBU | ISR_TBU | ISR_TI | ISR_RI | ISR_ETI)
Dmtd8xx.c877 if (status & (ISR_TI | ISR_ETI | ISR_TBU)) in mtd_intr()