Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/ti/
H A Dedma.c2159 s32 *memcpy_ch; in edma_setup_info_from_dt() local
2161 memcpy_ch = devm_kcalloc(dev, nelm + 1, sizeof(s32), in edma_setup_info_from_dt()
2163 if (!memcpy_ch) in edma_setup_info_from_dt()
2167 (u32 *)memcpy_ch, nelm); in edma_setup_info_from_dt()
2171 memcpy_ch[nelm] = -1; in edma_setup_info_from_dt()
2172 info->memcpy_channels = memcpy_ch; in edma_setup_info_from_dt()