Lines Matching refs:sttt_xres

88 static int sttt_xres = 640, st_yres = 400, tt_yres = 480;  variable
588 if (bpp > 1 || xres > sttt_xres * 2 || yres > tt_yres * 2) in tt_decode_var()
591 xres = sttt_xres * 2; in tt_decode_var()
595 if (bpp > 8 || xres > sttt_xres || yres > tt_yres) in tt_decode_var()
598 if (xres > sttt_xres / 2 || yres > tt_yres) in tt_decode_var()
601 xres = sttt_xres / 2; in tt_decode_var()
605 if (xres > sttt_xres || yres > tt_yres) in tt_decode_var()
607 if (xres > sttt_xres / 2 || yres > st_yres / 2) { in tt_decode_var()
609 xres = sttt_xres; in tt_decode_var()
614 xres = sttt_xres / 2; in tt_decode_var()
619 if (xres > sttt_xres || yres > st_yres / 2) in tt_decode_var()
622 xres = sttt_xres; in tt_decode_var()
625 } else if (var->xres > sttt_xres || var->yres > st_yres) { in tt_decode_var()
629 xres = sttt_xres; in tt_decode_var()
682 var->xres = sttt_xres / 2; in tt_encode_var()
688 var->xres = sttt_xres; in tt_encode_var()
694 var->xres = sttt_xres; in tt_encode_var()
700 var->xres = sttt_xres / 2; in tt_encode_var()
706 var->xres = sttt_xres; in tt_encode_var()
713 var->xres = sttt_xres * 2; in tt_encode_var()
1808 if (bpp > 1 || xres > sttt_xres || yres > st_yres) in stste_decode_var()
1811 xres = sttt_xres; in stste_decode_var()
1815 if (bpp > 4 || xres > sttt_xres || yres > st_yres) in stste_decode_var()
1818 if (xres > sttt_xres / 2 || yres > st_yres / 2) in stste_decode_var()
1821 xres = sttt_xres / 2; in stste_decode_var()
1825 if (xres > sttt_xres || yres > st_yres / 2) in stste_decode_var()
1828 xres = sttt_xres; in stste_decode_var()
1883 var->xres = sttt_xres / 2; in stste_encode_var()
1888 var->xres = sttt_xres; in stste_encode_var()
1893 var->xres = sttt_xres; in stste_encode_var()
2858 sttt_xres = xres; in atafb_setup_int()