Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/ti/
Dedma.c2169 s32 *memcpy_ch; in edma_setup_info_from_dt() local
2171 memcpy_ch = devm_kcalloc(dev, nelm + 1, sizeof(s32), in edma_setup_info_from_dt()
2173 if (!memcpy_ch) in edma_setup_info_from_dt()
2177 (u32 *)memcpy_ch, nelm); in edma_setup_info_from_dt()
2181 memcpy_ch[nelm] = -1; in edma_setup_info_from_dt()
2182 info->memcpy_channels = memcpy_ch; in edma_setup_info_from_dt()