Lines Matching +full:5 +full:vs
165 tmp[5] = x_end >> 8; in set_window_regs()
793 int hs, vs; in setup_tearsync() local
835 * HS and VS in setup_tearsync()
839 /* decent transfer speed, we'll always use only VS */ in setup_tearsync()
844 * HS or'ed with VS doesn't work, use the active high in setup_tearsync()
851 vs = vndp; in setup_tearsync()
854 * Use HS or'ed with VS as a TE signal if both are needed in setup_tearsync()
859 vs = vsw; in setup_tearsync()
869 vs = vs * (hdisp + hndp) * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync()
870 vs *= 1000; in setup_tearsync()
872 if (vs <= hs) in setup_tearsync()
874 /* set VS to 120% of HS to minimize VS detection time */ in setup_tearsync()
875 vs = hs * 12 / 10; in setup_tearsync()
891 "hs %d ps vs %d ps mode %d vsync_only %d\n", in setup_tearsync()
892 hs, vs, (b & 0x3), !use_hsvs); in setup_tearsync()
894 return hwa742.extif->setup_tearsync(1, hs, vs, in setup_tearsync()
929 schedule_timeout(msecs_to_jiffies(5)); in hwa742_resume()