Home
last modified time | relevance | path

Searched refs:edma_size (Results 1 – 1 of 1) sorted by relevance

/drivers/dma/
Dep93xx_dma.c1323 size_t edma_size; in ep93xx_dma_probe() local
1326 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()