Lines Matching refs:vs
1007 char vs[8] = "0/0/0/0"; in cdns_mhdp_print_lt_status() local
1012 vs[i * 2] = '0' + phy_cfg->dp.voltage[i]; in cdns_mhdp_print_lt_status()
1016 vs[i * 2 - 1] = '\0'; in cdns_mhdp_print_lt_status()
1022 vs, pe); in cdns_mhdp_print_lt_status()
1925 u32 rate, vs, required_bandwidth, available_bandwidth; in cdns_mhdp_sst_enable() local
1939 vs = tu_size * required_bandwidth / available_bandwidth; in cdns_mhdp_sst_enable()
1940 vs /= 1000; in cdns_mhdp_sst_enable()
1942 if (vs == tu_size) in cdns_mhdp_sst_enable()
1943 vs = tu_size - 1; in cdns_mhdp_sst_enable()
1945 line_thresh1 = ((vs + 1) << 5) * 8 / bpp; in cdns_mhdp_sst_enable()
1946 line_thresh2 = (pxlclock << 5) / 1000 / rate * (vs + 1) - (1 << 5); in cdns_mhdp_sst_enable()
1953 CDNS_DP_FRAMER_TU_VS(vs) | in cdns_mhdp_sst_enable()
1961 CDNS_DP_SC2_TU_VS_DIFF((tu_size - vs > 3) ? in cdns_mhdp_sst_enable()
1962 0 : tu_size - vs)); in cdns_mhdp_sst_enable()