Searched refs:DMA_TX_ENABLE (Results 1 – 1 of 1) sorted by relevance
41 #define DMA_TX_ENABLE 0x00000001 macro3784 (DMA_BURST_DEFAULT << DMA_BURST_SHIFT) | DMA_TX_ENABLE); in hw_setup()3942 writel((hw->tx_cfg & ~DMA_TX_ENABLE), hw->io + KS_DMA_TX_CTRL); in hw_stop_tx()5300 if (!(data & DMA_TX_ENABLE)) in netdev_intr()