XAXIDMA_CR_RUNSTOP_MASK
cr | XAXIDMA_CR_RUNSTOP_MASK);
cr | XAXIDMA_CR_RUNSTOP_MASK);
cr | XAXIDMA_CR_RUNSTOP_MASK);
cr | XAXIDMA_CR_RUNSTOP_MASK);
cr & (~XAXIDMA_CR_RUNSTOP_MASK));
cr & (~XAXIDMA_CR_RUNSTOP_MASK));
u32 cr, mask = ~XAXIDMA_CR_RUNSTOP_MASK;
axienet_update_coalesce_tx(lp, cr, ~XAXIDMA_CR_RUNSTOP_MASK);
lp->rx_dma_cr &= ~XAXIDMA_CR_RUNSTOP_MASK;
lp->rx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK;
lp->tx_dma_cr &= ~XAXIDMA_CR_RUNSTOP_MASK;
lp->tx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK;
cr = lp->rx_dma_cr & ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK);
cr = lp->tx_dma_cr & ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK);