Searched refs:edma_size (Results 1 – 1 of 1) sorted by relevance
1321 size_t edma_size; in ep93xx_dma_probe() local1324 edma_size = pdata->num_channels * sizeof(struct ep93xx_dma_chan); in ep93xx_dma_probe()1325 edma = kzalloc(sizeof(*edma) + edma_size, GFP_KERNEL); in ep93xx_dma_probe()