Home
last modified time | relevance | path

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

/linux/drivers/dma/ti/
H A Dk3-udma.c177 struct udma_tpl rchan_tpl; member
4612 ud->rchan_tpl.levels = ud->tchan_tpl.levels; in udma_setup_resources()
4613 ud->rchan_tpl.start_idx[0] = ud->tchan_tpl.start_idx[0]; in udma_setup_resources()
4614 ud->rchan_tpl.start_idx[1] = ud->tchan_tpl.start_idx[1]; in udma_setup_resources()
4769 ud->rchan_tpl.levels = 3; in bcdma_setup_resources()
4770 ud->rchan_tpl.start_idx[1] = BCDMA_CAP4_URCHAN_CNT(cap); in bcdma_setup_resources()
4771 ud->rchan_tpl.start_idx[0] = BCDMA_CAP4_HRCHAN_CNT(cap); in bcdma_setup_resources()
4773 ud->rchan_tpl.levels = 2; in bcdma_setup_resources()
4774 ud->rchan_tpl.start_idx[0] = BCDMA_CAP4_HRCHAN_CNT(cap); in bcdma_setup_resources()
4776 ud->rchan_tpl.levels = 1; in bcdma_setup_resources()
[all …]