Lines Matching refs:tchan_tpl

176 	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()
4536 ud->tchan_tpl.levels = 2; in udma_setup_resources()
4537 ud->tchan_tpl.start_idx[0] = 8; in udma_setup_resources()
4540 ud->tchan_tpl.levels = 2; in udma_setup_resources()
4541 ud->tchan_tpl.start_idx[0] = 2; in udma_setup_resources()
4543 ud->tchan_tpl.levels = 3; in udma_setup_resources()
4544 ud->tchan_tpl.start_idx[1] = UDMA_CAP3_UCHAN_CNT(cap3); in udma_setup_resources()
4545 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in udma_setup_resources()
4547 ud->tchan_tpl.levels = 2; in udma_setup_resources()
4548 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in udma_setup_resources()
4550 ud->tchan_tpl.levels = 1; in udma_setup_resources()
4553 ud->rchan_tpl.levels = ud->tchan_tpl.levels; in udma_setup_resources()
4554 ud->rchan_tpl.start_idx[0] = ud->tchan_tpl.start_idx[0]; in udma_setup_resources()
4555 ud->rchan_tpl.start_idx[1] = ud->tchan_tpl.start_idx[1]; in udma_setup_resources()
4721 ud->tchan_tpl.levels = 3; in bcdma_setup_resources()
4722 ud->tchan_tpl.start_idx[1] = BCDMA_CAP4_UTCHAN_CNT(cap); in bcdma_setup_resources()
4723 ud->tchan_tpl.start_idx[0] = BCDMA_CAP4_HTCHAN_CNT(cap); in bcdma_setup_resources()
4725 ud->tchan_tpl.levels = 2; in bcdma_setup_resources()
4726 ud->tchan_tpl.start_idx[0] = BCDMA_CAP4_HTCHAN_CNT(cap); in bcdma_setup_resources()
4728 ud->tchan_tpl.levels = 1; in bcdma_setup_resources()
4905 ud->tchan_tpl.levels = 3; in pktdma_setup_resources()
4906 ud->tchan_tpl.start_idx[1] = UDMA_CAP3_UCHAN_CNT(cap3); in pktdma_setup_resources()
4907 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in pktdma_setup_resources()
4909 ud->tchan_tpl.levels = 2; in pktdma_setup_resources()
4910 ud->tchan_tpl.start_idx[0] = UDMA_CAP3_HCHAN_CNT(cap3); in pktdma_setup_resources()
4912 ud->tchan_tpl.levels = 1; in pktdma_setup_resources()
4915 ud->rchan_tpl.levels = ud->tchan_tpl.levels; in pktdma_setup_resources()
4916 ud->rchan_tpl.start_idx[0] = ud->tchan_tpl.start_idx[0]; in pktdma_setup_resources()
4917 ud->rchan_tpl.start_idx[1] = ud->tchan_tpl.start_idx[1]; in pktdma_setup_resources()
5290 tpl = udma_get_chan_tpl_index(&ud->tchan_tpl, 0); in udma_get_copy_align()