Home
last modified time | relevance | path

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

/drivers/dma/ti/
Dk3-udma.c1256 int start, tmp_from; in __udma_alloc_gp_rflow_range() local
1259 tmp_from = from; in __udma_alloc_gp_rflow_range()
1260 if (tmp_from < 0) in __udma_alloc_gp_rflow_range()
1261 tmp_from = ud->rchan_cnt; in __udma_alloc_gp_rflow_range()
1263 if (tmp_from < ud->rchan_cnt) in __udma_alloc_gp_rflow_range()
1266 if (tmp_from + cnt > ud->rflow_cnt) in __udma_alloc_gp_rflow_range()
1274 tmp_from, cnt, 0); in __udma_alloc_gp_rflow_range()