Home
last modified time | relevance | path

Searched refs:BIT_DMA_PSEUDO_CAUSE_TX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dinterrupt.c44 BIT_DMA_PSEUDO_CAUSE_TX | \
785 if ((pseudo_cause & BIT_DMA_PSEUDO_CAUSE_TX) && in wil6210_hardirq()
H A Dtrace.h98 {BIT_DMA_PSEUDO_CAUSE_TX, "Tx" }, \
H A Dwil6210.h309 #define BIT_DMA_PSEUDO_CAUSE_TX BIT(1) macro