Searched refs:DMA_TX (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/lantiq/xway/ |
H A D | dma.c | 36 #define DMA_TX BIT(8) /* TX channel direction */ macro 153 ltq_dma_w32(DMA_WEIGHT | DMA_TX, LTQ_DMA_CCTRL); in ltq_dma_alloc_tx()
|
/linux/arch/mips/include/asm/sibyte/ |
H A D | sb1250_regs.h | 146 #define DMA_TX 1 macro
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.c | 1092 if (direction == DMA_TX) in dmareg() 1120 (wme ? dmareg(DMA_TX, 0) : 0), in brcms_b_attach_dmapio() 1134 dmareg(DMA_TX, 1), 0, in brcms_b_attach_dmapio() 1144 dmareg(DMA_TX, 2), 0, in brcms_b_attach_dmapio() 1153 dmareg(DMA_TX, 3), in brcms_b_attach_dmapio()
|