Lines Matching refs:dma_ch
75 int dma_ch;
482 c->dma_ch);
716 omap_dma_callback, c, &c->dma_ch);
718 ret = omap_dma_get_lch(od, &c->dma_ch);
721 dev_dbg(dev, "allocating channel %u for %u\n", c->dma_ch, c->dma_sig);
724 omap_dma_assign(od, c, c->dma_ch);
730 val = BIT(c->dma_ch);
736 val &= ~BIT(c->dma_ch);
746 c->ccr |= c->dma_ch + 1;
767 od->irq_enable_mask &= ~BIT(c->dma_ch);
773 od->lch_map[c->dma_ch] = NULL;
777 omap_free_dma(c->dma_ch);
779 omap_dma_put_lch(od, c->dma_ch);
781 dev_dbg(od->ddev.dev, "freeing channel %u used for %u\n", c->dma_ch,
1084 d->clnk_ctrl = c->dma_ch;
1235 d->clnk_ctrl = c->dma_ch | CLNK_CTRL_ENABLE_LNK;