Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/ti/
Dedma.c2126 s32 *memcpy_ch; in edma_setup_info_from_dt() local
2128 memcpy_ch = devm_kcalloc(dev, nelm + 1, sizeof(s32), in edma_setup_info_from_dt()
2130 if (!memcpy_ch) in edma_setup_info_from_dt()
2134 (u32 *)memcpy_ch, nelm); in edma_setup_info_from_dt()
2138 memcpy_ch[nelm] = -1; in edma_setup_info_from_dt()
2139 info->memcpy_channels = memcpy_ch; in edma_setup_info_from_dt()