Lines Matching +full:5 +full:vs
234 l |= ((bus_pick_count - 1) << 5) | ((bus_pick_width - 1) & 0x1f); in _set_bits_per_cycle()
387 int hs, vs; in sossi_setup_tearsync() local
394 vs = ps_to_sossi_ticks(vs_pulse_time, div); in sossi_setup_tearsync()
395 if (vs < 8 || vs <= hs || vs >= (1 << 12)) in sossi_setup_tearsync()
397 vs /= 8; in sossi_setup_tearsync()
398 vs--; in sossi_setup_tearsync()
405 "setup_tearsync: hs %d vs %d hs_inv %d vs_inv %d\n", in sossi_setup_tearsync()
406 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync()
411 l |= vs << 3; in sossi_setup_tearsync()
436 mode = 2; /* HS or VS */ in sossi_enable_tearsync()
438 mode = 3; /* VS only */ in sossi_enable_tearsync()