Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rts5208/
Dsd.c1801 int i, j, cont_path_cnt; local
1815 cont_path_cnt = 0;
1822 j = cont_path_cnt++;
1830 if (cont_path_cnt) {
1831 int idx = cont_path_cnt - 1;
1841 if (cont_path_cnt == 0) {
1845 int idx = cont_path_cnt - 1;
1852 (path[cont_path_cnt - 1].end == MAX_PHASE)) {
1853 path[0].start = path[cont_path_cnt - 1].start - MAX_PHASE - 1;
1854 path[0].len += path[cont_path_cnt - 1].len;
[all …]