Lines Matching refs:dma_ch
75 int dma_ch;
482 c->dma_ch);
711 omap_dma_callback, c, &c->dma_ch);
713 ret = omap_dma_get_lch(od, &c->dma_ch);
716 dev_dbg(dev, "allocating channel %u for %u\n", c->dma_ch, c->dma_sig);
719 omap_dma_assign(od, c, c->dma_ch);
725 val = BIT(c->dma_ch);
731 val &= ~BIT(c->dma_ch);
741 c->ccr |= c->dma_ch + 1;
762 od->irq_enable_mask &= ~BIT(c->dma_ch);
768 od->lch_map[c->dma_ch] = NULL;
772 omap_free_dma(c->dma_ch);
774 omap_dma_put_lch(od, c->dma_ch);
776 dev_dbg(od->ddev.dev, "freeing channel %u used for %u\n", c->dma_ch,
1079 d->clnk_ctrl = c->dma_ch;
1230 d->clnk_ctrl = c->dma_ch | CLNK_CTRL_ENABLE_LNK;