Lines Matching refs:RUN
305 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16); in dbdma_reset()
312 if (le32_to_cpu(dma->control) & RUN) in dbdma_reset()
471 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_open()
473 out_le32(&rd->control, (RUN << 16) | RUN); in mace_open()
481 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in mace_open()
509 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close()
510 td->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close()
570 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in mace_xmit_start()
693 out_le32(&td->control, RUN << 16); in mace_interrupt()
795 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in mace_interrupt()
834 out_le32(&rd->control, (RUN << 16) | RUN); in mace_tx_timeout()
855 out_le32(&td->control, (RUN << 16) | RUN); in mace_tx_timeout()
977 out_le32(&rd->control, ((RUN|WAKE) << 16) | (RUN|WAKE)); in mace_rxdma_intr()