Searched refs:INTR_RX_DONE (Results 1 – 2 of 2) sorted by relevance
80 #define INTR_RX_DONE 0x00000010 /* at least 1 frame xferred macro
1236 writel(INTR_RX_DONE | INTR_RX_BUF_UNAVAIL, cp->regs + REG_ALIAS_CLEAR); in cas_init_rx_dma()2513 if (status & INTR_RX_DONE) { in cas_interrupt()2520 status &= ~INTR_RX_DONE; in cas_interrupt()