Lines Matching refs:tchan_tpl

175 	struct udma_tpl tchan_tpl;  member
1499 chan_id = ud->tchan_tpl.start_idx[ud->tchan_tpl.levels - 1]; in udma_get_chan_pair()
1878 tpl = udma_get_chan_tpl_index(&ud->tchan_tpl, tchan->id); in udma_tisci_m2m_channel_config()
4482 ud->tchan_tpl.levels = 2; in udma_setup_resources()
4483 ud->tchan_tpl.start_idx[0] = 8; in udma_setup_resources()
4486 ud->tchan_tpl.levels = 2; in udma_setup_resources()
4487 ud->tchan_tpl.start_idx[0] = 2; in udma_setup_resources()
4489 ud->tchan_tpl.levels = 3; in udma_setup_resources()
4490 ud->tchan_tpl.start_idx[1] = UDMA_CAP3_UCHAN_CNT(cap3); in udma_setup_resources()
4491 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in udma_setup_resources()
4493 ud->tchan_tpl.levels = 2; in udma_setup_resources()
4494 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in udma_setup_resources()
4496 ud->tchan_tpl.levels = 1; in udma_setup_resources()
4499 ud->rchan_tpl.levels = ud->tchan_tpl.levels; in udma_setup_resources()
4500 ud->rchan_tpl.start_idx[0] = ud->tchan_tpl.start_idx[0]; in udma_setup_resources()
4501 ud->rchan_tpl.start_idx[1] = ud->tchan_tpl.start_idx[1]; in udma_setup_resources()
4667 ud->tchan_tpl.levels = 3; in bcdma_setup_resources()
4668 ud->tchan_tpl.start_idx[1] = BCDMA_CAP4_UTCHAN_CNT(cap); in bcdma_setup_resources()
4669 ud->tchan_tpl.start_idx[0] = BCDMA_CAP4_HTCHAN_CNT(cap); in bcdma_setup_resources()
4671 ud->tchan_tpl.levels = 2; in bcdma_setup_resources()
4672 ud->tchan_tpl.start_idx[0] = BCDMA_CAP4_HTCHAN_CNT(cap); in bcdma_setup_resources()
4674 ud->tchan_tpl.levels = 1; in bcdma_setup_resources()
4848 ud->tchan_tpl.levels = 3; in pktdma_setup_resources()
4849 ud->tchan_tpl.start_idx[1] = UDMA_CAP3_UCHAN_CNT(cap3); in pktdma_setup_resources()
4850 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in pktdma_setup_resources()
4852 ud->tchan_tpl.levels = 2; in pktdma_setup_resources()
4853 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in pktdma_setup_resources()
4855 ud->tchan_tpl.levels = 1; in pktdma_setup_resources()
4858 ud->rchan_tpl.levels = ud->tchan_tpl.levels; in pktdma_setup_resources()
4859 ud->rchan_tpl.start_idx[0] = ud->tchan_tpl.start_idx[0]; in pktdma_setup_resources()
4860 ud->rchan_tpl.start_idx[1] = ud->tchan_tpl.start_idx[1]; in pktdma_setup_resources()
5233 tpl = udma_get_chan_tpl_index(&ud->tchan_tpl, 0); in udma_get_copy_align()