Lines Matching refs:y_range
129 /* default TPO range (shortest y_range
541 ps->pdev->y_range.max = y_range_tpo.max;
575 po[OPT_TLY].constraint.range = &(ps->pdev->y_range);
576 ps->tly = ps->pdev->y_range.min;
597 po[OPT_BRY].constraint.range = &(ps->pdev->y_range);
598 ps->bry = ps->pdev->y_range.max;
1391 pss->pdev->y_range.max = y_range_fb.max;
1397 pss->pdev->y_range.max = y_range_tpo.max;
1403 pss->pdev->y_range.max = y_range_fb.max;
1416 if (pss->bry > pss->pdev->y_range.max)
1417 pss->bry = pss->pdev->y_range.max;
1440 if (pss->tly > pdev->y_range.max){
1441 pss->tly = pdev->y_range.max;
1464 if (pss->bry < pdev->y_range.min) {
1465 pss->bry = pdev->y_range.min;
1722 pss->pdev->y_range.max = y_range_tpo.max;
1732 pss->pdev->y_range.max = y_range_fb.max;
1747 pss->tly = pss->pdev->y_range.min;
1757 pss->bry = pss->pdev->y_range.max;