Lines Matching refs:tchan_tpl
175 struct udma_tpl tchan_tpl; member
1500 chan_id = ud->tchan_tpl.start_idx[ud->tchan_tpl.levels - 1]; in udma_get_chan_pair()
1879 tpl = udma_get_chan_tpl_index(&ud->tchan_tpl, tchan->id); in udma_tisci_m2m_channel_config()
4483 ud->tchan_tpl.levels = 2; in udma_setup_resources()
4484 ud->tchan_tpl.start_idx[0] = 8; in udma_setup_resources()
4487 ud->tchan_tpl.levels = 2; in udma_setup_resources()
4488 ud->tchan_tpl.start_idx[0] = 2; in udma_setup_resources()
4490 ud->tchan_tpl.levels = 3; in udma_setup_resources()
4491 ud->tchan_tpl.start_idx[1] = UDMA_CAP3_UCHAN_CNT(cap3); in udma_setup_resources()
4492 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in udma_setup_resources()
4494 ud->tchan_tpl.levels = 2; in udma_setup_resources()
4495 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in udma_setup_resources()
4497 ud->tchan_tpl.levels = 1; in udma_setup_resources()
4500 ud->rchan_tpl.levels = ud->tchan_tpl.levels; in udma_setup_resources()
4501 ud->rchan_tpl.start_idx[0] = ud->tchan_tpl.start_idx[0]; in udma_setup_resources()
4502 ud->rchan_tpl.start_idx[1] = ud->tchan_tpl.start_idx[1]; in udma_setup_resources()
4668 ud->tchan_tpl.levels = 3; in bcdma_setup_resources()
4669 ud->tchan_tpl.start_idx[1] = BCDMA_CAP4_UTCHAN_CNT(cap); in bcdma_setup_resources()
4670 ud->tchan_tpl.start_idx[0] = BCDMA_CAP4_HTCHAN_CNT(cap); in bcdma_setup_resources()
4672 ud->tchan_tpl.levels = 2; in bcdma_setup_resources()
4673 ud->tchan_tpl.start_idx[0] = BCDMA_CAP4_HTCHAN_CNT(cap); in bcdma_setup_resources()
4675 ud->tchan_tpl.levels = 1; in bcdma_setup_resources()
4849 ud->tchan_tpl.levels = 3; in pktdma_setup_resources()
4850 ud->tchan_tpl.start_idx[1] = UDMA_CAP3_UCHAN_CNT(cap3); in pktdma_setup_resources()
4851 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in pktdma_setup_resources()
4853 ud->tchan_tpl.levels = 2; in pktdma_setup_resources()
4854 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in pktdma_setup_resources()
4856 ud->tchan_tpl.levels = 1; in pktdma_setup_resources()
4859 ud->rchan_tpl.levels = ud->tchan_tpl.levels; in pktdma_setup_resources()
4860 ud->rchan_tpl.start_idx[0] = ud->tchan_tpl.start_idx[0]; in pktdma_setup_resources()
4861 ud->rchan_tpl.start_idx[1] = ud->tchan_tpl.start_idx[1]; in pktdma_setup_resources()
5234 tpl = udma_get_chan_tpl_index(&ud->tchan_tpl, 0); in udma_get_copy_align()