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