Home
last modified time | relevance | path

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

/linux/drivers/dma/ti/
H A Dk3-udma.c1263 int start, tmp_from; in __udma_alloc_gp_rflow_range() local
1266 tmp_from = from; in __udma_alloc_gp_rflow_range()
1267 if (tmp_from < 0) in __udma_alloc_gp_rflow_range()
1268 tmp_from = ud->rchan_cnt; in __udma_alloc_gp_rflow_range()
1270 if (tmp_from < ud->rchan_cnt) in __udma_alloc_gp_rflow_range()
1273 if (tmp_from + cnt > ud->rflow_cnt) in __udma_alloc_gp_rflow_range()
1281 tmp_from, cnt, 0); in __udma_alloc_gp_rflow_range()