Searched refs:DMA_RUN (Results 1 – 5 of 5) sorted by relevance
51 #define DMA_RUN 0x00000200 /* DMA Channel Running Indicator */ macro83 #define DMA_RUN 0x0008 /* DMA Channel Running Indicator */ macro
1103 if (!(bfin_read_DMA2_IRQ_STATUS() & DMA_RUN)) in tx_reclaim_skb()1193 if (bfin_read_DMA2_IRQ_STATUS() & DMA_RUN) in bfin_mac_hard_start_xmit()
287 if (!(get_dma_curr_irqstat(port->tx_dma_channel) & DMA_RUN)) { in bfin_sir_dma_tx_int()
1061 while (status & DMA_RUN) { in sport_send_and_recv()
511 if (!(get_dma_curr_irqstat(uart->tx_dma_channel)&DMA_RUN)) { in bfin_serial_dma_tx_int()