Searched refs:tpl_map (Results 1 – 1 of 1) sorted by relevance
447 static u8 udma_get_chan_tpl_index(struct udma_tpl *tpl_map, int chan_id) in udma_get_chan_tpl_index() argument451 for (i = 0; i < tpl_map->levels; i++) { in udma_get_chan_tpl_index()452 if (chan_id >= tpl_map->start_idx[i]) in udma_get_chan_tpl_index()