Lines Matching +full:5 +full:vs
165 tmp[5] = x_end >> 8; in set_window_regs()
794 int hs, vs; in setup_tearsync() local
836 * HS and VS in setup_tearsync()
840 /* decent transfer speed, we'll always use only VS */ in setup_tearsync()
845 * HS or'ed with VS doesn't work, use the active high in setup_tearsync()
852 vs = vndp; in setup_tearsync()
855 * Use HS or'ed with VS as a TE signal if both are needed in setup_tearsync()
860 vs = vsw; in setup_tearsync()
870 vs = vs * (hdisp + hndp) * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync()
871 vs *= 1000; in setup_tearsync()
873 if (vs <= hs) in setup_tearsync()
875 /* set VS to 120% of HS to minimize VS detection time */ in setup_tearsync()
876 vs = hs * 12 / 10; in setup_tearsync()
892 "hs %d ps vs %d ps mode %d vsync_only %d\n", in setup_tearsync()
893 hs, vs, (b & 0x3), !use_hsvs); in setup_tearsync()
895 return hwa742.extif->setup_tearsync(1, hs, vs, in setup_tearsync()
930 schedule_timeout(msecs_to_jiffies(5)); in hwa742_resume()