Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/ti/
Dedma.c2218 s32 *memcpy_ch; in edma_setup_info_from_dt() local
2220 memcpy_ch = devm_kcalloc(dev, nelm + 1, sizeof(s32), in edma_setup_info_from_dt()
2222 if (!memcpy_ch) in edma_setup_info_from_dt()
2226 (u32 *)memcpy_ch, nelm); in edma_setup_info_from_dt()
2230 memcpy_ch[nelm] = -1; in edma_setup_info_from_dt()
2231 info->memcpy_channels = memcpy_ch; in edma_setup_info_from_dt()