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 | \242 if (likely(isr & (BIT_DMA_EP_RX_ICR_RX_DONE | in wil6210_irq_rx()250 isr &= ~(BIT_DMA_EP_RX_ICR_RX_DONE | in wil6210_irq_rx()
171 #define BIT_DMA_EP_RX_ICR_RX_DONE BIT(0) macro