Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/ti/
H A Dk3-udma.c176 struct udma_tpl tchan_tpl; member
1503 chan_id = ud->tchan_tpl.start_idx[ud->tchan_tpl.levels - 1]; in udma_get_chan_pair()
1882 tpl = udma_get_chan_tpl_index(&ud->tchan_tpl, tchan->id); in udma_tisci_m2m_channel_config()
4538 ud->tchan_tpl.levels = 2; in udma_setup_resources()
4539 ud->tchan_tpl.start_idx[0] = 8; in udma_setup_resources()
4542 ud->tchan_tpl.levels = 2; in udma_setup_resources()
4543 ud->tchan_tpl.start_idx[0] = 2; in udma_setup_resources()
4545 ud->tchan_tpl.levels = 3; in udma_setup_resources()
4546 ud->tchan_tpl.start_idx[1] = UDMA_CAP3_UCHAN_CNT(cap3); in udma_setup_resources()
4547 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in udma_setup_resources()
[all …]