Lines Matching +full:5 +full:vs
232 l |= ((bus_pick_count - 1) << 5) | ((bus_pick_width - 1) & 0x1f); in _set_bits_per_cycle()
385 int hs, vs; in sossi_setup_tearsync() local
392 vs = ps_to_sossi_ticks(vs_pulse_time, div); in sossi_setup_tearsync()
393 if (vs < 8 || vs <= hs || vs >= (1 << 12)) in sossi_setup_tearsync()
395 vs /= 8; in sossi_setup_tearsync()
396 vs--; in sossi_setup_tearsync()
403 "setup_tearsync: hs %d vs %d hs_inv %d vs_inv %d\n", in sossi_setup_tearsync()
404 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync()
409 l |= vs << 3; in sossi_setup_tearsync()
434 mode = 2; /* HS or VS */ in sossi_enable_tearsync()
436 mode = 3; /* VS only */ in sossi_enable_tearsync()