Searched refs:BIT_DMA_EP_RX_ICR_RX_DONE (Results 1 – 2 of 2) sorted by relevance
30 #define WIL6210_IMC_RX (BIT_DMA_EP_RX_ICR_RX_DONE | \312 if (likely(isr & (BIT_DMA_EP_RX_ICR_RX_DONE | in wil6210_irq_rx()317 isr &= ~(BIT_DMA_EP_RX_ICR_RX_DONE | in wil6210_irq_rx()
238 #define BIT_DMA_EP_RX_ICR_RX_DONE BIT(0) macro