Lines Matching refs:md
305 volatile struct dbdma_regs __iomem *md = ms->dma; in mesh_dump_regs() local
310 ms, mr, md); in mesh_dump_regs()
320 in_le32(&md->status), in_le32(&md->cmdptr)); in mesh_dump_regs()
360 volatile struct dbdma_regs __iomem *md = ms->dma; in mesh_init() local
366 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_init()
682 volatile struct dbdma_regs __iomem *md = ms->dma; in start_phase() local
786 out_le32(&md->cmdptr, virt_to_phys(ms->dma_cmds)); in start_phase()
787 out_le32(&md->control, (RUN << 16) | RUN); in start_phase()
1320 volatile struct dbdma_regs __iomem *md = ms->dma; in halt_dma() local
1329 && (in_le32(&md->status) & ACTIVE) != 0) { in halt_dma()
1334 out_le32(&md->control, RUN << 16); /* turn off RUN bit */ in halt_dma()
1707 volatile struct dbdma_regs __iomem *md = ms->dma; in mesh_host_reset() local
1715 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_host_reset()