Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/ti/
Dedma.c2068 s32 *memcpy_ch; in edma_setup_info_from_dt() local
2070 memcpy_ch = devm_kcalloc(dev, nelm + 1, sizeof(s32), in edma_setup_info_from_dt()
2072 if (!memcpy_ch) in edma_setup_info_from_dt()
2076 (u32 *)memcpy_ch, nelm); in edma_setup_info_from_dt()
2080 memcpy_ch[nelm] = -1; in edma_setup_info_from_dt()
2081 info->memcpy_channels = memcpy_ch; in edma_setup_info_from_dt()