Searched refs:TX_DMA_ENABLE (Results 1 – 5 of 5) sorted by relevance
143 fifo_tx[next_tx].addr = (virt_to_phys(packet))|TX_DMA_ENABLE; in au1x00_send()
140 # define TX_DMA_ENABLE (1 << 0) macro971 if (buff_stat & TX_DMA_ENABLE) { in au1000_tx()999 ptxd->buff_stat = pDB->dma_addr | TX_DMA_ENABLE; in au1000_tx()
384 reg_val_DMACR |= TX_DMA_ENABLE; in enable_msp()524 writel(reg_val_DMACR & ~TX_DMA_ENABLE, msp->registers + MSP_DMACR); in disable_msp_tx()
231 #define TX_DMA_ENABLE BIT(1) macro
568 #define TX_DMA_ENABLE (1<<0) macro