Searched refs:BIT_DMA_EP_RX_ICR_RX_DONE (Results 1 – 2 of 2) sorted by relevance
39 #define WIL6210_IMC_RX (BIT_DMA_EP_RX_ICR_RX_DONE | \229 if (likely(isr & (BIT_DMA_EP_RX_ICR_RX_DONE | in wil6210_irq_rx()237 isr &= ~(BIT_DMA_EP_RX_ICR_RX_DONE | in wil6210_irq_rx()
163 #define BIT_DMA_EP_RX_ICR_RX_DONE BIT(0) macro