Searched refs:lch_count (Results 1 – 4 of 4) sorted by relevance
346 d->lch_count = 9; in omap1_system_dma_init() 349 d->lch_count = 9; in omap1_system_dma_init() 351 d->lch_count = 16; in omap1_system_dma_init()
51 int lch_count; member 676 channel = find_first_zero_bit(od->lch_bitmap, od->lch_count); in omap_dma_get_lch() 677 if (channel >= od->lch_count) in omap_dma_get_lch() 1536 lch = find_next_bit(od->lch_bitmap, od->lch_count, lch + 1); in omap_dma_busy() 1537 if (lch >= od->lch_count) in omap_dma_busy() 1597 for (i = 0; i < od->lch_count; i++) in omap_dma_context_restore() 1735 od->lch_count = od->plat->dma_attr->lch_count; in omap_dma_probe() 1736 if (unlikely(!od->lch_count)) in omap_dma_probe() 1737 od->lch_count in omap_dma_probe() [all...]
178 .lch_count = 32,
248 u16 lch_count; member