Lines Matching +full:5 +full:vs
157 tmp[5] = x_end >> 8; in set_window_regs()
780 int hs, vs; in setup_tearsync() local
822 * HS and VS in setup_tearsync()
826 /* decent transfer speed, we'll always use only VS */ in setup_tearsync()
831 * HS or'ed with VS doesn't work, use the active high in setup_tearsync()
838 vs = vndp; in setup_tearsync()
841 * Use HS or'ed with VS as a TE signal if both are needed in setup_tearsync()
846 vs = vsw; in setup_tearsync()
856 vs = vs * (hdisp + hndp) * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync()
857 vs *= 1000; in setup_tearsync()
859 if (vs <= hs) in setup_tearsync()
861 /* set VS to 120% of HS to minimize VS detection time */ in setup_tearsync()
862 vs = hs * 12 / 10; in setup_tearsync()
878 "hs %d ps vs %d ps mode %d vsync_only %d\n", in setup_tearsync()
879 hs, vs, (b & 0x3), !use_hsvs); in setup_tearsync()
881 return hwa742.extif->setup_tearsync(1, hs, vs, in setup_tearsync()
916 schedule_timeout(msecs_to_jiffies(5)); in hwa742_resume()