Searched refs:il_size (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/dma/
H A Dste_dma40.c526 * @il_size: the size of d40_interrupt_lookup array
540 u32 il_size; member in struct:d40_gen_dmac
1672 u32 il_size = base->gen_dmac.il_size; local
1677 for (i = 0; i < il_size; i++)
1683 BITS_PER_LONG * il_size, chan + 1);
1686 if (chan == BITS_PER_LONG * il_size)
3239 base->gen_dmac.il_size = ARRAY_SIZE(il_v4b);
3254 base->gen_dmac.il_size = ARRAY_SIZE(il_v4a);
3290 base->regs_interrupt = devm_kmalloc_array(dev, base->gen_dmac.il_size,
[all...]

Completed in 212 milliseconds