Searched refs:BIT_DMA_EP_RX_ICR_RX_DONE (Results 1 – 2 of 2) sorted by relevance
41 #define WIL6210_IMC_RX (BIT_DMA_EP_RX_ICR_RX_DONE | \323 if (likely(isr & (BIT_DMA_EP_RX_ICR_RX_DONE | in wil6210_irq_rx()328 isr &= ~(BIT_DMA_EP_RX_ICR_RX_DONE | in wil6210_irq_rx()
247 #define BIT_DMA_EP_RX_ICR_RX_DONE BIT(0) macro