Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dmmp_tdma.c87 struct mmp_tdma_desc { struct
107 struct mmp_tdma_desc *desc_arr; argument
359 int size = tdmac->desc_num * sizeof(struct mmp_tdma_desc); in mmp_tdma_free_descriptor()
408 static struct mmp_tdma_desc *mmp_tdma_alloc_descriptor(struct mmp_tdma_chan *tdmac) in mmp_tdma_alloc_descriptor()
411 int size = tdmac->desc_num * sizeof(struct mmp_tdma_desc); in mmp_tdma_alloc_descriptor()
428 struct mmp_tdma_desc *desc; in mmp_tdma_prep_dma_cyclic()