Home
last modified time | relevance | path

Searched refs:BIT_DMA_EP_RX_ICR_RX_DONE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dinterrupt.c30 #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()
H A Dwil6210.h238 #define BIT_DMA_EP_RX_ICR_RX_DONE BIT(0) macro