Searched refs:TX_DMA_ENABLE (Results 1 – 3 of 3) sorted by relevance
367 reg_val_DMACR |= TX_DMA_ENABLE; in enable_msp()507 writel(reg_val_DMACR & ~TX_DMA_ENABLE, msp->registers + MSP_DMACR); in disable_msp_tx()
228 #define TX_DMA_ENABLE BIT(1) macro
140 # define TX_DMA_ENABLE (1 << 0) macro971 if (buff_stat & TX_DMA_ENABLE) { in au1000_tx()999 ptxd->buff_stat = lower_32_bits(pDB->dma_addr) | TX_DMA_ENABLE; in au1000_tx()